library(wordcloud)
## Loading required package: RColorBrewer
library(plotly)
## Loading required package: ggplot2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
library(tm)
## Loading required package: NLP
## 
## Attaching package: 'NLP'
## The following object is masked from 'package:ggplot2':
## 
##     annotate
library(dplyr)
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(RColorBrewer)
library(ggplot2)
library(twitteR)
## 
## Attaching package: 'twitteR'
## The following objects are masked from 'package:dplyr':
## 
##     id, location

Set up credentials

CONSUMER_SECRET <- "EmH5TYf5X0vYCiKwxb8GaCCwZ2DR7094qMA9hb4tXjdoE4W27A"
CONSUMER_KEY <- "Az08rualcz9xPB2uAA3bDRftn"
ACCESS_SECRET <- "gYDcMWu6JQLMR7wT3osJq6itQD9YXHek9r44wp8tOo0pT"
ACCESS_TOKEN <- "1595060341146234880-s3E81fGpab6vA3xWJIPhpVAu7DTP8h"

Connect to twitter

setup_twitter_oauth(consumer_key = CONSUMER_KEY,
                    consumer_secret = CONSUMER_SECRET,
                    access_token = ACCESS_TOKEN,
                    access_secret = ACCESS_SECRET)
## [1] "Using direct authentication"

Get 10000 observations “excluding retweets

trendingtweets <- searchTwitter("Seventeen",
                                n = 10000,
                                lang = "en",
                                since = "2022-12-10",
                                until = "2022-12-17",
                                retryOnRateLimit=120)

list to data frame

seven10DF <- twListToDF(trendingtweets)

save & load data

save(seven10DF, file = "seven10DF.Rdata")
load(file = "seven10DF.Rdata")

check missing values

missingval <- sapply(seven10DF, function(x) sum(is.na(x)))
missingval
##          text     favorited favoriteCount     replyToSN       created 
##             0             0             0          9576             0 
##     truncated    replyToSID            id    replyToUID  statusSource 
##             0          9581             0          9576             0 
##    screenName  retweetCount     isRetweet     retweeted     longitude 
##             0             0             0             0         10000 
##      latitude 
##         10000

subsetting

seventeen <- seven10DF %>%
  select(screenName,text,created, isRetweet) %>% filter(isRetweet == FALSE)
save(seventeen, file = "seventeenDF.Rdata")
load(file = "seventeenDF.Rdata")

grouping

seventeen %>% 
  group_by(1) %>%
  summarise(max = max(created), min = min(created))
## # A tibble: 1 × 3
##     `1` max                 min                
##   <dbl> <dttm>              <dttm>             
## 1     1 2022-12-16 23:59:39 2022-12-16 17:48:17
grp1 <- seventeen %>%  mutate(Created_At_Round = created %>% round(units = 'hours') %>% as.POSIXct())
grp1
##           screenName
## 1          kimguggie
## 2            ko0xmin
## 3        mangchimmy_
## 4            jjkjeky
## 5         inesdemiau
## 6         punidrag0n
## 7        jieuncheolk
## 8        ahjumma1127
## 9          hnyhuncsc
## 10    jeonghan_comms
## 11       mvnjirosano
## 12           fverluv
## 13      korean_shine
## 14        love214jae
## 15       jy_fries143
## 16        shuarandom
## 17       EvitaLyrics
## 18     Stupidcounter
## 19       coupsdotnet
## 20     FrancheskaMax
## 21      lovemochi___
## 22        erizenxvii
## 23         Yannabeul
## 24       icaruseunie
## 25           httpcmy
## 26        bearieyoon
## 27       ShinggiYeol
## 28     stefaniaminha
## 29       mopipomixer
## 30         bingnemai
## 31       b2MarineBio
## 32       calanguit0s
## 33           fvslivs
## 34      iS2couffaine
## 35       Kiamazinggg
## 36    jeonghan_comms
## 37        Chan07Hana
## 38         adoreshao
## 39        samxmendez
## 40        mkelainec_
## 41     mikeovernight
## 42          kth_axie
## 43          ENryPHEN
## 44       wwhoranghae
## 45      seokgyusmess
## 46        olliescart
## 47   olaoluw72135543
## 48        sm0lwonnie
## 49           margeds
## 50        LynT19_SVT
## 51           margeds
## 52         wonsolbuy
## 53     BROKE15405427
## 54           hiddoun
## 55      adamhorovitz
## 56     _summermagic_
## 57        hoonie_02z
## 58         honeyxsol
## 59         honeyxsol
## 60    themoonisloyal
## 61      17jihunsgirl
## 62         lighthaos
## 63      sincerelysvt
## 64       rurinaverse
## 65      IkoneriKshop
## 66   CandiceFortnite
## 67          _Moonpjw
## 68      kareninapark
## 69    strawberrymxnt
## 70      svtbillboard
## 71         itsme_ach
## 72        hanniezel_
## 73    kwaciematahari
## 74          bene2325
## 75           flock4l
## 76       laverezbrix
## 77    mundinhohannie
## 78           flock4l
## 79        yomkyunjin
## 80      dsrkylsantos
## 81           flock4l
## 82           luvrplu
## 83       shiashishii
## 84           flock4l
## 85    rpmradiostream
## 86       hae_tiger15
## 87           igununu
## 88      alleyesongyu
## 89     CArmstrongGFS
## 90          r_u_nice
## 91        only4hoshi
## 92            snyut0
## 93          elenawbk
## 94            haoznn
## 95   kwonfirerawrawr
## 96      world_skippy
## 97       infirescult
## 98    heesunsunshine
## 99       lyrakkk_SvT
## 100    bobalimilktea
## 101     GoggleDoddle
## 102       RimbaudBot
## 103  ParamountAurora
## 104        msleijean
## 105   BethPatterson5
## 106         elenawbk
## 107    GObyChocoberi
## 108     caratsmarket
## 109     scoupsfatass
## 110         yjhnslvr
## 111      outro_kooks
## 112     vern_offline
## 113      outro_kooks
## 114      justforgyuu
## 115        moonyskaa
## 116         hanieeun
## 117      hyequotebot
## 118     crimeboyspos
## 119       junhaodoll
## 120      foreheadsvt
## 121           stthsn
## 122      outro_kooks
## 123      ChevalricRS
## 124   kwanswatergirl
## 125      outro_kooks
## 126       MINGH8OLUV
## 127     stephbertram
## 128    KPopKDramaGal
## 129        ceezennie
## 130          gr8hao_
## 131    luvqcjungkook
## 132         klutaker
## 133    lyricsnightly
## 134     hanniehaee17
## 135      Bre_edillor
## 136       jeonginmia
## 137          Gyumigu
## 138         zenkun__
## 139          ItsMryR
## 140   sseonmyeonghan
## 141   Handsel_fanboy
## 142   SugaHoneyHoney
## 143        poppillon
## 144      everyownwoo
## 145          dvrstun
## 146       akariamore
## 147      mydeareight
## 148          clllinn
## 149  teamseventeenvn
## 150      Hennranghae
## 151   therealsorenzo
## 152     seventhetics
## 153      swirlzcream
## 154         zenkun__
## 155      beomiegummy
## 156      artcmistics
## 157    cheolitobebbu
## 158       flwrsdino_
## 159         2capts99
## 160        alotoftae
## 161   CoachAWheatley
## 162       chediejeon
## 163      gomdoriboos
## 164   SolAriaWriting
## 165         sannssaa
## 166    RobinMillionZ
## 167    raycarrozza74
## 168    martial_law16
## 169    bookwanieluvr
## 170     iblckmulti21
## 171      teach_katie
## 172          pcrikth
## 173          m0ira_1
## 174      Y00NGIS_TWT
## 175          vmin_hk
## 176      tellembi131
## 177         dateorca
## 178  Shua_everybodyy
## 179          hqtsbot
## 180     kazumadaniel
## 181       beomjjangg
## 182     hoshikanawut
## 183     mavillera_ww
## 184      CastelloesA
## 185       fangurleng
## 186      luvwonucart
## 187          TwcxSvt
## 188        eocheolna
## 189        acciolice
## 190       dan_cussen
## 191    wonwoostudios
## 192        Rainerie_
## 193          forJHHJ
## 194          chnlezh
## 195   BeySVTColombia
## 196      Mochiissart
## 197     IkoneriKshop
## 198       8winenight
## 199        Ryu_MiHye
## 200       16to17czma
## 201        day_arday
## 202         kyhglows
## 203        HallyuLuv
## 204        Berdabest
## 205         FucknoOs
## 206      BTSPhSeesaw
## 207         ksjscart
## 208       no20751519
## 209   kwanswatergirl
## 210      Taejoooning
## 211           _hcshi
## 212     571213126fan
## 213         geminsik
## 214        wndermuse
## 215         roufinou
## 216     SeoArthurKim
## 217        jihansluv
## 218         iveskiss
## 219   amitaf35720419
## 220    ahgasebongtin
## 221       mingyuIomI
## 222     alexiaxmunoz
## 223   hwalittlestaar
## 224       deerhansie
## 225       wonsoonmin
## 226   iKONICandTeume
## 227       TF_Moments
## 228        zonelissa
## 229      PROTECT_SVT
## 230      kyeoranghae
## 231    sugaringjungp
## 232     brownienteen
## 233       jowanithe8
## 234         majophia
## 235       PeteMazza4
## 236      ellearchiv3
## 237          LeckzyC
## 238  anshoryrieduane
## 239     Bardagulan17
## 240        jheslayyy
## 241       onlynaksuu
## 242       cyjprofile
## 243           jmduke
## 244       jcngwoniee
## 245     shuasblossom
## 246   aprilfoolishly
## 247        aroundydj
## 248          chum164
## 249        moshimagu
## 250    andreacue_AAC
## 251    sparklessjels
## 252   notpullandbear
## 253     poyo_gyu_SVT
## 254  geeksofmilkyway
## 255        hansknnie
## 256          gyujhan
## 257        Luis06962
## 258    wonandonlysvt
## 259          salscuu
## 260       huixuhao_o
## 261    vicostan5ever
## 262    previousindex
## 263       boosreason
## 264        watarubfs
## 265       deerhansie
## 266  helloshawtyawty
## 267   beverlytoegold
## 268      Joe_Alouder
## 269        pIanethim
## 270         hongriri
## 271        ddaljihan
## 272       carrotkaik
## 273         SUNWOSHI
## 274       Diiinee_11
## 275         TitaAsul
## 276         TitaAsul
## 277         TitaAsul
## 278         TitaAsul
## 279         TitaAsul
## 280  LoveCoryForLife
## 281       cherrowlet
## 282         shinix03
## 283        kwonushii
## 284          meuthe8
## 285         yeoyeox1
## 286        sparksyjh
## 287           bcgaes
## 288      tomatocoups
## 289    wonranghaeee_
## 290         eshiwaps
## 291      luv4yunjin_
## 292    WRLDOFTINASHE
## 293       Marklee_04
## 294     OneHatMadder
## 295      Sanyinjiaoo
## 296  Tellmunrothena1
## 297        doieyongs
## 298        ddeonu637
## 299      yoonranghae
## 300        OhAngge94
## 301   bornpinkjossie
## 302         95ZH0LIC
## 303     JeonKate_Que
## 304        fannaddy7
## 305     _jeongkkulbo
## 306    AndrewFilms15
## 307          mzkgems
## 308  wintercrush9588
## 309        lixbotluv
## 310      fullsuniest
## 311       nainonandy
## 312      mingyu17ive
## 313       slipkn6tic
## 314   jeonghannierae
## 315     kayecabatian
## 316       snapshushu
## 317      Wooaahaee17
## 318       slipkn6tic
## 319       luvielilyv
## 320      fullsuniest
## 321         fullofjs
## 322   Hoshi_99others
## 323   BlueasSerenity
## 324       _kathimoo_
## 325     AtayeeTajala
## 326    lrn_Shuarling
## 327       asterwhims
## 328       caratiny23
## 329         jhaeysha
## 330         riiisarm
## 331      fullsuniest
## 332         n44m1nha
## 333  yonkiminmyfeels
## 334         MYundt94
## 335       sm0lwonnie
## 336      gentleshuan
## 337          MonggiD
## 338         bf2mingi
## 339       gyuukookie
## 340    echoofpromise
## 341      hueningjinn
## 342   wonhanseoksoon
## 343      fullsuniest
## 344    sillyaswonwoo
## 345          O2_Zein
## 346   withshuaminwon
## 347         redmafer
## 348      rizvikisa01
## 349           woozmo
## 350        hoshitaey
## 351      CaratLandPH
## 352    Chaaariiinaaa
## 353        doominsun
## 354      thickkskull
## 355         jnminmin
## 356        pochajunn
## 357         jjeoshuu
## 358        koomotive
## 359      kiraya_mita
## 360       smellarbee
## 361    __snapshoot__
## 362        ughnooope
## 363          i60kwon
## 364     SeventeenIU_
## 365      pepsschoice
## 366      Veaming1995
## 367     aychitenphon
## 368       chrrylyn13
## 369          msyckae
## 370     joannacaraig
## 371   beatlemaniabot
## 372       CCT_JOSHUA
## 373     seokgyusmess
## 374      segyeshiimo
## 375     gilanggigiii
## 376        h0ney3ee_
## 377  thosewithoutbot
## 378      kyeomshijun
## 379         ibeomizz
## 380   halsugofficial
## 381   halsugofficial
## 382        seoryungz
## 383         camokiti
## 384      michikartsu
## 385        Dodoljong
## 386       minlixxoxo
## 387      dreamies_17
## 388         ChodePNE
## 389         junyakos
## 390        billboard
## 391       mexabigirl
## 392        koushimai
## 393        squishyfu
## 394        jeonineja
## 395   smilingdokyeom
## 396      schlashlomi
## 397   suju22teuksung
## 398        Vantellaa
## 399      pyongjeongi
## 400        Yannabeul
## 401   always_svtenha
## 402         kzells13
## 403         miyosamu
## 404          fortbzs
## 405      takoyakimob
## 406          agwenay
## 407  nicksbluepen111
## 408      gyuscircles
## 409     oncegenedays
## 410     sweetanime99
## 411     Lolycoupssss
## 412          TwcxSvt
## 413     stevedjoluvr
## 414     soonyoungsss
## 415       gyuhanwooV
## 416       Joyofjelly
## 417       sm17eycrew
## 418       jseonglove
## 419           jiosgf
## 420    marinalyrical
## 421         sannssaa
## 422  derandomshitbot
## 423        skzsweden
## 424    Stupidcounter
## 425        blue2boot
## 426        hera_nori
## 427      svtshongsam
## 428        seventeen
## 429      aka_rachael
## 430       tarastrike
## 431       cscheolxxx
## 432    GinghamAndTea
## 433        seventeen
## 434     mydearestwon
## 435   Itsmepeeyyyttt
## 436          huierin
## 437       min_Dee879
## 438        kwonushii
## 439      seungprints
## 440       vickookies
## 441     cutelikejoon
## 442   loleng_whalien
## 443       BinAnimals
## 444           kezRmr
## 445        kyeomsgyu
## 446        kwonushii
## 447        ra1nlover
## 448  lorelaysoonhoon
## 449      ygdreamingg
## 450     IkoneriKshop
## 451       yonghafans
## 452        kwonushii
## 453     IkoneriKshop
## 454     chelseacpIXP
## 455   daengnyangsseu
## 456   hoRANGHAEshiii
## 457   dawn_summersrp
## 458   BeySVTColombia
## 459      actuallygyu
## 460    svntncarat17_
## 461      gam3bo1wonu
## 462     nwafestivals
## 463        joohoones
## 464       yoshikyeom
## 465      starryhun94
## 466         PT_KOREA
## 467       JHaniToast
## 468      KPOPFansApp
## 469        shujiiii_
## 470   SinSin80849323
## 471       YUBINSHYUN
## 472   WonHuiKyeomBoo
## 473  DSOAgentKennedy
## 474  Caratdeulforlyf
## 475      jjklleclerc
## 476       ale_voyage
## 477   stolenmoonligh
## 478   stolenmoonligh
## 479          ssmyggv
## 480        marksnabi
## 481       fangurleng
## 482  leeseokminized_
## 483         alla_vic
## 484          jacimp3
## 485       LLLayagami
## 486        hansolmes
## 487  BluePurpleMusic
## 488     concert_next
## 489    Leidy34910365
## 490        parkbihon
## 491   Musicstradio20
## 492  Gretche22021642
## 493         kngychan
## 494    coupsofnoodle
## 495    daoud12827007
## 496      hoshikenz17
## 497     thedextazlab
## 498        jeonselca
## 499         kngychan
## 500       hanimeanie
## 501       moonmonggu
## 502      autoflaneur
## 503           jjaeyy
## 504       gam3boigyu
## 505     luvlykwano_o
## 506       ksybabieee
## 507       CALLUMN0VA
## 508        ___kidult
## 509           ivqn09
## 510     _wonwoofilms
## 511    esquireattire
## 512      hrts4woozii
## 513        Dorris78U
## 514       allyscart_
## 515  Sabrina34311023
## 516       kkumashane
## 517         bstvst__
## 518         ryuzuhas
## 519      gyuhuizones
## 520          Shuajii
## 521     joshujikyeom
## 522    SamSabotage96
## 523      ISP0SSESSED
## 524           lvryok
## 525  thefckrulooking
## 526       kkuradazed
## 527     spinosauruus
## 528      mariebutsad
## 529  christi26412221
## 530         PT_KOREA
## 531  nervousyounglyr
## 532   lonelyfloweryg
## 533      simplyposhh
## 534     pathak_manya
## 535        ickyungyu
## 536   babynijeonghan
## 537     etherealwons
## 538     blueaces1128
## 539  jjkeybalenciaga
## 540    Tweets_ByCass
## 541        jamgyoobi
## 542      quotefeykoi
## 543           mezxig
## 544      just_pingu5
## 545        dh_qorgks
## 546     james047563m
## 547   LalSinghmahor3
## 548      shopcandtee
## 549     yoongiplants
## 550     salvati_lisa
## 551      hanna_yaaaa
## 552         9596blvd
## 553   ramminyeocart_
## 554      hansollieee
## 555       moonmonggu
## 556  lisamanobal_327
## 557        kiwiboong
## 558      DealsOnRPGs
## 559       moonmonggu
## 560          eusterz
## 561  waterIooletters
## 562    SOURlyricsbot
## 563     kywonniesimp
## 564        waveofshi
## 565      MovoSaijari
## 566     owhxkeyboard
## 567         upicgent
## 568         ae_fngrl
## 569      SVTL0VERB0T
## 570     minshuaberry
## 571   Mikszze_gyuhae
## 572    creature_from
## 573     yeontaehours
## 574           mxmbot
## 575        viesgidle
## 576           ltgyul
## 577     kpopvotes_ga
## 578  ann_yeonggggggg
## 579   istayneverland
## 580         tozakivy
## 581      jjklleclerc
## 582         kentohao
## 583      jjklleclerc
## 584     yejisoloist_
## 585        luvrcheoI
## 586       AbdaouiMed
## 587   CopradaGwyneth
## 588     king_jakween
## 589        b0ranghae
## 590   romina13750960
## 591          dkscart
## 592        LisaWick9
## 593         gyulaabi
## 594      jjklleclerc
## 595     jnkchaelisoo
## 596        jiunyeons
## 597       notUbitchh
## 598          wwridul
## 599        lorizonee
## 600     Geeky_Waffle
## 601     unofficialhy
## 602          Jr_mkgs
## 603          jwonhui
## 604     coupsiekelly
## 605      yoonranghae
## 606         lev0tate
## 607       Hoshihora6
## 608        joshucore
## 609  scoupsthighmeat
## 610       cheollie05
## 611     samanthalui_
## 612         sokenily
## 613         WOODZER0
## 614  pepperminthoshi
## 615  _hoshihoranghae
## 616            jwave
## 617          PEANduh
## 618    carmycarmyesq
## 619     danceologiez
## 620       pzrfectlou
## 621       Hoshihora6
## 622    Akinscoded147
## 623         shinix03
## 624         kyeomima
## 625         enchugoo
## 626          ReexRco
## 627   DouthitMichael
## 628        arocks_75
## 629       iseult1124
## 630    JimmyDetroit1
## 631       Hoshihora6
## 632      2damncheeky
## 633        bernacnti
## 634         lcvllnv_
## 635    dahyuns_chair
## 636       LetsSortIt
## 637     requiemarane
## 638       astrohajus
## 639    drowninginluv
## 640  Ashisha24624151
## 641    ariesheojiwon
## 642   enhypenseven__
## 643  oldworldromance
## 644  riskyriskywikgy
## 645  annyeongmerchph
## 646    ariesheojiwon
## 647      lunefaerie_
## 648        jiunyeons
## 649      yunh0shands
## 650        seventeen
## 651       _ddanadino
## 652  W13TMpHpipWHxot
## 653   SVTlifechoseme
## 654       Emmi_shane
## 655         oohkiera
## 656        jiunyeons
## 657    donutsnknives
## 658         DI0RLELE
## 659        jiunyeons
## 660      cristyclark
## 661  seventeen_cha92
## 662         OT12Soup
## 663       RimbaudBot
## 664          NAVYB00
## 665        woomygosh
## 666  Abdulwasishah50
## 667       sslyricbot
## 668        fullsunCJ
## 669      Beastin25_8
## 670     WonhoWeLoveU
## 671     idolshapebot
## 672        4SVTJIHAN
## 673       sleepingjh
## 674        hiautosng
## 675         wooaynih
## 676            WKDfm
## 677  rosiesrr_rreedd
## 678  chronoSprockets
## 679     verytiredtwt
## 680    k_alfarttoosi
## 681    SkzAntoinette
## 682        deekayeom
## 683    jihyultiverse
## 684        Mya_Facts
## 685       kkumashane
## 686     pheebeegates
## 687  LumiKPlaysGames
## 688   SexiestJiminie
## 689    ILove2Paint22
## 690  LumiKPlaysGames
## 691  theinsidexpress
## 692   oncemoobitreve
## 693    ariesheojiwon
## 694        luv__wonu
## 695  Movieblocktimus
## 696   piratekinghwax
## 697  tiny_taehyungie
## 698       yepthemsvt
## 699        meehehehe
## 700    FLOWERBOYSVTN
## 701     markybriones
## 702        koothelaa
## 703       bonsbestie
## 704          elfhao_
## 705       bonsbestie
## 706         seuIcart
## 707      donwilly01_
## 708      wowthatsrnb
## 709         chaefIwr
## 710        bluehrkyo
## 711   dazed420gaming
## 712        somizitos
## 713    WasHappeninLT
## 714    13officialTwt
## 715      some_day401
## 716       ecarchive_
## 717    ariesheojiwon
## 718       dasukaaaaa
## 719        wonufolla
## 720        brockpszn
## 721         shinix03
## 722      yoonranghae
## 723        TerrorD0g
## 724        33BEASTMM
## 725       AtA_Lyrics
## 726      kpoppiepapi
## 727        allchlosu
## 728       FatokisSon
## 729     pathak_manya
## 730    kiIIerslyrics
## 731      SciPiHarvey
## 732       yogirlchay
## 733       btsvt_OT20
## 734         ryuzuhas
## 735         iampaatt
## 736         carl1787
## 737     trinitycheck
## 738       horangsese
## 739           ZeGcgh
## 740       neojenosis
## 741      teamojunnie
## 742      teamojunnie
## 743     michaeleaves
## 744          mcpnews
## 745      teamojunnie
## 746         kioutie_
## 747   CoreyHasIssues
## 748      alltimegelo
## 749       amandbibis
## 750   teariciaanneuu
## 751       wonuversee
## 752           gtombs
## 753   AngelAmelia881
## 754       bonsbestie
## 755   rpmradiostream
## 756    Stupidcounter
## 757           lbvlil
## 758        seokkieji
## 759      sugapremacy
## 760  Amarach41208783
## 761       dreamofyuu
## 762      jiangtoopia
## 763  fangirlarchives
## 764        luv__wonu
## 765         yngishua
## 766         jujuhobi
## 767     RAHMAT998six
## 768      patchinoona
## 769      Guililla__1
## 770    ariesheojiwon
## 771         Volupt4s
## 772   KPopAurore1993
## 773   KPopAurore1993
## 774       gomenne666
## 775     tweekaroonie
## 776         kwannhao
## 777     ally_jianggg
## 778      goddess_xxv
## 779          lynzaxx
## 780        staynisse
## 781         hiraiscy
## 782    KirktonChurch
## 783     JohannaNobre
## 784    moaprillaicha
## 785  Christi61296539
## 786    scaraetherism
## 787       bonsbestie
## 788         svt_arry
## 789        Madziehwa
## 790     Miyaratoon_0
## 791        yjhlovbot
## 792        fitzsimme
## 793       itsandykim
## 794         hobabbie
## 795      aljabali737
## 796   bodylike3racha
## 797        Taehyun29
## 798       jottace019
## 799       taesskates
## 800   littlepixie006
## 801   hyacinth4maria
## 802           25ijis
## 803         edizza15
## 804   TheMuzicNation
## 805         nwjssera
## 806       sohngarden
## 807   ourleadersfatu
## 808      chrln_yrm02
## 809       tteokbokkj
## 810    LilisSlestari
## 811  stannicocolyn_n
## 812     ningninguwiw
## 813         MANIIC11
## 814      ChartwayFCU
## 815         haeechoo
## 816  GordonJohnson19
## 817     getcool_jeno
## 818      alvinnenjap
## 819       yunjinlgbt
## 820   winterangelhao
## 821   benpalmach1967
## 822    kpopmultigain
## 823        seventeen
## 824     seokminroyal
## 825     byjeonheejin
## 826        bechiibeb
## 827  BluePurpleMusic
## 828     concert_next
## 829      acequotebot
## 830         john_kjv
## 831      cherubfinds
## 832       616IRONLAD
## 833   AboutScotlandd
## 834       tuanhaoism
## 835      cherubfinds
## 836     notsomeagain
## 837      cherubfinds
## 838         woIgreve
## 839    kuyaaamingyu_
## 840      cherubfinds
## 841     thedextazlab
## 842         Wen17Boo
## 843     seolasbestie
## 844      cherubfinds
## 845       minhaoland
## 846        seventeen
## 847       kyeomshua_
## 848    boo_from_jeju
## 849        SteSierra
## 850         gyupoetc
## 851     bibobiaddict
## 852    SVT_Vernonbot
## 853         yellOmeh
## 854  baekhyunee_EX0_
## 855         _qchinks
## 856      Santaro2410
## 857         odetovou
## 858      Santaro2410
## 859     chocoofrappe
## 860        liezldhin
## 861      ForKentin07
## 862    voopsie_daisy
## 863   anaelizabethdg
## 864      jokerwongyu
## 865      reverookiee
## 866      ForKentin07
## 867      taehyuncore
## 868         all_rhue
## 869       junhuioppa
## 870        quirkaaaa
## 871          boosfav
## 872  grimmyapologist
## 873   Tippipani_0801
## 874      taehyuncore
## 875         Joshuju_
## 876    jhonianguarin
## 877       gyulwonies
## 878       jdeclutter
## 879         Joshuju_
## 880           mmaxgf
## 881      woojoodollz
## 882         ___ohshi
## 883         luwandrw
## 884  InnieMinnieMoni
## 885    xuminghaoluvr
## 886     therealogive
## 887        beemin9yu
## 888       cheolattes
## 889          m4rshua
## 890    wonhaokyeom17
## 891        luv7yseok
## 892        seventeen
## 893       bae_forsvt
## 894      MeeInAugust
## 895        KrlosRad1
## 896         SlMP4JUN
## 897        joyuriful
## 898     bibobiaddict
## 899   boyfriendangeI
## 900        pmhmylove
## 901        pmhmylove
## 902  PodcastQuoteBot
## 903        kidultacy
## 904     lostlatibule
## 905         shuaoshi
## 906      sourirecart
## 907    floweredemian
## 908  IKnowYoureAScam
## 909        Azrael316
## 910      brattycarat
## 911      nicoleeeltg
## 912       DkDeokyeom
## 913       DkDeokyeom
## 914         gyyruiae
## 915      gam3bo1wonu
## 916         melokomi
## 917        hananunie
## 918          krae_rn
## 919        yumiebrry
## 920    theehongverse
## 921     Rosie_blink9
## 922        SegyeNaui
## 923   cholulasmarket
## 924      devluvschwe
## 925        pro_cabby
## 926       chuuyavale
## 927  borntoserve1968
## 928      sharlynn53s
## 929       BrucieKBot
## 930         eivorbot
## 931       om_tatamic
## 932  CentralCoastRa1
## 933  Kurotsuchi_____
## 934     froggyyeojin
## 935    bonesquotebot
## 936      minimevsart
## 937      yoonzinahae
## 938        imberna17
## 939    izallenjandro
## 940  serndpty_pledis
## 941      AuthorShout
## 942      jiminsfangs
## 943    malloryquinnn
## 944   __charliee____
## 945         TM_DALLA
## 946     coupranghaae
## 947        seventeen
## 948        celinieee
## 949     fullmoonjooe
## 950    readgellmaeee
## 951  bts_skz_lovebot
## 952      wonwoo_main
## 953        jeonghozi
## 954         teeniedk
## 955          10sbian
## 956      lexthemulti
## 957         DDilkies
## 958       EloisaAli5
## 959          ye0sunx
## 960        samedmn17
## 961       2_moka2006
## 962    smilesuminisa
## 963      SVT_Fatisha
## 964    every_wonwo_o
## 965      preshcarrot
## 966        hhwangina
## 967           11eons
## 968    Shleepysheep1
## 969           zzbhui
## 970        SANRlOJJK
## 971          gyvhans
## 972  Master_Goldfish
## 973       cloverclds
## 974      haichengmp3
## 975      theagwrites
## 976       essicakes_
## 977          jere7my
## 978     lostlatibule
## 979     jihancheol88
## 980     BlueRosie289
## 981     rowlenegrace
## 982    AdelineOulala
## 983       bymartiii_
## 984           ull_by
## 985       itsmeptrca
## 986     dokyeomhanie
## 987    thenameisdash
## 988     Simsekekkuin
## 989          gjsrulz
## 990        dksimjake
## 991   dominic_carman
## 992     ready_to_woo
## 993        kenari_na
## 994   haruharuminwon
## 995        lixbotluv
## 996        jseunie07
## 997         wandmina
## 998    tiaraboo1004_
## 999        benoski73
## 1000    SxvietWeapon
## 1001 thisbrokenwheel
## 1002       seventeen
## 1003       granny_vr
## 1004    jihoonbiloog
## 1005 Simplybrowsing1
## 1006        m0chii_3
## 1007      luvvyanggg
## 1008       hieutsiot
## 1009       hoeeshook
## 1010      hanniessvt
## 1011     ThiruGeneva
## 1012   smallmatsubot
## 1013     Shivvvvvvv2
## 1014  mattmonroe1980
## 1015       seventeen
## 1016      AnFhuiseog
## 1017     forevergluv
## 1018        dyochans
## 1019  haruharuminwon
## 1020     numbercount
## 1021     hyojinsmile
## 1022       hoeeshook
## 1023      extratteen
## 1024   bubble_ncteaa
## 1025 whatkindofcarat
## 1026  0xBigwin19bibi
## 1027        mindoksi
## 1028        mindoksi
## 1029       seobkitty
## 1030         xtinesp
## 1031       lousanoze
## 1032           yvmis
## 1033       soobifilm
## 1034   Stupidcounter
## 1035         newskzi
## 1036 strangeheqthers
## 1037  littlepixie006
## 1038       soobifilm
## 1039       daisy_bey
## 1040  Cristian_sem_H
## 1041    nelly_nella_
## 1042       vp_marina
## 1043          xiuspo
## 1044       0xytocity
## 1045  feerlvsdokyeom
## 1046 CaldwellThomas1
## 1047      EloisaAli5
## 1048   kelvinreyes08
## 1049     lachicashii
## 1050        mindoksi
## 1051          gyupov
## 1052     BotLifetime
## 1053        eilymee_
## 1054   hwnghyunjeanz
## 1055   dre_seventeen
## 1056           msnwu
## 1057       r4in3_twt
## 1058     Regvelvet20
## 1059         opavtyy
## 1060    pathak_manya
## 1061       normaIbot
## 1062     lilbadksw19
## 1063       shuasmwah
## 1064      jihan1995_
## 1065 wonwoosexcbrain
## 1066         PJHC4RT
## 1067     Snowfoxiiee
## 1068       BaRk_r0wR
## 1069        CaryennG
## 1070      huntzworld
## 1071       0297haulz
## 1072      aojxtmashi
## 1073 coupshan_sebong
## 1074        bewithbu
## 1075      sebongtrsr
## 1076       atpstumii
## 1077     777DKWonwoo
## 1078   dre_seventeen
## 1079 coupshan_sebong
## 1080     kawterXback
## 1081 Nick25426726585
## 1082      anyonedrei
## 1083        gabateez
## 1084           wzmg_
## 1085      ChoVhemmie
## 1086   itsmewannable
## 1087      TbeomxjunT
## 1088   dokyeeeooomie
## 1089      _llaineeey
## 1090     SayWahuWahu
## 1091      anyonedrei
## 1092   itsmewannable
## 1093       Jayee3Mp4
## 1094    vminkook_vmk
## 1095    iamnumberbot
## 1096      maricarttt
## 1097     lizisawommy
## 1098  CamelliaKiller
## 1099         KRISVEM
## 1100        Yjhnihae
## 1101    SeleniumXVII
## 1102        _gdncs13
## 1103        dda_dduu
## 1104      anyonedrei
## 1105       cloisepam
## 1106          cse843
## 1107       nebulagyu
## 1108  onlythemolerry
## 1109       shhuuwwaa
## 1110       ariezdale
## 1111   itsmewannable
## 1112     faholoworks
## 1113     faholoworks
## 1114         intaksz
## 1115      toywatch81
## 1116         sjmtrkw
## 1117  suju22teuksung
## 1118         hwakttn
## 1119       oheungsvt
## 1120 PriyankaTalgao3
## 1121   miss_svtmafia
## 1122 MeganJa33528118
## 1123        accusary
## 1124       SeeUsIdle
## 1125      mochipyoji
## 1126       jishoocho
## 1127        Lattchwe
## 1128    kbgchartdata
## 1129        dda_dduu
## 1130    fbgiaodesign
## 1131     into_SooHui
## 1132      marii_nhel
## 1133   enhypenjaysgf
## 1134  RobertEBarnes1
## 1135         nhixxie
## 1136       4sahissi_
## 1137    vminkook_vmk
## 1138        svthugsl
## 1139         intaksz
## 1140      watakeibot
## 1141          Zarj34
## 1142      dizzyIover
## 1143       ezcart666
## 1144      anyonedrei
## 1145  everythingshua
## 1146   inn_creatives
## 1147       nootokkii
## 1148    vminkook_vmk
## 1149     777DKWonwoo
## 1150    jaden_lyrics
## 1151        dda_dduu
## 1152       IndieBook
## 1153       luvmingoo
## 1154     jklmbigwins
## 1155       boothinkz
## 1156       Heavy_Dew
## 1157  jeonghaanniiee
## 1158        _wooluvr
## 1159 13CaratDiamond_
## 1160       Brenoteen
## 1161       Brenoteen
## 1162       Brenoteen
## 1163       Brenoteen
## 1164       Brenoteen
## 1165       Brenoteen
## 1166       soobifilm
## 1167      0096karteu
## 1168       Brenoteen
## 1169       Brenoteen
## 1170     jaysaysnope
## 1171      chomamamas
## 1172         Phusaza
## 1173         intaksz
## 1174    jeongcheols_
## 1175  serenilyshopph
## 1176 13CaratDiamond_
## 1177          lhbryl
## 1178       seventeen
## 1179   sebong_hana17
## 1180           wzmg_
## 1181     mscuttlebot
## 1182   mushroom_teen
## 1183        CaryennG
## 1184        Lattchwe
## 1185 coveredinbees42
## 1186 westcoastsexgod
## 1187      mentosguac
## 1188         jiuneok
## 1189       chagiyoon
## 1190       seventeen
## 1191      samviixxii
## 1192   mushroom_teen
## 1193       kpoplikez
## 1194      jhluversvt
## 1195 coupshan_sebong
## 1196     Oniwanbashu
## 1197   SparklingMiii
## 1198    sunflwrchers
## 1199        Danvas14
## 1200       boothinkz
## 1201      svtgalaxy_
## 1202        Lady0ice
## 1203        minwonqt
## 1204      svtgalaxy_
## 1205      svtgalaxy_
## 1206   pichulinology
## 1207      Yang_Broke
## 1208      svtgalaxy_
## 1209  VollzeitFranzi
## 1210     tinydorijam
## 1211  minimonistudio
## 1212       syheong20
## 1213     aerishanhan
## 1214     DeepripTide
## 1215 UribooSeventeen
## 1216           66eph
## 1217      svtgalaxy_
## 1218       nnswift13
## 1219      mariam49is
## 1220        Lady0ice
## 1221 macejkovic60dch
## 1222       LuPartTwo
## 1223          cse843
## 1224       air_kyeom
## 1225    SeleniumXVII
## 1226   dre_seventeen
## 1227        Floofvee
## 1228      Yang_Broke
## 1229      svtgalaxy_
## 1230   winter_sunnie
## 1231 TheCuConnection
## 1232   dre_seventeen
## 1233        ILLsCart
## 1234   moonchild875_
## 1235       soobifilm
## 1236     wineparty17
## 1237      svtgalaxy_
## 1238        BintyAsa
## 1239         Dk_0428
## 1240      Jkorsling1
## 1241      svtgalaxy_
## 1242       shualvr_r
## 1243  spideykookstay
## 1244          intbun
## 1245      svtgalaxy_
## 1246        1041zion
## 1247      svtgalaxy_
## 1248       eyahann13
## 1249     Solely_Ming
## 1250 CharmSupportLab
## 1251      angelisuhs
## 1252     bluemincart
## 1253       daisy_bey
## 1254      svtgalaxy_
## 1255        d_dskr_r
## 1256        indainya
## 1257 yoonjeonghannny
## 1258   hwnghyunjeanz
## 1259      svtgalaxy_
## 1260    UKChartStats
## 1261   bebeamoraaa14
## 1262     jedisoonwoo
## 1263  haruharuminwon
## 1264     maxx_is_mad
## 1265        treteen_
## 1266       ririesse_
## 1267           _cmrj
## 1268     GirlWitHour
## 1269      svtgalaxy_
## 1270        iluuvwon
## 1271 ceruleanhorrors
## 1272      chweolpapi
## 1273      hanniezel_
## 1274      svtgalaxy_
## 1275  rodriguez_anci
## 1276         newskzi
## 1277        lotherye
## 1278  cigsaftercheol
## 1279         KL10218
## 1280      aesirwords
## 1281         YJ__MOA
## 1282       jseunie07
## 1283    reallifegojo
## 1284     scjnjh_9405
## 1285    GeneNiMingyu
## 1286      choisuchie
## 1287 octobereveryday
## 1288      ch3rrytrbl
## 1289   hourlyancient
## 1290     TheAthletic
## 1291       seventeen
## 1292    Joana_______
## 1293    hyejubaitola
## 1294       Brando_WX
## 1295         newskzi
## 1296   lemonopossum_
## 1297      svtgalaxy_
## 1298       shhuuwwaa
## 1299        itzaimae
## 1300     evrbdyhngsm
## 1301      svtgalaxy_
## 1302   joshushushuwu
## 1303       atpstumii
## 1304        Yjhnihae
## 1305      svtgalaxy_
## 1306    coupranghaae
## 1307  _1350_woofwoof
## 1308          sksuxs
## 1309        gelcakyy
## 1310 coupshan_sebong
## 1311     _chanslatte
## 1312        vjkscart
## 1313        _gdncs13
## 1314   pichulinology
## 1315     drunkkiest7
## 1316   yupsheskitten
## 1317    minhuiyeolie
## 1318    miroticjimin
## 1319      svtgalaxy_
## 1320        cseadara
## 1321      NEVERVMlND
## 1322 fearlesslyPearl
## 1323     scjnjh_9405
## 1324      diseasethv
## 1325       shewalnur
## 1326         mwbcart
## 1327  ParlourDigital
## 1328      TbeomxjunT
## 1329          vuum00
## 1330     cindynamint
## 1331     SayWahuWahu
## 1332      BLAZEAYEEN
## 1333      jowanithe8
## 1334 coupshan_sebong
## 1335    cappuccinoz_
## 1336          gyuext
## 1337         PJHC4RT
## 1338          gyuext
## 1339      hanniezel_
## 1340          gyuext
## 1341     Mochii_1095
## 1342      heesoomios
## 1343          gyuext
## 1344      eysvtcarat
## 1345     yoonshrim_p
## 1346   Arasu74416072
## 1347  DecorativeCoUK
## 1348          hngxji
## 1349          gyuext
## 1350          gyuext
## 1351     jkpjtrade13
## 1352          gyuext
## 1353     crazypersun
## 1354        zhrjun23
## 1355          gyuext
## 1356     Aeryn_Rudel
## 1357       shhuuwwaa
## 1358          gyuext
## 1359 haosebythe8cean
## 1360         asha272
## 1361  BeySVTColombia
## 1362   kpopretweet05
## 1363        dda_dduu
## 1364          gyuext
## 1365        CaryennG
## 1366          gyuext
## 1367    GeneNiMingyu
## 1368  rodriguez_anci
## 1369     SVT_Fatisha
## 1370    junhui_noona
## 1371          gyuext
## 1372      minygiiii_
## 1373      malkinmoth
## 1374        minwonqt
## 1375       EVRY1WOO_
## 1376      itsdindin_
## 1377       sammidata
##                                                                                                                                                                            text
## 1                                                                                          @tanyakanrl happy sweet seventeen sender-nim !! ❤️‍🔥❤️❤️‍🔥❤️❤️‍🔥❤️❤️‍🔥❤️ https://t.co/kuSCqMHumw
## 2                                                                                                                                   @elelduarvk happy sweet seventeen el!! 💗💗💗💗
## 3                              wts lfb svt seventeen ph be the sun bulacan\n\n2 LBB PREMIUM TICKETS BETS BULACAN\n\nPrice: 10000 ea (19k if claiming b… https://t.co/pbylfhs13i
## 4                                                                                                                                                  D-day!!!! See u seventeen!!!
## 5                                                                                             🫶🏻the cutest mirror selca\n#caratSelcaDay #csd #SEVENTEEN https://t.co/D6cmwnt12H
## 6                               number seventeen.\nvalkyria chronicles\n\n9/10. this game had such a beautiful story, about the struggles of war and h… https://t.co/yWuX7hdmiD
## 7                                                                                                     Good luck sa mga aattend ng con! Give Seventeen their biggest PH crowd!!!
## 8                                                                                                                                          @ajooniceee SEVENTEEN WAAAAAAAAHHHHH
## 9                                                                                                                      Make this day a memorable day for us and for seventeen 🤍
## 10                         wts lfb ph\n\nseventeen osaka limited pcs + dream album set\n= ₱10k\n= secured na!\n= dop: Dec. 20\n= dm to mine\n\n🏷 svt b… https://t.co/fT1R4QSbGz
## 11                                                                                                                                                happy sweet seventeen for me🫶
## 12                                                                                                                   i want him so bad. #csd #seventeen https://t.co/Vq3liiDhsq
## 13                     - Desk calendar 2019 SEVENTEEN ❌\n•80k\n\n- Lipbalm + pc The Saem DK❌\n- PC lipbalm The saem The8✅\n\n- Postcard set ❌\n\n-… https://t.co/9B0rI5fp0U
## 14                                 @JAY4YOON @nwjnsbts Nope. There is one fandom that regularly hates on bts even before Hybe acquired their faves com… https://t.co/sqJKIfxpTd
## 15                                                                                             D-DAY! See u later @pledis_17 ✨\n\n#SEVENTEEN #BeTheSuninBULACAN #BeTSinBULACAN
## 16                                                                                                                  kiss!\n\n#JOSHUA #조슈아 #SEVENTEEN https://t.co/O6k23DqUQy
## 17                               Show business kept us all alive\nSince seventeen October 1945\nBut the star has gone, the glamour's worn thin\nThat's… https://t.co/AjhzI8Pxfd
## 18                                                                                                         four million five hundred sixty two thousand eight hundred seventeen
## 19                                                                                                    d-day ✨ i will meet seventeen today #BeTSBulacan https://t.co/UugUl68mgg
## 20                                                                                                         see you again in a few hours, seventeen !! 🤍 https://t.co/RlG4C1v6an
## 21                            #lovemochi_phgo | wts • lfb • ph\n\n🔥 LAST 1 STOCK 🔥\n\nSEVENTEEN 💎\nOfficial Lightstick Powerbank ver 2\n💯 Sealed - Php… https://t.co/bA7EQRaymY
## 22                                                                                                              seventeen bets in bulacan d-day !! Be safe everyone and enjoy~~
## 23                                 I Wonder what Songs seventeen will sing in Bulacan- ISTG if they get like the OG Ready to Love, Heaven’s Cloud, Che… https://t.co/MqFdcUWJrJ
## 24                                                                                                                 d-day 🥹 see you later carats and seventeen!!!!! @pledis_17 🤍
## 25                                                                  i can finally say that i am seeing seventeen tonight !!!! #BeTheSuninBULACAN\n\nps. hindi na to majjinx pls
## 26                                                                          i want to go to a seventeen concert so bad, why did i have to live in australia out of all places 😭
## 27                    seventeen dicon dfesta mini edition\n\nmember set (7 pcs) RM10\n✅SC\n✅T8\n✅SK\n✅DN\n\n• exc local postage only\n• no rush po… https://t.co/l9NNaB60it
## 28                                                                                                                                             @gincnatal the edge of seventeen
## 29                                                                                                                          “Extremely Underwhelming Seventeen-Million Dollars”
## 30                                                                                                                                             @gincnatal the edge of seventeen
## 31                                 “so between the sixth grade and now i’ve had to kill seventeen mice. that’s probably why i’m so emotionally stunted… https://t.co/THUBlVxRIK
## 32                                                                                                                                             @gincnatal The edge of seventeen
## 33                                                                                                                                             @gincnatal the edge of seventeen
## 34                                                                                                                                             @gincnatal the edge of seventeen
## 35                                                                                                 @neogotmybankx @pledis_17 done #SEVENTEEN @pledis_17 https://t.co/ltxwIaGTjN
## 36                           wts lfb ph\n\nseventeen tokyo dome pcs\n— available: jun the8 scoups jeonghan\n— dop: payo\n— 700 ea (2800 set)\n— prio s… https://t.co/1ZbQTuKjaN
## 37                                                                                       Happy CSD day, everyone 🥰\n#CaratSelcaDay #SEVENTEEN #JUN #CSD https://t.co/SiE4SjCLBK
## 38                                 i hope everyone attending betsbul today will have loads of fun! 🧡 it’s worth it, always worth it when you’re seeing… https://t.co/MVPUIndYSI
## 39                                                                                                                                See youuuu SEVENTEEN💛 https://t.co/Gq6gjoB89O
## 40                                                                                            Bulacan Freebies On The way 💙\n\n#BeTSBulacan\n#SEVENTEEN https://t.co/havVccc2Ar
## 41                                                                                        Text  📲   206-588-6453  Request 🎶 Stevie Nicks - Edge Of Seventeen  📤  With Others  ❤️
## 42                                                                                                                                          see you seventeen! #BeTheSunBulacan
## 43                                                                                                                                 It’s dday!! I’m finally seeing seventeen omg
## 44                                                                                                             people are seeing seventeen today and I… am seeing the dentist🫠🫠
## 45                                 @dudeparebrochwe and I met for the first time exactly two years ago. today, we will meet again to attend a seventee… https://t.co/vD45389xCS
## 46                                                                                            whenever carats and seventeen met, it rains talaga ano? 🥹 https://t.co/r6fkj4Gwo9
## 47                                           HAPPY BIRTHDAY SIR BABA HONORABLE❤️❤️❤️💯🥃🎂🎂🎂🎂🎂🍦🍦 #PriyAnkit #TheMaskedSinger #Kizilcikserbeti #الهلال_الباطن… https://t.co/rxL3txkUoE
## 48                                                                                                                                                   I’m not seventeen- anymore
## 49                                                                        @Spotify Seventeen BE THE SUN!!!!\n#SVT_WORLDTOUR_BETHESUN \n#BETSinBulacan \n#SEVENTEEN \n@pledis_17
## 50                                                                    I'm ready! Aju nice! 🔥🔥🔥\n#BETSinBulacan\n#BeTheSunBulacan\n#SEVENTEEN @pledis_17 https://t.co/FgdAJ5Akl7
## 51                                                         Seventeen BE THE SUN!!!!\n#SVT_WORLDTOUR_BETHESUN \n#BETSinBulacan \n#SEVENTEEN \n@pledis_17 https://t.co/EEunFNcIAU
## 52                                    wts want to sell usa canada cn europe eu indo ina sg singapore thailand th china jp ph my malaysia\n\n#SEVENTEEN… https://t.co/W2z3S0cki9
## 53                                                                               ✨Mr and Mrs Kim ✨\n#CaratSelcaDay #CSD #SEVENTEEN #MINGYU @pledis_17 https://t.co/3C9sD63WU4
## 54                                                                                                        SEVENTEEN WORLD TOUR [BE THE SUN] - JAKARTA (Additional Show)\n\nD-11
## 55                              @NMOliverPoetry Well, as @official_jcc says, in his “first - and only - haiku”:\n\nTo convey one’s mood\nIn seventeen syllables\nIs very diffic
## 56                                                                                                                                             SEEING SEVENTEEN AGAIN TODAY 😭😭😭
## 57                            WTS/ LFB \nSEVENTEEN BeTS in BULACAN\n- UPPER BOX C REG 409\n- SAME PRICE1850\n\nRFs: di macontact yung bibili ilang ora… https://t.co/w0PmMB9uak
## 58                                                         after seventeen it’s more just music wise cuz even tho i don’t keep up with all of them, i keep with those even less
## 59                           if u see this, ur REQUIRED to list ur top 10 groups\n\n1. red velvet \n2. twice\n3. aespa\n4. blackpink\n5. stayc\n6. nct… https://t.co/WXstGo6kQN
## 60                                                                                                                           good morning 🥰 im going to see seventeen today! 💗💙
## 61                                                                                                         #openfollow for kpopers esp. seventeen biased , retweet terserah ಠ_ಠ
## 62                                                                             everyone have a wonderful time at bets !!!! a seventeen concert is an extraordinary experience 🧡
## 63                                                     it has been exactly two years since i became a carat and im going to celebrate it w seventeen 🥹🫶 https://t.co/stZmqE30nw
## 64                                                                                                                                              WAHHH IM SEEING SEVENTEEN TODAY
## 65                             WTS / LFB PH ONLY\n#iKONERIonhands\n\nALL ONHAND AND READY TO SHIP \nSTRICTLY SET ONLY OFFICIAL SEVENTEEN LIGHTSTICK AN… https://t.co/KpjATIzu8g
## 66                                                                                                                            @carseatheadrest william toledo number seventeen.
## 67                                                               Grabe 'yung unity ng carats to help other carats. 🥺 appreciate you guys so much. Proud sainyo ang Seventeen. 💙
## 68                                                                                          SEVENTEEN\n\nBias                              Bias wrecker https://t.co/UTk4sAj0RL
## 69                                                                                                Is anyone here going for TXT, Seventeen and Kep1er cafe event on 23 Dec (Fri)
## 70                                                                                            @billboard @pledis_17 @itstetrisbish Love it 🥰🥰\n\n@pledis_17  #SEVENTEEN #세븐틴
## 71                                                                                                                                                                  Seventeen 🥺
## 72                                 @miss_svtmafia @pledis_17 I deserve to see Seventeen po because I've been their fan since I was in Grade 8 and they… https://t.co/RH7QrfefBW
## 73                                            good pods gen 3✨️\n\nlink https://t.co/GQGH6NZETI\n\ntags: #LISA #ข่าวลือ #16December #SEVENTEEN #NCTDREAM… https://t.co/Op5AsLT52c
## 74                                             “ Once you sign, you help an oppressed victory” \n\n- (pls read the description and sign thank you 🙏🏽🤍)… https://t.co/Cb0FarrAYl
## 75                                              YOUTUBE: MoreFlock \nLINK IN BIO\n#ข่าวลือ #16December #PriyAnkit #TheMaskedSinger #BLACKPINK #SEVENTEEN… https://t.co/hrgNU3pc4I
## 76                                   iiyak ako mamaya for sure. december has been a tough month so far and finally, i'm seeing seventeen again for the third time this year! 🥺🤍
## 77                                  I just got result 'junhui' on quiz 'which seventeen member are you based on my perceptions of them'. What will you… https://t.co/YaTs55B3Wo
## 78                                              YOUTUBE: MoreFlock \nLINK IN BIO\n#ข่าวลือ #16December #PriyAnkit #TheMaskedSinger #BLACKPINK #SEVENTEEN… https://t.co/x5FyXvX7Jd
## 79                                                                                                                                      regresenme los Going seventeen xfavor 😭
## 80                                                                                                                         D-day 😭 Seventeen dis Dec. 17. Tamang iyak for today
## 81                                              YOUTUBE: MoreFlock \nLINK IN BIO\n#ข่าวลือ #16December #PriyAnkit #TheMaskedSinger #BLACKPINK #SEVENTEEN… https://t.co/ngSTazuOZM
## 82                                                                                  carat selca day ft my sick self !! #SEVENTEEN #CARAT #CaratSelcaDay https://t.co/UOXajOl68O
## 83                                                                                                                                 otw to phi-ar\n#BeTheSunBulacan \n#SEVENTEEN
## 84                                              YOUTUBE: MoreFlock \nLINK IN BIO\n#ข่าวลือ #16December #PriyAnkit #TheMaskedSinger #BLACKPINK #SEVENTEEN… https://t.co/tVfa4WRpQK
## 85                                                                                    #NowPlaying Letter Seventeen - Waiting at https://t.co/JNfC3Ouky0 https://t.co/dkeif6J31X
## 86                                                                                                                                          EXCITED NA KO GRABE SEE U SEVENTEEN
## 87                                                                                                                                 @kchartsmaster world_ by seventeen of course
## 88                                 iiyak ako mamaya for sure. december has been a tough month and finally, i'm seeing seventeen today for the third ti… https://t.co/Ho8leWMFzG
## 89                               CHOCOLATE COVERED ANYTHING DAY – BARBIE AND BARNEY BACKLASH DAY – UGLY CHRISTMAS SWEATER DAY\n\nIf you are a chocolat… https://t.co/VHy9xQv9kM
## 90                                                             huhu grabe coincidence 17 din ung extra seats sa bus namin then its dec 17 and we’re going to see SEVENTEEN!!!!!
## 91                                                                                                                 There is no way I found fts albums for like 18€ 😭 #seventeen
## 92                                                @halatagon i find this song so annoying 😭\nbut apparently everyone makes it way better than him, even that guy from seventeen
## 93                                                                                          wtb lfs ph shuttle vertis seventeen be the sun bets bulacan https://t.co/Bx0LkKaFaK
## 94                        ꒰ wts lfb ph ꒱\n\n✘ woozi vernon set\n\n  ⤷ ₱280 set\n  ⤷ onhand | x sensitive\n  ⤷ mod/p: gcash | ggx/flash\n  ⤷ loc: bul… https://t.co/bp32SlM4Jc
## 95                                                                                                                  otw na to ph arena!! so excited to finally meet seventeen!💗
## 96                                         LIVE NOW TUNE IN FOR ONE OF THE TOP 5% IN THE WORLD AT COD ! https://t.co/v5OJK3IoEu #16December #SEVENTEEN… https://t.co/4mRQdgUJpi
## 97                                                                               literally my whole tl is seeing seventeen today, when will that be me? https://t.co/S1uZYHgvpa
## 98                                                                                                                                                     SEE YOU, SEVENTEEN !!! 🥺
## 99                                                                                       Good morning!!! :) See you later seventeen ! \n\n#BeTheSunBulacan \n#BeTheSuninBULACAN
## 100                           wts lfb ph only // D-day✨\n\n•. Seventeen BeTS in Bulacan PH Arena .•\n\n- One (1) UBB REG TIX (rfs. got the desired se… https://t.co/ZtUg8BIJX6
## 101                            #Celebrating Ana Mercedes Hoyos #\n\nDate: December 17, 2022\n\nToday’s Doodle celebrates Ana Mercedes Hoyos, a disting… https://t.co/X8vhaqcbsB
## 102                                            Smiling Italian girls, and Spanish women.\nYou’re not serious, when you’re seventeen.\nA, black velvet jacket of brilliant flies
## 103                                 There's still time to experience the love of The Sound of Music this #holidayseason! Join us until Jan. 15 to feel… https://t.co/iuQYkuESRc
## 104                                                                                                 i can't believe i am seeing seventeen and i am actually crying here sa cr 😭
## 105                                      My newest anthology appearance! This was something I hand wrote when I was seventeen, and all this time later… https://t.co/Yp37gMMwfL
## 106                             LF carpool or bus shuttle for seventeen concert \nlooking po for 2 slots sana!!\n\npick up: sm north or anywhere in qc… https://t.co/URtuC3k5gx
## 107                           Update slot Sharing SG23 Seventeen\n\n📍SDA, Jatim\nDM for claim 🩷\n\nt. photobook heart message paper holder digicode ph… https://t.co/pY5NvcOT04
## 108                          Cwts aab photocard seventeen woozi, wonwoo and dino @sekairsm\n✅ include packing\n✅ Free ongkir via 🍏🍊\n✅ Good conditi… https://t.co/gnqyXikUrv
## 109                                                                                                      @scammerhannie yeah the other seventeen members are his fans after all
## 110                                                                                                                             i know i'm late pero WELCOME BACK SEVENTEEN 😭😭😭
## 111                                                                                                                                           Seventeen https://t.co/CzqO51l8is
## 112                                                                the king and queen of flavortown 😎 @pledis_17 #caratselcaday #csd #vernon #seventeen https://t.co/PJub6GxJdk
## 113                                       Don't leave me - BTS\nShadow - seventeen\nGotta go - chungha\nStay Tonight - chungha\nHellevator - Stray kids https://t.co/e5nitGohNT
## 114                                                                                                                  spending the 17th of december with seventeen and carats 🥹❤️
## 115                                Imagine you are having a really bad day/weeks or so and today pupunta ka  sa concert ng Seventeen ,our home our com… https://t.co/JAGBOJwJaD
## 116                          wts lfb ! pls help rt\n\n- 1 lbb reg 204 row 56\n- 5k (lowest price)\n- meetup sa venue\n\nsvt seventeen be the sun bulac… https://t.co/nK5SP97eIP
## 117                                                                                                                                                    Thanks - SEVENTEEN, 1:15
## 118                                As the sun seeped through the curtains of his room, the first thought Tommy had the morning he turned seventeen was… https://t.co/6xVNlcERB2
## 119                                                                                                            wave is awfully sexual for a reason you cannot fool me seventeen
## 120                                       march my beloved, it's FINALLY D-DAY!!!!! 🥺🥹🥹🥹🥹🥹🥹🥹🫶🫶🫶🫶🫶🫶🫶🫶🫶\n\n#BeTheSunBulacan #SEVENTEEN #세븐틴 @pledis_17 https://t.co/cr51rcFsFD
## 121                        wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. be… https://t.co/KmNseXrgV2
## 122                                                                                                                 BTS, bigbang, Stray kids, seventeen https://t.co/LqRlPzZKsl
## 123                                                                                           I hate this cold man, always need to pee seventeen times before i can go to sleep
## 124                                                                                                I wanna be the girl who hands out freebies soooo bad for next seventeen tour
## 125                                                                                                                            BTS y seventeen de calle https://t.co/AIJfnyPyy5
## 126                                              you ever think about how seventeen literally had a gose episode to training to push cars.. and then proceeded to push cars 😭😭😭
## 127                                                                               THIS WILL GET BIGGER IF YOU KNOW WHAT I MEAN, I'M SORRY IF YOU'RE LIVING AND YOU'RE SEVENTEEN
## 128                                        Any updates on traffic? Quezon city to Philippine Arena? #betsinbulacan #bethesunbulacan #bethesuninbulacan… https://t.co/vDMAQxXHxV
## 129                             first time joining carat selca day 💎 \n\n~ matching glasses with my boo 🍊🩷\n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN https://t.co/RPPWvbDT0q
## 130                                                                                                                                           SEVENTEEN https://t.co/dezCV2Bw5L
## 131                                                                                                                                         D-Day!🔥 #SEVENTEEN #BeTheSunBulacan
## 132                                The 39 united state president Kla*tu+ke-r ChrisKo  Biden the seventeen any many mine more catch a tiger by it toe i… https://t.co/e0aVb1tmG4
## 133                                                                                              caught in a web of your memories like the way we would talk, we were seventeen
## 134                                                                                                @neogotmybankx @pledis_17 done #SEVENTEEN @pledis_17 https://t.co/DzXIXmsgmc
## 135                                                                                                                    See you later sebongsss!!!😭🤧💗\n\n#BeTSBulacan #SEVENTEEN
## 136                                                                                                                                                seeing seventeen today!!!!!!
## 137                                                                                                                  bets in Bulacan today!!! semangat seventeen &amp; carats ❤️
## 138                                                                                        niji en (including our dearest dj of course) and seventeen na lang ang mamahalin ko.
## 139                                                                                             D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17
## 140                                                                                                     D-DAY keep safe everyone!!!\n\n#BeTheSuninBULACAN #SEVENTEEN @pledis_17
## 141                                                                                  bus ride to bulacan!!! field trip feels 🤣🤣 #seventeen #BeTSBulacan https://t.co/iyOdz0SnC0
## 142                             💎 SEVENTEEN BE THE SUN IN BULACAN FREEBIES 💎\n\nTime &amp; Venue — TBA when I'm already at PH Arena \n\n#BeTSinBULACAN… https://t.co/v4ZCexFHDB
## 143                                                                I think it’s a crime we never got to see Seventeen play among us like it’s right up their mafia crazed alley
## 144                                @dearseokjinas @chanelwoozi for the reasons.. i am just like other carats who want to meet seventeen and attend the… https://t.co/CE7NSatr6I
## 145                           wtb lfs • ph only help lagi akong nauunahan\n\n— seventeen be the sun in bulacan\n— lbb reg prem or lba reg prem\n\nbudg… https://t.co/WQYuYP8Xsq
## 146                                                                                                                                                  I'll be seeing seventeen 🥹
## 147                                                                Took a board exam a week before a Seventeen concert.\n\nPassed it a day before another Seventeen concert. ✨
## 148                             @starfess BTS: yet to come, your eyes tell, heartbeat, whalien 52, spring day\nBLACKPINK: you never know\nTWICE:-\nNEW… https://t.co/IZtxxHpq8g
## 149                             Seventeen daily streams on Spotify | December 15 (12/15) | Thursday\n\n• Total streams ─ 2,912,580,936 (+3,675,781)\n•… https://t.co/N4iK5p9ed4
## 150                                                                                                                D-DAY\n#BeTheSunBulacan \n#SEVENTEEN https://t.co/V9JqY1Qtg0
## 151                                @elonmusk can you help small content creators? I get 500-2000 views on YT, insta and tiktok each organically but le… https://t.co/1Hkh38Vyhx
## 152                                                                        everytime seventeen is about to hold a con here in ph, laging may rainbow 🥺🤍 https://t.co/ls3tL3DX2i
## 153                                                                                                              @tanyakanrl happy sweet seventeen nder, wish u all the best 🫶🏻
## 154                                                                                                                                             I....I WANNA SEE SEVENTEEN. T^T
## 155                               @starfess ENHYPEN: shout out, fever, go big or go home\nSEVENTEEN: don't cry, rock with you\nSTRAYKIDS: miroh, god's… https://t.co/HgtkPAsX4i
## 156                                                                                                                                       Only the dead stay seventeen forever.
## 157                                                                                                                                                  @ajooniceee SEVENTEEN!!!!!
## 158                                                                                                                                                  @ajooniceee SEVENTEEN!!!!!
## 159                                                                                                                            i will only wake up this early for seventeen 🫠🫠🫠
## 160                                                                   ✨Available Member\n\nwts season greeting sg seventeen svt 2023 dk woozi jun dino https://t.co/IP6dCiVkVS
## 161                              Seventeen Student-Athletes Set to Graduate This Weekend\n\nMUNCIE, Ind. - This Saturday in Worthen Arena, 17 student-… https://t.co/nBvSMHsrUE
## 162                                                                                                                   See you SEVENTEEN 😭🎉🎉\n@pledis_17 https://t.co/NdG1IDfrqL
## 163                                immensely enjoying returning to tumblr as now i get fox mulder from xfiles scoups from seventeen and brennan lee mu… https://t.co/kIUone021F
## 164                               Day seventeen!\nI am awake at 5am and haven't slept well in weeks! I made this while wishing I had something similar… https://t.co/64ZcgVLGaX
## 165                                                                                                                SEVENTEEN WAS THIS NECESSARY 😭😭😭😭\n\nhttps://t.co/2OTgLw6NbU
## 166                                                                                                            I think I was seventeen when it came out https://t.co/vYiyKYF19q
## 167                                Look it up,Biden in the four years after he was VP , Trumps in office made like seventeen million. The career in Go… https://t.co/V9jCKpyDLH
## 168                                                                SEVENTEEN Be The Sun Bulacan D-Day!! @pledis_17\n\n#BeTheSuninBULACAN #BETSinBulacan https://t.co/q6U8prdpJm
## 169                                also very funny to me that a friend of mine has 124 saved tiktok in total, meanwhile i have more than 124 saved tik… https://t.co/b3M4xYS1GD
## 170                                                                                                                               I just love seventeen https://t.co/MJ7Y2iUUu3
## 171                                        SEVENTEEN Rupley Risers this week. Absolutely incredible! I sure do love this school. Best place ever! 💙🙌💙🙌… https://t.co/3CLcqsARGt
## 172                                                                                                                               @elelduarvk YEYY HAPPY SWEET SEVENTEEN ELL!!!
## 173                                                                                                         I'm currently getting ready. So see you Seventeen it's D-Day Ahhhhh
## 174                                                                                                        #BeTSBulacan SEE YOU SOON SEVENTEEN!! @pledis_17 #SEVENTEENinBulacan
## 175                                                                                                                                     @Nannyyy721 BASKSU SEVENTEEN RIGHT HERE
## 176                                                                                                                    IM SEEING SEVENTEEN TODAY 😭😭😭😭😭😭😭😭😭 I FEEL LIKE DREAMING
## 177                                                                                                                                                     You were only seventeen
## 178                                                                                                                today is 17th of dec,and seventeen's #BeTSBulacan concert!!!
## 179                                                                                                kageyachi\ni’m only seventeen, i don’t know anything, but i know i miss you.
## 180                                                                                              see u seventeen!🥺\n\n#BeTheSuninBULACAN #BeTSinBULACAN https://t.co/bSVlGt7ARI
## 181                          see you laterr! dont hesistate to approach me🤗\n\n✨BE THE SUN BULACAN FREEBIES GIVEAWAY✨\n\n🍒 i'll be giving away svt g… https://t.co/wv7HPzxMBp
## 182                             You know it’s gonna be a good day. ✨\n\nGood Morning! It’s Dec. 17, Saturday.\nIn the Philippines, it’s Be The Sun in… https://t.co/Pe808M3FNw
## 183                               D-DAY🧧JEON WONWOO! BAG OF LUCK!\nhiii po! I made crocheted cat keychains tho superrr onti langg, paki-alagaan po ang… https://t.co/Flvrqq0yaD
## 184                                        @MySunSilHal One word frees us of all the weight and pain of life: that word is love  one hundred seventeen… https://t.co/XOR8O1FBaJ
## 185                          If you see this, you're required to list your top 10 groups:\n\n1. Seventeen\n2. NCT Dream\n3. Red Velvet\n4. ITZY\n5. Wa… https://t.co/YW7edsQXfb
## 186                                                                                                                                         SEE U SEVENTEEN SHUTA DEKDHQJXHS ZH
## 187                                                              @luvkim20 @kpophappenings_ We carats love to clown not only fellow carats but also other fandoms and seventeen
## 188                                        take care everyone and enjoy today!\ndon't forget to bring essentials and your tickets ❤\n\n#BeTheSuninBULACAN #SEVENTEEN @pledis_17
## 189                                                                                                                                                @cliffemalll O seventeen 🙏🙏🙏
## 190                                  @FoxNews OK I agree with this too, it should be a 51st state.  Get better flag designers.  Seventeen times three.… https://t.co/6cfwW14DlX
## 191                                                                                                        goood morning! its d-day 🥺 see you carats and seventeen @pledis_17 🧡
## 192                                                                                                                                       seventeen by heathers is SO C RAINDUO
## 193                                                                                                           Good morning to carats and seventeen only!!! Dday! Enjoy guys 💎🫶🏻
## 194                                                                                      i’m seeing seventeen today!! #BeTheSuninBULACAN #BeTSinBULACAN https://t.co/MMzy7KUdQF
## 195                              BE THE SUN UPDATE \n\nThe Day has come!!! #SEVENTEEN is set to become the First Korean Music act to perform at the bi… https://t.co/xrPGpPY9t1
## 196                                                                                                                                               CAN'T WE BE SEVENTEEN???😭😭😭😭😭
## 197                                onhand caratbong v2, Used once po nung bets mnl, Still complete inclusion pero yung hoshi sticker po nakalagay na s… https://t.co/Aw2M7Ga3Bd
## 198                                                                                                Not mommy saying san ka na naman pupunta 😭 IM GOING TO WATCH SEVENTEEN MIEEE
## 199                                      @yjhanee_ I hope you're already asleep but listening to Wonwoo's Knees Cover 🤗\n\n@pledis_17 @pledis_17jp #SEVENTEEN #세븐틴 #セブチ 💎
## 200                                                                                                                                       SEVENTEEN 💎💎💎 https://t.co/Ycv88b0ULd
## 201                                                                                                           Seventeen-year-old boy view them\n؟?\nنمشے\n\n🔹W77🔹\n🔹W77🔹\n🔹W77🔹
## 202                       1. the boyz\n2. red velvet\n3. nct 127\n4. f(x)\n5. twice\n6. seventeen\n7. nct dream/u\n8. exo\n9. le sserafim\n10. newjeans https://t.co/hq1EQ1zz0A
## 203                     [PHGO] HallyuLuv 🇵🇭\n\n&lt;SEVENTEEN 2023 Season’s Greetings&gt;\n\nSG: ₱2,530 + LSF\nWall Calendar: ₱1,520 + LSF\nSET: ₱3,470… https://t.co/3zdNDcaOFB
## 204                                @angel_funsized If I will chose wants over needs I will say I want a caratbong, it is a lightstick of fans of Seven… https://t.co/jGEy0orMSo
## 205                                @Wumbojumble @burblebutt At 27. You can Definitely consider somebody you met at seventeen/eighteen a childhood frie… https://t.co/fDqkldMze0
## 206                                     DDAY! \n\nSee you later, #SEVENTEEN 💕\n\n@pledis_17 ! 😍🤍💎 @anaelizabethdg \n#BeTheSuninBULACAN #BeTheSunBulacan https://t.co/klfORearm6
## 207                           ❗️REPRICED❗️\n\nwts lfb #BeTheSuninBULACAN 1 lba regular ticket\n\n— section 104, row 33, seat 106\n— price: ₱10,000 (or… https://t.co/cG5VOD1CHd
## 208                                                                                                                  @k_sellingvote done for #SEVENTEEN https://t.co/zaWJKiiR3t
## 209                                                                                                                                                    I MISS SEVENTEEN SO MUCH
## 210                                              sometimes he lets me borrow his bag 🐸\n\n#CaratSelcaDay #CSD #SEVENTEEN #THE8 #MINGHAO #세븐틴 #디에잇 https://t.co/ZiihgdtaW9
## 211                                                                                                                            rainbow for seventeen 🌈🌳 https://t.co/caPobKOguy
## 212                                                                                                                  BEEN BROKE SO MANY TIMES BUT SEVENTEEN IS WORTH THE WAIT!!
## 213                                                                                                                                      @cho_tyongf Donnes tes pc seventeen la
## 214                                                                   every single kpop boy group falls into one of the three categories of trying to be exo, nct, or seventeen
## 215                                                                        a staff member from BTS, Seventeen or ATEEZ, i wanna be with the guys so bad https://t.co/xkUvaLOgzb
## 216                                                   Team bahay but im still very excited for today!!! Enjoy kayo mga team concert!! Give seventeen the best experience here!!
## 217                                                          copied from multiple oomfs but reply for a government assigned twice and seventeen bias 🫶‼️ https://t.co/mz9uppvhuS
## 218                                                                                                           AYOOOOOOO SEVENTEEN RIGHT HERE!!!!!!!! 🤙🤙 https://t.co/poEICi25hI
## 219                                goodmorning caratland....enjoy kayo today and keep safe. Sa mga first time makikita SVT ,I'm sure you will have the… https://t.co/gs2k0WLNjA
## 220                                                                                                                  today im seeing seventeen (2) ✨🫶🏻 https://t.co/AIlEPmhI2H
## 221                                                                                                                                          I'M SEEING SEVENTEEN TODAY OMG 😭😭😭
## 222                      1. bts\n2. seventeen\n3. p1harmony\n4. shinee\n5. nct127\n6. txt\n7. day6\n8. twice\n9. red velvet\n10. block b\n\nlesserafim… https://t.co/1Jo2QIdPt5
## 223                                                                                                                                       00:00 ateez &amp; seventeen, home 🏡❤️‍🩹
## 224                                                 really wish maka attend ako ng bets today &amp; see seventeen again, but ig i'll just work today.. next time nlng sebongs 😭
## 225                                                        i’m so ready, see you my love @pledis_17 💖 \n\n#BeTSinBULACAN #SEVENTEENinBulacan #Seventeen https://t.co/N1sme3CCag
## 226                                                                                                                                   SEE YOU SEVENTEEN! OMG WONWOO FINALLY! ♥️😭
## 227                                in the DOTM prequel comic, Wheeljack notes he is warping space and time in "seventeen dimensions", a deep-cut callb… https://t.co/VDJCfULYNR
## 228                                                                                                                                                   00:00 seventeen, the boyz
## 229                              [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us… https://t.co/32nC5a0NwT
## 230                                                                                                                                                       @ajooniceee SEVENTEEN
## 231                                                                                                                   @tanyakanrl happy sweet seventeen, wish u all the best 💓💓
## 232                                                                                                                   @kchartsmaster #HOT by #SEVENTEEN @pledis_17 of course 😵‍💫
## 233                             wts lfb ph \n\nbets in bul ubc prem ticket 417 row 121 \n- 2.7k meet up sa ph arena\n\nref extra ticket \ndm  or reply… https://t.co/h38rHDOemk
## 234                                                                                                                                                 @giulia canta seventeen 🥺🫶🏽
## 235                                 @av_toi @Thomson8 Good evening feller. Hope all's good. Seen today that we're in the sixth coldest December period… https://t.co/hM2WqQ65ZW
## 236                                gOODMORNING! 🥰 this is one of my best days. wag lang masira because im at the peak of my emotions. ang luha ko lang… https://t.co/HNdoFyo4cE
## 237                                                                                                                  D-day!!!!!! After 5 years, I’m finally seeing SEVENTEEN 😭❤️
## 238                                   Spirituality and loveThat lasts for a seventeen-year-old boy went girl touching me&amp;gt;omg&amp;gt;boner?\n؟?\nنمشے\n\n🔹H4🔹\n🔹H4🔹\n🔹H4🔹
## 239                                                                                                                 @Bardagulan17 will see SEVENTEEN today!!!! #BeTSinBULACAN 😭
## 240                                                                                                See you later @pledis_17 💗 #Seventeen #SEVENTEENinBulacan #BeTheSuninBULACAN
## 241                           wts lfb ph | #minunniesells \n\n👋seventeen dk seokmin your choice other side attacca op 2 \n\nSALE!\n\nPrice on pic + pf… https://t.co/OLzavqN5Ad
## 242                                                                                                                                                 im seeing seventeen today 🤧
## 243                                One of the things that I really admire about Cron is that there's no killer feature, there's no big mission to tran… https://t.co/ilcL8cqFHE
## 244                                                                                                                                               ITS THE DAY SEE YOU SEVENTEEN
## 245                            Oh, Christmas lights\nLight up the street\nLight up the fireworks in me\nMay all your troubles soon be gone\nThose Chri… https://t.co/59CMLqFGvA
## 246                                                                    idk how but suddenly my little brother knows all the old seventeen b-sides like he was singing omg today
## 247                                1. Highlight\n2. EXO \n3. B1A4 \n4. SF9 \n5. Nu'est \n6. Pentagon\n7. SHINee\n8. Twice \n9. The Rose\n10.  Seventeen https://t.co/pqiwSEP7nI
## 248                                                                                           Off to Bulacan PH Arena!!! See you soon SEVENTEEN 🤩\n#BeTSinBULACAN\n\n@pledis_17
## 249                                                                                    see you next concert, seventeen! i love you. have fun tonight 🥺🤎 https://t.co/iznUdUbjXU
## 250                                                                                                                                     D-day!!!! #BeTheSuninBULACAN #SEVENTEEN
## 251                                                                                                          @tanyakanrl happy sweet seventeen sender , wish u all the best 💗-!
## 252                                  1. skz\n2. bp\n3. everglow\n4. le sserafim\n5. seventeen \n6. bts\n7. iz*one\n8. oneus\n9. dreamcatcher\n10. twice https://t.co/z4CwG6zwt2
## 253                                                  SEVENTEEN Dances to 'Left and Right', Talks MAMA Awards &amp; Performing At ... https://t.co/cl8pVWuhwU @YouTubeより\n\n🐶💗
## 254                                      Longing, rusted, furnace, daybreak, seventeen, benign, nine, homecoming, one, freight car.\n\n#CaptainAmericaCivilWar \n#MarvelStudios
## 255                                                                                                                                           i’m seeing seventeen today !! 😭😭🤍
## 256                                                                                                                                           GOOD MORNING TO SEVENTEEN ONLY !!
## 257                                                                                                                  D FUCKIN' DAY!! SEE U, SEVENTEEN!!! 🫶🏽\n#BeTheSuninBULACAN
## 258                                                    It's the day, everyone. We're finally seeing Seventeen later 🥺 See you and have safe travels 🤍 #BeTSinBULACAN @pledis_17
## 259                                                    —two reasons of my happiness; u and sushi🍣🤍\n\n#CSD #CaratSelcaDay #JOSHUA #SEVENTEEN @pledis_17 https://t.co/x9ptfqrM8X
## 260                                                      juicy juicy~  pookuh chi ke ah pookuh uh! SEEE YOU LATER, SEVENTEEN! 🔥🔥🔥\n\n#BeTheSuninBULACAN https://t.co/UeAX23Je0q
## 261                                                                                                                                          GOOD MORNING SEVENTEEN AAAHHHHHHHH
## 262                       me and kyeomie in busan :) first carat selca day! \n\n#CaratSelcaDay #CSD #dokyeom #seventeen #svt #carat #도겸 #캐럿 #세브틴 https://t.co/X1jNdaNAfI
## 263                          💛 our hearts, timeless\n      our love is timeless\n         we are timeless 💙\n\n[#SEVENTEEN #CaratSelcaDay #CSD #세븐틴… https://t.co/wOCXHUzCH1
## 264                                Now now, Hasumi Keito-kun is rather cold, is he not...☆ Fufufu. Hasumi Keito-kun, aren't you seventeen? It is as if… https://t.co/ExTjiDy5rq
## 265                            today's dday for bets again.. this time in bulacan, &amp; i just realized i havent shared any pic/vid i had when i went… https://t.co/YWS2MaBTXg
## 266                                                                                                                                           SEVENTEEN https://t.co/7oWUGDtBTQ
## 267                                                                                                                                   shut the fuck up. jeonghan from seventeen
## 268                                                                                                                                     @AvatarPod The Edge of Seventeen (2016)
## 269                                                                                                                           fathers we love seventeen https://t.co/jdyrkBer2M
## 270                                 From christmas party last night with alcohol drinks that ended 1am, dumiretso na tayo ngayon ng Bulacan 🥹🤣 See you… https://t.co/scLgXDxV3a
## 271                                                                                                A dual rainbow for Seventeen. \n\n#BeTheSunInBulacan https://t.co/GCXYDK9VMm
## 272                                                                                                                         it’s d-day !!! see u later seventeen and carats !!!
## 273                                                                                                                                                       @ajooniceee SEVENTEEN
## 274                         ✨ \n\nNflying / Knk 💕\nSeventeen \nMonsta X \nWEi \nFromis9 \nVicton / Pentagon \nAce \nDreamcatcher\nOneus \nTwice \n\n✨ https://t.co/Svg6rKHoAl
## 275                                                          📢KEEP STREAMING\n\n#DREAM #SVT_DREAM\n\n(https://t.co/xywW2tlFnC)\n\n#SEVENTEEN  #세븐틴 \n@pledis_17 @pledis_17jp
## 276                      📢KEEP STREAMING\n\n#SECTOR17\n#_WORLD #SVT_WORLD\n#세븐틴과_캐럿의_WORLD\n\n▶ https://t.co/4vOZb1v7Sj\n\n#SEVENTEEN  #세븐틴 \n@pledis_17 @pledis_17jp
## 277                                                   📢KEEP STREAMING\n\n▶️ https://t.co/Z7LGWtniQ1\n\n#SEVENTEEN #세븐틴\n#FacetheSun\n#HOT #SVT_HOT\n\n@pledis_17 @pledis_17jp
## 278                      📢KEEP STREAMING\n\n▶ https://t.co/iioKyTMFxM\n\n#SEVENTEEN #세븐틴\n#SVT_Darling\n#Darling #달링 #ep0\n#세븐틴_달링_오후1시\n\n@pledis_17 @pledis_17jp
## 279               DAILY📄 #CARAT \n\n✅STREAM &amp; BUY ALL #SEVENTEEN ALBUMS &amp; MVs\n✅VOTE &amp; COLLECT❤️🌟🎫  \n✅ALWAYS ↗️👍💬 RT #SEVENTEEN contents… https://t.co/5ckZy3GXfT
## 280                         1. Stray Kids\n2. Stray Kids\n3. Stray Kids\n4. Stray Kids\n5. Stray Kids\n6. Stray Kids\n7. Stray Kids\n8. Stray Kids\n9.… https://t.co/FIHGGoxm1p
## 281                                                                                                                         The way he's the most important member of seventeen
## 282                      WTS PHOTOCARD SEVENTEEN OFFICIAL YOU MAKE MY DAY\n\n✅ MINGYU\n✅ HOSHI\n✅ JEONGHAN\n\nPrice : Dm  / cek shopee\nWorldwide Y… https://t.co/mHGq4Xo8Zc
## 283                                I have mentioned that I'll be giving out the 3 photos that I really like in my photo album. (No frame, thought it m… https://t.co/mECVSkb8YZ
## 284                                 I just got result 'junhui' on quiz 'which seventeen member are you based on my perceptions of them'. What will you… https://t.co/CgfEqiV5n5
## 285                                                                                                                                                         SEE YOU SEVENTEEN 😭
## 286                              a rainbow formed around nlex on our way to PH Arena 🥺 even the sky is welcoming you, seventeen 🌈\n\n#BeTheSuninBULACAN https://t.co/FlyA6BX1nK
## 287                                                                                                                       nature really loves seventeen https://t.co/fBvvJIqtaq
## 288                                                                                     WE'RE HERE NAAAAAAA \n\n#BeTSinBULACAN \n#SEVENTEEN\n@pledis_17 https://t.co/juH9Vei79H
## 289                                                                                                                   OMGGGGGGGGG FINALLY! see you later SEVENTEEN and carats😭💓
## 290                                                                                                                          d-day!!! see u later, seventeen!\n\n#BeTSinBULACAN
## 291                                                                                                                                                       @ajooniceee SEVENTEEN
## 292                               GIVING ME LIFE AND IT'S EVERYTHING, THINKIN' BOUT WHEN WE WERE SEVENTEEN,\nFEELIN' MYSELF LIKE I'M NORMA JEANE, HERE… https://t.co/duy8qYTTNF
## 293                                Hi, any carat na team bahay for bets in bul na gusto ipalagay yung name or username just dm me or reply to this twe… https://t.co/JVdIi1VMw1
## 294                                                      Day Seventeen, \nI don't think this movie is as great as its reputation, but it's cute enough. https://t.co/0A87reyu04
## 295                                                                              @kchartsmaster Hot, March - seventeen \nDesigner - nct 127\nForever 1 - snsd\nAfter Like - ive
## 296                                @SilvioTattiscon Mines is seventeen and we're getting near that time  ,you love them so much, but the time comes wh… https://t.co/1Z0uknIMa1
## 297                         ✨@doieyongs' Mini Giveaway ✨\nSEVENTEEN BE THE SUN: in BULACAN \n\n✨Date: Dec 17, 2022\n✨Time: 10:00 AM - until stocks… https://t.co/XjUUxmvgpx
## 298                                                                                                                                                 see you later seventeen !!!
## 299                          repriced !\n\nwts lfb ph ; help rt\n\n˗ˏˋ svt be the sun: bulacan ˎˊ˗\n(1) lbb regular 216 (row 51)\n- last price is ₱7,5… https://t.co/BhDLv4YTU6
## 300                                                                            goodmorning🥹 souvenir ko na lang ito.. seeyouu next life seventeen😭😭😭😭😭😭 https://t.co/GYjdxpWASJ
## 301                                @blueming_13 Not a child. I’m 21. And your mad cause you know I’m right. And if you try to deny. Well once again li… https://t.co/qu0qTYt4i0
## 302                                                                                                 GRABE YON OH 😭😭😭 rainbow for seventeen and carats 🫶 https://t.co/Ujh6LzNQ3Q
## 303                                                                                          Rainbow 🌈🥺\n\n#BeTheSunInBulacan #BeTSInBulacan #Seventeen https://t.co/nqfchFU3eJ
## 304                                 I miss seeing them having fun like this. Istg the groups I stan aren’t normal. I mean, seventeen and got7? They’re… https://t.co/F1VZJjVXJL
## 305                                                                                                             @elelduarvk Happy sweet seventeen el wish you all the best!! 🥳🥳
## 306                                                                                                                                      Day seventeen. https://t.co/X2Fb2pUg2e
## 307                                                                                                                        I’ll probably just post randoms idk And Seventeen 🥰🥰
## 308                                          eto pala bagay na song pag nasa byahe hahahaha\n\nHere’s a playlist for you… This is SEVENTEEN by Spotify\nhttps://t.co/CLiQA7PPG1
## 309                          if you see this, you’re required to list your top 10 groups\n\n1. stray kids\n2. seventeen\n3. kingdom\n4. verivery\n5. c… https://t.co/161Mwi8bcH
## 310                           @caratsmarket wts want to sell photocard pc seventeen svt\n\n• mingyu henggarae set ver \n\ntake all 100k\nexc admin sho… https://t.co/wuFrajY21F
## 311                            2016: Drift Away - Seventeen\n2017: Baby Don't Like It - nct 127\n2018: Bar Code - Haon y Vinxen\n2019: Hero - Oneus\n2… https://t.co/XQnXewofhs
## 312                                                                                                                                                @kchartsmaster SEVENTEEN HOT
## 313                                                     Its crazy cause they’re still the same seventeen I know after all these years sorry I’m just really emotional right now
## 314                                                                                                                                         SEVENTEEN💙💖 https://t.co/yyNmSVHQgU
## 315                                                                                                                                                i’m seeing seventeen today !
## 316                                                                                                                                        @hanisector gummy bear seventeen :’)
## 317                                                                                                                                           @kchartsmaster SEVENTEEN - HOT 🔥🔥
## 318                                                                    Listening to old seventeen that I used to listen to on the bus every day to middle achool at 6am is just
## 319                                                                                                           I JUST WOKE UPPP I CANT BELIEVE IM SEEING SEVENTEEN AGAIN TODAYYY
## 320                              @caratsmarket wts want to sell photocard pc seventeen svt\n\n• mingyu henggarae set ver \n• dino yourchoice otherside… https://t.co/llGh6AaO9t
## 321                                                                                                                                                 dday! see you seventeen! 🫶🏻
## 322                         wts / lfb rush selling\nseventeen bulacan bets ticket\n\nLBB 219 / lowerbox \n\nselling for a price lower \n\n●7,000  seat… https://t.co/8hqsjxsMxA
## 323                                                                                                                                                          rain and seventeen
## 324                                                         [Knk&lt;3]\nSeventeen\nMonstax\nOneus\nFromis9\nNflying\nTwice\nPentagon\nVaV\nA.c.e\nStayC https://t.co/Zin9jT0blk
## 325                                @Afia_said_what ex: blackpink, twice, stray kids, txt, monsta x, seventeen, gidle, itzy, nct, aespa, le sserafim, i… https://t.co/M5miYsQJvU
## 326                                             See you later boys. @pledis_17 🤍🤍🤍\n\n#BeTSinBULACAN #SEVENTEENinBulacan #seventeen #BeTheSuninBULACAN… https://t.co/szPsZs53yl
## 327                                                                                                                                              will see seventeen again later
## 328                                                                                        @kchartsmaster Hot Hot Hot🔥\n\n@pledis_17 #SEVENTEEN #세븐틴 https://t.co/WDO8rBdvJX
## 329                                 since jeonghan is a good rapper and cheol is a good vocalist, we need an album where cheol is singing and jeonghan… https://t.co/SL5aE8hXRp
## 330                                                                                                                                                          seventeen on 17 🥺🧡
## 331                            @caratsmarket wts want to sell photocard pc seventeen svt\n\n• mingyu henggarae set ver \n\nexc admin shopee 1.8% \ndom… https://t.co/2VTWP3EKQ9
## 332                                    he got that boyish look that i like in a man, i am an architect, i'm drawing up the plans, it's like i'm seventeen, nobody understands 🥴
## 333                                                                            golden hour *☼⭒\n\n#CARAT #CaratSelcaDay #CSD #SEVENTEEN #SVT @pledis_17 https://t.co/QOheU4iiA8
## 334                                              Seventeen: College Goals: An Insider's Guide to Finding and Getting Into A School You'll Love QJCMORY… https://t.co/tzUvLsdkYc
## 335                           If you see this, you're required to list your top 10 groups\n1. Enhypen\n2. TXT\n3. StrayKids\n4. Treasure\n5. Seventeen… https://t.co/Bdfpov4oFI
## 336                                                                                                                  RAINBOW FOR SEVENTEEN AND CARATS 🌈 https://t.co/nejcpZ6euE
## 337                               I wish for clear skies today but kelan ba hindi umulan or umambon pag may concert Seventeen?\nMy kcarat friend asked… https://t.co/PMMjSb8ILS
## 338                          1 ateez\n2 seventeen\n3 nct \n4 loona\n5 p1harmony\n6 lightsum\n7 onlyoneof\n8 shinee\n9 dreamcatcher\n10 red velvet/aespa https://t.co/SjEfHRw34j
## 339                                                                                      i love how every member of seventeen is a simp for to you \n\n https://t.co/ZVhrzOgBXs
## 340                                                                                            when matt healy said, “sorry if you’re living and you’re seventeen,” i felt that
## 341                                                                                                                                                    see u later seventeen 🙈🤭
## 342                                     Team SM FAIRVIEW (Maze and Lala) thank you for organizing our carpool! Ingat tayo mga carats~ \n#BeTSinBulacan… https://t.co/hHoz2xLOrj
## 343                              @caratsmarket wts want to sell photocard pc seventeen svt\n\n• mingyu henggarae set ver \n• dino yourchoice otherside… https://t.co/MJCZVaMUJJ
## 344                                                                                                                       IM FINALLY GOING TO SEE SEVENTEEN TODAY OMG IM CRYING
## 345                                 19 y.o #MohamadBroghani is still in solitary confinement and his precious life is in danger.\n#StopExecutionInIran… https://t.co/IvQ09bujlq
## 346                                                                                             CLEAR SKIES FOR TODAY'S #BeTSinBULACAN #BeTheSuninBULACAN 🙏 SEE YOU, SEVENTEEN!
## 347                                                                                                             I’m only seventeen, I don’t know anything but I know I miss you
## 348                         @kchartsmaster Hype boy\nWild flower\nSeventeen sector 17 album\nNew things \nLove dive\nGood boy gone bad\nLesserafim \nf… https://t.co/RnkkeBws1J
## 349                                                                                                                               TRADITIONAL SEVENTEEN https://t.co/ULNRCh7rBw
## 350                                                                        Seventeen literally tell us to just buy one and print the other pictures lol https://t.co/USyMeTPW3j
## 351                                                                     D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 352                                                                                                                      It's always raining when seventeen &amp; carats meet 🥹
## 353                                                                        mom + our ults hehe #CaratSelcaDay #SEVENTEEN #CSD #HOSHI #VERNON @pledis_17 https://t.co/oGybc3ROd1
## 354                                                                                                                                              day seventeen: misery business
## 355                                                                                                                                     good morning! seventeen concert again!!
## 356                             @starfess BLACKPINK: shut down\nTWICE: queen of hearts, cheer up, fancy, fanfare, icsm \nNEWJEANS: cookie\nLESSERAFIM:… https://t.co/MZbVkDLcXi
## 357                                                                                                       it's true that the sky is jealous everytime carats and seventeen meet
## 358                                                                                      @taejinkoobi if u need help with anything seventeen related feel free to talk to me 💗💗
## 359                                                                                                                   @kpopvotes_ga Done for #SEVENTEEN https://t.co/vNZQsmckfS
## 360                                                 you are my escape babe 🥀 \n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #세븐틴 @pledis_17 https://t.co/FRBGDF5MQd
## 361                          SEVENTEEN BE THE SUN BULACAN \n\nWTS LFB/ WTT\n\nHAVE: (2) UBA 313 TICKETS (ADJACENT SEATS)\n\nWANT: (1) LBA PREMIUM TICK… https://t.co/Ia5uHf6Hoi
## 362                                                                                                                                    @yaba_sugi SEVENTEEN?? she raised him fr
## 363                                                                                                                                                  WAAAAAA SEEE YOU SEVENTEEN
## 364                                                                                                                               @kchartsmaster Definitely HOT by SEVENTEEN 😚💙
## 365                         wtb want to buy\n\nscoups set seventeen season greeting 2023\n\n✅️ prefer ada GO\n\nDM please\n\nt. wtb want to buy scoups… https://t.co/gyGUdm6NaJ
## 366                             Finally Finished! mystery envelopes can include (official pc,postcards,crochet,etc.)\n\n~ 1:1 only\n~ will post our lo… https://t.co/xsnQcdT462
## 367                                                                                                                                                               Seventeen:(((
## 368                                @yupsheskitten Every Carats deserved to meet Seventeen and I am One of those Carats who really dream and pray to me… https://t.co/H8wA1sqDNq
## 369                                                                                                EVERYBODY SHUT UP NEW SEVENTEEN CONTENT JUST DROPPED https://t.co/2sqBqooEhe
## 370                                                                                                                                              i will see seventeen today omg
## 371                                                                                                                           Well, she was just seventeen you know what I mean
## 372                                Carats!🐰❤️\n\nWe are looking for new members! Please consider joining us ❤️\nWe will be glad to have you as a part of… https://t.co/4EgzmzoXlZ
## 373                                                                                                                                    GOOD MORNING SEVENTEEN WILL SEE ME TODAY
## 374                         wts / lfb rush selling\nseventeen bulacan bets ticket\n\nLBB 216 / lowerbox \n\nog price 10, 700\n\nselling for a price lo… https://t.co/XErGVY2NcQ
## 375                                                                       WTB\nSharing or Pairing\nSeason Greeting Seventeen 2023\nMemberset Wonwoo 🥺🙏🏻 https://t.co/pkm7nr59E8
## 376                          If you see this, you're required to list your top 10 groups\n\n1. TXT\n2. LE SSERAFIM\n3. Xdinary Heroes\n4. SEVENTEEN\n5… https://t.co/qqAPpcyNqT
## 377                                   it’s not the way that i want to be seen, like i’m caught somewhere between my moral compass and your behaviour since the age of seventeen
## 378                                Now that I've calmed down!! After two months of participating in various giveaways, I was beginning to lose hope an… https://t.co/4OAMeK9nFN
## 379                                I just got result 'seungkwan' on quiz 'which seventeen member are you based on my perceptions of them'. What will y… https://t.co/YNwocDgOFt
## 380                                                 If you want to read more about SEVENTEEN’s high energy performance, check out the link below! 🔥🎵\n\nhttps://t.co/yQdGGh03Ip
## 381                                 Fans of SEVENTEEN sang along to their favorite songs like “Rock with you”, “Cheers”, and much more! We interviewed… https://t.co/YNqUcNgUan
## 382                                 thinking about how the most followers i've ever had was in 8th grade when i ran an instagram fanpage for dino from… https://t.co/4Ady1UOj2T
## 383                                                                                                                                                @kchartsmaster hot seventeen
## 384                             huling tawad daw pi\nwts lfb svt seventeen ph\n\n✴︎ (1) LBB Reg 217 BeTS tickets✴︎\n⤷ tickets are claimed already\n⤷ ₱8.… https://t.co/EohjB9skll
## 385                                                                                                           1:25 am here sa Kuwait but I'm still at work para sa Seventeen 🥲🧡
## 386                                                                                                           otw to ph arena. see you later 🥳😍 #SEVENTEEN  #SEVENTEENinBulacan
## 387                                I am so excited for my friends to see Seventeen later. Please don't forget your basic essentials like phone, water,… https://t.co/w7KCrbYgIG
## 388                                                                                                                                                 @bIurt99 YOU'RE SEVENTEEN??
## 389                                 I just got result 'wonwoo' on quiz 'which seventeen member are you based on my perceptions of them'. What will you… https://t.co/ffpkcKZdw0
## 390                                                          SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 391                                                                                                                           edge of seventeen HAHHSHS https://t.co/Zs7plnfPgw
## 392                                                                                                      seeing seventeen again in a few hrs YEESHAHSJX https://t.co/p7g3IBWtBt
## 393                                                                                 i’ll also like to add that to my knowledge fromis are the lesbian sisters of seventeen saur
## 394                                                                                                    TEAM BAHAY ULIT SA BE THE SUN CONCERT BECAUSE SEVENTEEN IS MY HOME &lt;8
## 395                                                                                                                                         IM SEEING SEVENTEEN TODAY HOLY SHIT
## 396                                                                                                                                        I miss Seventeen with all my heart 😓
## 397                                                                                                @kchartsmaster Hot by seventeen was fire but didn't get no award or anything
## 398                                                                                                                                    @tanyakanrl Happy sweet seventeen sender
## 399                                                                       it looks like the rain's not gonna stop anytime soon 🥲🥲🥲 seventeen and carats are meeting after all 🥹
## 400                            Matching Hollister fits with the MFIng boyfie #CARAT_SELCA_DAY #CSD \n#CaratSelcaDay #정한 #JEONGHAN #SEVENTEEN #세븐틴… https://t.co/YgffSQL0ir
## 401                                   D-DAY!!! SEE YOU, @pledis_17 and Carats 🥺\n\n#BeTSBulacan  #SEVENTEEN #세븐틴  @pledis_17 https://t.co/sWE7SsmOsx https://t.co/RaGKwf5eQY
## 402                          Anyone na hahabol until 11am 🥺\n\nWTS / LFB \n\nDK ALBUM PC \nHenggarae an ode attacca hana dul set  poet \nJeonghan hosh… https://t.co/YZEx5S36xA
## 403                                                                                                                     missing you by btob gives me major seventeen vibes hehe
## 404                            hello rush wts lfb help rt\n\nseventeen svt be the sun bulacan concert \n- UBC REG 433 Row 102 \n- ₱1,600 (orig ₱1,850)… https://t.co/W7PkOtaDHq
## 405                                                                                                my first seventeen album with some good pulls 👍 yass https://t.co/whH51LxJKX
## 406                                                                                       still can't believe seventeen is in the same place with me and breathing the same air
## 407                                       @queerbumbles SHE TEXTED ME AT LIKE 1PM MY TIME TODAY BUT YEAH NO ITS LIKE SHE TURNED SEVENTEEN AND SUDDENLY WE DONT MATTER 😒😒 /j, lh
## 408                                                                                                                                THIS IS IT SEE YOU LATER SEVENTEEN!!!!🫶🏻🫶🏻🫶🏻
## 409                                                                  wts lfb bets bulacan\n\nubc reg 426\n1,850 only!!\n\nmeet up sa ph arena\n\nwts lfb bets bulacan seventeen
## 410                                                                                           let me tell you NO ONE can beat seventeen in stage presence @pledis_17 #seventeen
## 411                                                        One, two, three   Click!📸\n\n#CSD #CaratSelcaDay #MINGYU #민규 #세븐틴 #SEVENTEEN @pledis_17 https://t.co/3arXsGoOUi
## 412                                                                                                                                                       @ajooniceee SEVENTEEN
## 413                                                                                                    seventeen and the weeknd https://t.co/1sBeTGzKz5 https://t.co/ux11qRYkep
## 414                                                                                                                                                         i miss seventeen :(
## 415                                                                                                    i hope seventeen enjoys my hometown!! i am with them in spirit iakjsbciw
## 416                                      It’s funny because we sometimes dress the same sets without knowing 🤣🤣🤣\n\n#CSD #CaratSelcaDay #HOSHI \n #SVT… https://t.co/STpiSSuYYu
## 417                                4. Ash by Seventeen. ASH ON ASH ON ASH ON ASH!!!!! But in all seriousness this is Vernon's best verse in a long fuc… https://t.co/ajowDhRlkr
## 418                             @kchartsmaster INVU - mother taeyeon\nBeatbox - nct dream\nForever 1 - girls generation \nGasoline - key\nRuby - woozi… https://t.co/wA3mNCdub8
## 419                                                                                                                                   GOOD FUCKING MORNING SEE YOU SEVENTEEN KO
## 420                                                                                                                                                                   Seventeen
## 421                                                                                               My friends are watching either Seventeen or Super Junior today. HAVE FUN ❤️❤️❤️❤️
## 422                                                                                                 i love the number seventeen, it goes well with my favorite thing: laptop...
## 423                                                               there was no karaoke and my friend whispered in my ear "let's go home and watch seventeen videos" i'm in love
## 424                                                                                                        four million five hundred sixty two thousand seven hundred seventeen
## 425                              @Ashley__Dalton @AndrewHWestern @LabourNorthWest 70% of a 25% turnout is not a mandate to be an MP.\n\nOnly seventeen… https://t.co/EAAzOYD5WX
## 426                                                                                                                                  good morning!!! SEE YOU LATER, SEVENTEEN!!
## 427                              helping a friend sell one ubb prem for a discounted price, inch check po hihi. can do meet up later at the arena\n\n🏷… https://t.co/08swymA6S5
## 428                                        Meghan Markle's Instructions for Her British 'Vogue' Cover Shoot Say a Lot About Her https://t.co/NKaqQvMKKI https://t.co/pNTYEOYWez
## 429                                                                                          @juicywoozi BTS\nSKZ\nTXT\nItzy\nAteez\nSeventeen \nEnhypen\nMCND\nTwice\nEverglow
## 430                                                              NSFW ACCOUNTS STOP FUCKING INTERACTING WITH ME IM SEVENTEEN. GET IT? 17. SEVENTEEN. ONE SEVEN. TEN PLUS SEVEN.
## 431                                                                                                         GOODMORNING!!! IT'S D-DAY! SEE YOU SEVENTEEN 😭♥️\n#BeTheSuninBULACAN
## 432                                @SubversionCroft Seventeen? That's being generous. *Q snorts, before he hums and presses a kiss to Seb's cheek.* Yo… https://t.co/kgKAIzVx4z
## 433                                                                                         Lana Condor Walked On The HEADS of Barbies?! | Then vs. Now https://t.co/f5xbDt0rFQ
## 434                                Super Seventeen concerts today 🥺 my first ever Kpop ult and current!! my heart is soo happy even though i wont be a… https://t.co/phugUxa9PX
## 435                                                                                                                                      Ingat kayo today Seventeen and Carats🤍
## 436                                 I just got result 'junhui' on quiz 'which seventeen member are you based on my perceptions of them'. What will you… https://t.co/RXIagk7oFK
## 437                          if you see this, you’re required to list your top 10 groups \n\n1. TXT\n2. Stray Kids\n4. Seventeen\n5. OnlyOneOf\n6. Xdi… https://t.co/4wJgSa2EV4
## 438                                                                                                      Keep safe and stay hydrated Carats! 🤗\n\n#BeTheSuninBULACAN #Seventeen
## 439                                 idk why anyone’s surprised, nct dream, 127 and seventeen always chart + candy is a remake of a well loved classic,… https://t.co/q2KilwcJFS
## 440                                                                                                                               @Spotify SEVENTEEN 😩💗 https://t.co/Qumdg59KrN
## 441                                                                          just trying something new 📸#CaratSelcaDay #CSD #SEVENTEEN #THE8 @pledis_17 https://t.co/ICxYsVIQqd
## 442                                BE THE SUN BULACAN FREEBIES from @SVTPHUnnie \n\nSEE YALL LATERS CARATDEULS 🫶💎\n\n#bethesunbulacan #BETHESUNwithSVT… https://t.co/2Cw6uS5KkW
## 443                              Cool, cool, cool, that won't make my anxious throughout the festivus season at all.\n\nWe live in a society, seventee… https://t.co/wZWKfGNfjP
## 444                                                                                                                   @kpopvotes_ga Done for #SEVENTEEN https://t.co/FEQ4TLqwsu
## 445                                d-day!!!! icb i’m about to witness a history made by seventeen as the first kpop group to hold a concert in the wor… https://t.co/PdxxZVT4IB
## 446                                                                       To the people that I'll be trading, hope you will like my freebies 🥹\n\n#BeTheSuninBULACAN #Seventeen
## 447                                                                                                          OAK IS NOW SEVENTEEN- HOLD UP JUDE IS 27???? they grow up so fast💔
## 448                                                                                                                                     @kchartsmaster Seventeen HOT @pledis_17
## 449                                                                        ☆ side by side ☆ #csd #CaratSelcaDay #seventeen #carat #THE8 #디에잇 #徐明浩 https://t.co/BHXBldDWlj
## 450                                May interested pa ba sa onhand caratbong v2? Used once po nung bets mnl, Still complete inclusion pero yung hoshi s… https://t.co/nhQB8kScwS
## 451                                                                                        csd but i wasn’t ready #csd #CARAT #CaratSelcaDay #SEVENTEEN https://t.co/4lDMkc8sML
## 452                                Hello, just want to say I'm sorry in advance if you will receive the freebies without sleeves. I tried buying anoth… https://t.co/GjMZOGe8Xp
## 453                            WTS / LFB PH ONLY\n#iKONERIonhands\n\nALL ONHAND AND READY TO SHIP \nSTRICTLY SET ONLY OFFICIAL SEVENTEEN LIGHTSTICK AN… https://t.co/JNsX6Qq8Mj
## 454                                               | Ateez ♡ | Stray Kids ♡ | Seventeen ♡ | NCT ♡| Enhypen ♡ | Txt ♡ | EXO ♡ | P1Harmony ♡ | Treasure ♡ | The Boyz ♡ | Oneus ♡ |
## 455                                                                                                                                      SEE YOU LATER, SEVENTEEN! @pledis_17 🤩
## 456                            wts lfb svt bets ph \nSeventeen Be the sun in Bulacan\n\n-UBC REG 432 ROW 98 SEAT 678\n-1,500php (discounted from 1,850… https://t.co/SLaXwCsye6
## 457                                                                                            @Darkest_Faith @EnglishPunkVamp Hey I’m seventeen eighteen soon I know my things
## 458                                                                                                                @touringdata Seventeen JAPan dates ? https://t.co/u21PC0Eb9Z
## 459                                                                                                                                 I GOT A BERET IN MY SEVENTEEN FORTUNE BOX 🤩
## 460                                   IT'S FINALLY D-DAY CARATS!!! 🔥🔥🔥\n\n#BeTSinBULACAN #SEVENTEENinBULACAN #SEVENTEEN_WORLDTOUR_BETHESUN  @pledis_17\nhttps://t.co/gkAJ62CRDf
## 461                                                                                                                                     SEVENTEEN BE THE SUN IN BULACAN D-DAY 💎
## 462                                                      SEVENTEEN Reveal New Year’s Resolutions, Promise ‘Fresh Music’ in 2023 https://t.co/qVqAOwLa8b https://t.co/9YDbgsRl59
## 463                         If you see this you're required to list your top 10 groups\n\n1. GOT7\n2. Seventeen\n3. BTS\n4. Twice\n5. Monsta X\n6. Red… https://t.co/bdbBAwVdEG
## 464                                                                                                        see you later seventeen! after almost two years aaaahhh \n@pledis_17
## 465                             wtb lfs bets svt seventeen bulacan\nhelping a friend\n\n-discounted/complimentary ticket (will get the lowest offer ma… https://t.co/Xt6rhqHWmt
## 466                                                   Survey Time! Which "Twilight" species do you think SVT members belong to? What secret "Spy x ...… https://t.co/QWxX1lPXW0
## 467                                                                                                Its the day we meet SEVENTEEN again 💕 Ingat CARATs! ✨\n\n#BeTheSuninBULACAN
## 468                                                                              SEVENTEEN Reveal New Year’s Resolutions, Promise ‘Fresh Music’ in 2023 https://t.co/UWRsMWNz5V
## 469                                 hi! we still have 1 slot for betsbul carpool! nagcancel yung 1st taker :( dm me for inquiries! ₱700 all in, bagong… https://t.co/slF2Js5Ymj
## 470                                                      @huntzworld 1. ATEEZ\n2. BTS\n3. KQ FellaZ\n4. Ikon\n5. Treasure\n6. NCT\n7. TXT\n8. Seventeen\n9. Stray Kidz\n10. KNK
## 471                                                                                     14) HOT by Seventeen \n\nhonestly a banger what else can I say. https://t.co/FDAuKHoNno
## 472                               Shadow by SVT 🫶🫶🫶\n\n(Good luck, stay safe and enjoy the show to those Carats who can hear this one live, along with… https://t.co/yfHSqyqGQe
## 473                                            He’s often thought about Ashley and what she did with her life after being rescued from the ʟᴏs ɪʟʟᴜᴍɪɴᴀᴅᴏs seventeen years ago…
## 474                                   Goodmorning everyone! (*in Mingyu's tone in the Inside seventeen behind Asia Manila tour) 🥰 It's D-day!! See you Seventeen and Carats! 💖💙
## 475                                                                                                                              i made everyone stan seventeen i’m just better
## 476                            @kchartsmaster WildFlower, Closer-RM\nHighFive -Dino of Svt\nTo my First -NCT Dream\nDon Quixote, Cheers- Seventeen \nO… https://t.co/phppW7Q6zj
## 477                                                     @pinkchimmm 1. GOT7\n2. BTS\n3. SKZ\n4. SF9\n5. SHINee\n6. NCT DREAM\n7. ENHYPEN\n8. TREASURE\n9. VICTON\n10. SEVENTEEN
## 478                                                      @fullsunCJ 1. GOT7\n2. BTS\n3. SKZ\n4. SF9\n5. SHINee\n6. NCT DREAM\n7. ENHYPEN\n8. TREASURE\n9. VICTON\n10. SEVENTEEN
## 479                                                                                                                                     @elelduarvk Happy sweet seventeen el 🥳🥳
## 480                                                                                                                                                      Good morning seventeen
## 481                                                                                                     See you, SVT!\n\n#세븐틴 #SEVENTEEN\n#SVT_WORLDTOUR_BETHESUN\n#BETHESUN
## 482                              suddenly, it’s a rainy day?! \n\nit’s really seventeen’s concert day 🫂 but ahhhh, hope it won’t rain too hard huhu st… https://t.co/70EOMMjidq
## 483                               Day seventeen of the #ALLAAdventFestiveCalendar\nHave you noticed all the hidden Christmas Tress in the Melbourne gr… https://t.co/QkucPMmv6S
## 484                                                                                                                                                      SEVENTEEN THIRTY EIGHT
## 485                                              We just passed by Philippine Arena 🥺 mamaya.. nasa loob na din kami with Seventeen and co-carats 😭🧡🩵🩷… https://t.co/7pn988I0tg
## 486                                                                        me and my husband 🐈‍⬛\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #VERNON https://t.co/giwPPCznws
## 487                                                      SEVENTEEN Reveal New Year’s Resolutions, Promise ‘Fresh Music’ in 2023 https://t.co/4UPE5p7GDb https://t.co/poeXSYhxjI
## 488                                           #Music #MusicNews #KPop #LA3C #Pop SEVENTEEN Reveal New Year’s Resolutions, Promise ‘Fresh Music’ in 2023 https://t.co/KJpxmAaizK
## 489                                                                                         tween seventeen and eighteen years of age. She was a r      https://t.co/dGi1W84rjt
## 490                                                                                                                                 seeing seventeen in a few hours yayayayayay
## 491                                                                                                           Now Seventeen Going Under - SAM FENDER on https://t.co/6eqJ3wikQr
## 492                                                                            9 and seventeen doubtful readings, with only that innat                  https://t.co/PPnHqCca41
## 493                                                                                        @just_pingu5 I CAN'T SLEEP BESTIE😭😭CAUSE I'LL BE SEEING UR ULT GROUP SEVENTEEN LATER
## 494                                                                        me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 495                                                                                         tween seventeen and eighteen years of age. She was a r      https://t.co/t9stcWIc2q
## 496                                Caratdeuls who are attending Bets Bulacan concert today, ENJOY LOVES! Desurv na desurv nyo lahat eto! Dont forget t… https://t.co/3an9WkPUlg
## 497                                                                              SEVENTEEN Reveal New Year’s Resolutions, Promise ‘Fresh Music’ in 2023 https://t.co/4zh4aHvQ32
## 498                                                                                                                       its raining again.... in seventeen's concert day.....
## 499                                                                                                                                can't believe i'll be seeing seventeen today
## 500                                                                                                       Why is that every time Seventeen has a concert here it always rains 🤣
## 501                                                                                  @ararunamakie Done for #SEVENTEEN @pledis_17 #세븐틴 @pledis_17jp⠀ https://t.co/RGyCG0JNyD
## 502                                                                                                                                       Go slowly for the count of seventeen.
## 503                                                                                                                    d-day hahaswhjwda 😭 will finally see seventeen later ACK
## 504                                                                                        i got a crush on you 🫶🏻\n\n#caratselcaday #mingyu #seventeen https://t.co/0ZB4qvJKX3
## 505                                                                                                          enjoy later, seventeen and filo carats!! stay safe and take care!🌷
## 506                                                                                     ganda ng shuffle ng seventeen playlist ko ahhh good morning, hoping for clear skies 🤞🤞🤞
## 507                                started a new book, read 10 pages, put it down, never picking it up again. never read a book that felt so distinctl… https://t.co/viI9mQ8L7U
## 508                                                                           SHOULD I RISK AND WATCH SEVENTEEN OR STAY NA LANG SA DORM IN CASE TULOY ASSESSMENT HNGSJDGHELP 😭😭
## 509                           @kchartsmaster wild flower by rm\nthe astronaut by jin\nqueen of hearts by twice\nafter like by ive\no.o by nmixx\nantif… https://t.co/7oYphkD8RP
## 510                                                                                                                                       I'm finally seeing seventeen later 😳💗
## 511                                                                          https://t.co/ZGoFWJFDar J. Garcia Men Dress #silk #tie 4" Wide 59" Long SH https://t.co/WCLddfqcki
## 512                                 carat selca day!! \n#SEVENTEEN #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN_AT_LA3C #16December #dk #DOKYEOM #SEOKMIN https://t.co/xjCU2stIgB
## 513                                Seventeen 2019-2020 World Tour [Ode to You, Off The Record] Official Photobook (+IDOLPARK Special SVT Photocards Se… https://t.co/Bv5ueRsa8c
## 514                                                                                                        I had 3 opportunities to see Seventeen but the stars never aligned 🙁
## 515                                                                                                                                 @kchartsmaster Hot by #SEVENTEEN @pledis_17
## 516                                                                                                                                  shane-ta is on her way to see seventeen 🤶🏻
## 517                                                               @r4in3_twt pasali ateee hahaha thank you for this GA 💜💙 #BeTheSuninBULACAN #SEVENTEEN https://t.co/IPRIrVRztn
## 518                                                                                                 im gona sound so delusional.   but what if seventeen performed to you later
## 519                                                           Jun's SVT 2023 Season's Greetings photoshoot behind film\n\n#JUN #준 #SEVENTEEN #세븐틴 \nhttps://t.co/jCBsp8hzPG
## 520                                                                                                                See you later seventeen @pledis_17 🤍 https://t.co/OBc4rU0iIt
## 521                                      Namamasko po!! pang UBC Reg. 😭😭\n\n09396333629 \nM*ica M. \n\nAny amount will do 😭🙏\n\nbets in bulacan be the sun seventeen sebong svt
## 522                                @MissNerdyCurvy One hour and seventeen minutes. I can appreciate where he's coming from, but his delivery has all k… https://t.co/HbTYJ721QI
## 523                                @skymyes His speeches of being unbelievable upon her eagerness came out naturally due to her age, didn't they? "...… https://t.co/pwcMc1eeLT
## 524                                                                                             @moonihuii seventeen, lesserafim and ateez are my ults but i stan a lot more ^^
## 525                                                                                      i love woozi and blue\n\n#CSD #CaratSelcaDay #SEVENTEEN #WOOZI https://t.co/vKUVHRpKHA
## 526                                              their username was hoshi and i was like this is either a weeb or a carat so i said hoshi like seventeen and now we are friends
## 527                                                                                                                     wtb season greeting sg23 seventeen wonwoo set juseyoooo
## 528                         if you see this, you're required to list your top 10 groups:\n\n1. skz\n2. twice\n3. day6 \n4. stayc\n5. lesserafim\n6. se… https://t.co/NJ5r3nkT7H
## 529                                                                                         tween seventeen and eighteen years of age. She was a r      https://t.co/S3qG692E8k
## 530                                          221217 Billboard: #SEVENTEEN Dances to 'Left and Right', Talks MAMA Awards &amp; Performing At LA3C | ...… https://t.co/kOoVl1x81l
## 531                                                                                                and i stole every single song that i wrote\nfrom my seventeen-year-old ghost
## 532                                                                                                                  in such a seventeen mood… YOU KNOW WITHOUT YA IM SO LONELY
## 533                                Goodmorning besties magkikita nanaman tayo😭😭😭 Lets make history today!\nFirst solo kpop group to hold concert on ph… https://t.co/blMr1BOIhT
## 534                               @RoseFocused @thenreport One thousand, six hundred and seventeen\n#NETIZENSREPORT #ROSÉ for Asian Celebrity of the Y… https://t.co/jBcAkTGYrx
## 535                                                                                                                                                  Aga nagising for seventeen
## 536                                                                                              It's raining. Everytime Seventeen and Carats will meet, it's always raining. 🥺
## 537                                                                                                                                                 see you later, seventeen! 🤍
## 538                                                                                                                  @kchartsmaster _World by Seventeen https://t.co/p2mhMDnz6k
## 539                                                                                                                  See you later, @pledis_17 ♡\n\n#BeTSinBULACAN \n#SEVENTEEN
## 540                                                                          Kpop has really been carrying my mental health at work today thank u seventeen, hyolyn, and miss a
## 541                                                                               GOOD MORNING 😭😭😭😭 cant believe im waking up this early but i guess anything for seventeen 😭😭😭
## 542                                                         Everything here is so inundated with history. Including himself. It’s a peculiar thing, to feel old at seventeen. 🌷
## 543                                                          « you are my crush i got a crush on you🤍 »\n\n#CaratSelcaDay #SEVENTEEN #SCOUPS @pledis_17 https://t.co/r0GyRmf4AT
## 544                                @kngychan When i was in 4th grade my classmate was an Aghase and talked about got7 so i learnee about them and real… https://t.co/8Y6O0VySQS
## 545                                 @yupsheskitten i think every carat needs to see seventeen and be part of the ocean but for me i should win because… https://t.co/np8L8DcHIJ
## 546                                @jannarden @annemurray1 You are. Your "At Seventeen" is used in my poetry class every year. Maybe these fools could… https://t.co/geJ0ramqdp
## 547                                                        9 and seventeen doubtful readings, with only that innat  ls #推特刷粉丝 #刷粉平台 #推特买粉  https://t.co/3gfnHsqGfe
## 548                             Seventeen Shadow Long Sleeves✨\n\nThe design is inspired by one of my favorite svt bside’s! the shapes on the left ar… https://t.co/xBQfGEwCgP
## 549                                                                                        just exploring art \n#csd #caratselcaday #MINGHAO #seventeen https://t.co/yeqaUf6GFN
## 550                                @Vintagesteve2 @DannySt44245634 @pmvc218 @LunaConejo87 Seventeen is below age of consent in NY.  He was 39?? That i… https://t.co/jZZGN1kGfU
## 551                                           I will make this a thread &amp; checklist to complete simbang gabi (as much as I can):\n#SimbangGabi2022… https://t.co/Wpc1HFad8Q
## 552                        wtb lfs ph\n\n2023 Seventeen Season's Greetings \n\n~ the8 memset\n\nlong dop sana\n\n🏷svt sg2023 scoups jeonghan joshua ju… https://t.co/Nqq13P3p4n
## 553                                                                                                                        it's dday, goodluck seventeen, see you sa susunod ha
## 554                            Produced their own songs &amp; choreographies, promoting their group on the street, seungkwan personally meeting PDs an… https://t.co/SPRX61UiNo
## 555                                                                                  @kpopvotes_ga Done for #SEVENTEEN @pledis_17 #세븐틴 @pledis_17jp⠀ https://t.co/iS4njp3SX1
## 556                             The top 10 Most Streamed Artists on Stationhead in 2022! Who did you stream the most?\n\nNicki Minaj\nBTS\n#LISA ❤️‍🔥\nT… https://t.co/DswRwoQTJE
## 557                                                                                             @r4in3_twt #BeTheSuninBULACAN #SEVENTEEN  thank you po! https://t.co/noJEst653E
## 558                              Check out the Rifts Core Mega Bundle at @BundleHolding \n\nRifts Ultimate Edition and Seventeen(!) major supplements!… https://t.co/Wfefbw7HzG
## 559                                                                                 @haelygiveaway Done for #SEVENTEEN @pledis_17 #세븐틴 @pledis_17jp⠀ https://t.co/1MZXjRzr2A
## 560                                                                            9 and seventeen doubtful readings, with only that innat                  https://t.co/66KWppH3mN
## 561                                                                                                                                           seventeen https://t.co/bm4JmuD1Dp
## 562                                                                                                             and i'm so sick of seventeen, where's my fucking teenage dream?
## 563                                                                                                     @bubble_ncteaa @ming1jn @luv__wonu @markierawrr @hwabeary SEVENTEEN-😭😭😭
## 564                            @Kpopfan96009017 - hoshi, beom, dabin\n- seventeen, txt, monsta \n- bts \n- hoshi \n- soobin, mingyu, booboo \n- y’en a… https://t.co/oxdMphrdGX
## 565                                                                                                                        @kchartsmaster HOT SEVENTEEN https://t.co/xYwKCfeiYg
## 566                                                                                                                                                                seventeen 🥺😬
## 567                                                                                                               Seventeen-year-old boy beliefs. It could take time to\ngoolak
## 568                            💙💗💙💗💙💗💙💗💙💗💙💗💙\n   D-DAY of Be The Sun in BULACAN \n                              ♡\n     see you again, SEVENTEEN !\n 💙… https://t.co/tfzAw83esZ
## 569                                                                                                                                    i miss seventeen https://t.co/gFwwS7LvLQ
## 570                                                                                                                                   D-Day naaaa! Ingat Seventeen and Carats!!
## 571                                                                good morning! I woke up telling to myself that I will see seventeen today. \n\n#BeTheSuninBULACAN @pledis_17
## 572                                                                                     The blueish hound, which grows more than seventeen legs, is now found in bleak jungles.
## 573                             If you see this you’re required to list your top 10 groups\n\n1. Seventeen \n2. Got7 \n3. Day6\n4. Tomorrow x Together… https://t.co/3PvaMQMCmd
## 574                                                          Will I always be the words I wrote when I was seventeen? \nWill the world still be around when I turn sixty-three?
## 575                       1. Stray kids \n2. Twice \n3. Seventeen \n4. G-idle \n5. Le sserafim \n6. Ive \n7. New Jeans \n8. Txt \n9. Enhypen\n10. Blac… https://t.co/kD92Ff2uSA
## 576                                                                                                                             seventeen rock with you https://t.co/3tR1N1N3cA
## 577                           GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must… https://t.co/VhXBcntpb3
## 578                                                                                            It’s d-day! #BeTSinBULACAN #BeTheSuninBULACAN #SEVENTEEN https://t.co/njGEe9p20Z
## 579                                                         Carats explain to me WHY TF AM I GRYING WITH NO REASON LISTENING SHADOW??? SEVENTEEN YOU ALREADY HAVE ON YOUR HANDS
## 580                             crazy like you/love me out loud - chungha\ninvu/toddler/timeless - taeyeon\no.o/dice/cool - nmixx\nbetter and better -… https://t.co/eLeAdxs6dY
## 581                                                                                                                                 seventeen makes music for people with taste
## 582                                                                               is it crazy if i said i wanted to start collecting ot13 seventeen pcs https://t.co/6xMRIRydqT
## 583                                                                                                    seventeen has and will always have one of the best discography’s in kpop
## 584                          If you see this you're required to list your top 10 groups\n\n1. exo\n2. exo cbx\n3. exo sc\n4. seventeen\n5. clc\n6. ioi… https://t.co/iQ5CAagiiL
## 585                                                                    me and bae 🤝 mirror pics #CSD #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN #SCOUPS https://t.co/J0dvaGERc8
## 586                                                                            9 and seventeen doubtful readings, with only that innat                  https://t.co/tQdY4NiaUf
## 587                                                                                                                               ~Concert thread~\n#BeTSinBULACAN \n#SEVENTEEN
## 588                                   Get ready for trauma, @WDTGTPodcast &amp; I are playing more #danganronpav3 tn @ 8:30pm est! #danganronpa #gamer… https://t.co/c5z8KniAFX
## 589                                                                                                                                                december 17 with SEVENTEEN 🥺
## 590                                                                                            d say when I tell him that? Biddy O'Hara seventeen! D    https://t.co/o7ACiaVul3
## 591                                                        wts lfb ph \n\nseventeen ot13 uchiwa\n- haru\n- ideal cut \n\nmeet up today bets in bulacan! https://t.co/IrgeXyBIzv
## 592                                @ame_todd @DisrespectedThe @JustinTrudeau I couldn't go to my 17 yr old grandsons funeral, after he had a heart att… https://t.co/M6ZzxNPJFD
## 593                                        me convincing people that seventeen, going seventeen by seventeen and going seventeen are 3 different things https://t.co/UK18zvmFde
## 594                                                                                              one of the best seventeen songs ever made !!!!!!!!!!!! https://t.co/5klmB7PKNw
## 595                                   Bro why is it that it’s always some random crazy shit &amp; then I read the comments and they’re saying seventeen https://t.co/jMJZ9ki6m0
## 596                        eventeen 2023 SEASON'S GREETINGS templates\n\ndrive: https://t.co/lnL8PyVrA5\n\n#seventeen #세븐틴 #seungkwan #승관 #vernon… https://t.co/MKNw4AcbTg
## 597                                @miss_svtmafia @pledis_17 Really really want to attend. Seventeen save me during my darkest day and inspire me a lo… https://t.co/3KA6ZCGGGL
## 598                                  i feel like a part of my brain is blocking the fact that I'll see seventeen in order to protect my sanity. 🥹 best believe i will cry later
## 599                                                                                                                                      SEVENTEEN !!!! https://t.co/1AMVMs9QrD
## 600                                                                                              @jon_draws 👀 Did someone say "Longing, rusted, seventeen, daybreak, furnace??"
## 601                                                                                                         I’m still hoping to see Seventeen tonight tho it’s v impossible.😭😭😭
## 602                                     @datguyfawwaz A tread #ai #Pakistan #16December #LISA #anipoke #BLACKPINK #UkraineRussiaWar #NCTDREAM #Pokemon… https://t.co/pyJxHzRP6J
## 603                                                                                                                                              GOOD MORNING SEE YOU SEVENTEEN
## 604                                                                                                                                            @amicaratimnida SEVENTEEN YUH! 💅
## 605                          still available !\n\nwts lfb ph ; help rt\n\n˗ˏˋ svt be the sun: bulacan ˎˊ˗\n(1) lbb regular 216 (row 51)\n- can do long… https://t.co/2HnHmpQw0y
## 606                                                                                                                                    @kchartsmaster _WORLD SEVENTEEN ATE DOWN
## 607                                                                                                    @kchartsmaster Darl+ing by #SEVENTEEN @pledis_17 https://t.co/rxYz0Xfkx8
## 608                                                                                        i think he should speak with a specific someone in seventeen https://t.co/3CVJWQCfEy
## 609                                           Me at the Seventeen show with Scoups but hes checking my ID to check if im atleast 3 years older than him https://t.co/1gbx8VzVgk
## 610                                                                                           @kchartsmaster Hot - Seventeen, Back Down - P1HARMONY, Under the skin - &amp;Team
## 611                                Has it sunk in that I saw @pledis_17 just a week ago at @la3cofficial? It was the day I saw the much anticipated "C… https://t.co/hlPobtq9UX
## 612                                                                                                                                Snap shoot seventeen https://t.co/gqZVo6A4D6
## 613                                                                                                                                snap shoot seventeen https://t.co/wohVOnuux9
## 614                                                                                           D-DAY!\n\n#BeTSinBULACAN #BeTheSuninBULACAN #SEVENTEEN #SEVENTEENinBulacan #CARAT
## 615                                                                                                                           @mingyuswon hii herr po https://t.co/0ctwFhcN0e 🤍
## 616                                                                                                          「DARL+ING(HOLIDAY VER.)」 SEVENTEEN 06:21 https://t.co/jHBdHbeMC7
## 617                                saw a seventeen edit on my fyp and it's always a fun time to guess which member the edit is about before it starts,… https://t.co/Brxk9h0chp
## 618                                                                                                                @kchartsmaster Shadow #SEVENTEEN \n\nhttps://t.co/GOOQfZarSc
## 619                                                                     IM SO OUT OF THE SEVENTEEN LOOP I THOUGHT HE WAS HABING SURGERY WHEN I SAW THIS https://t.co/hCksettubu
## 620                                                                                                    im so sick of seventeen, where’s my fucking teenage dream !!!!!! reel ca
## 621                                                                                         @kchartsmaster Cheers by #SEVENTEEN leaders unit @pledis_17 https://t.co/rvP4npGQYT
## 622                                Please don't Fall sick in 🇳🇬 Nigeria o, all the good Doctors and Pharmacists are in the UK 🇬🇧...\n#16December Shola… https://t.co/RwQoRATYN6
## 623                       WTS ALBUM ONLY SEVENTEEN OFFICIAL \n\n✅ YOU MAKE MY DAY\n\n❌ NO Photocard\n❌ NO POSTER\n\nPrice :  cek shope\n\n#seventeen https://t.co/OzMZCUd8Z6
## 624                                                                        twinning with bae♥️ #CaratSelcaDay #csd #CARAT #SEVENTEEN #DOKYEOM @pledis_17 https://t.co/9oSnNa1SUp
## 625                                @yupsheskitten I think i deserve to see #SEVENTEEN in #BeTSinBULACAN kase poo they have been may comfort ever since… https://t.co/xmMAdC2V9T
## 626                                      The in-demand hitmaker shares the stories behind songs he crafted with #BTS' Jin, SEVENTEEN, NCT 127 and more\nhttps://t.co/1Kvy81B484
## 627                                                                                                                          @davidcoverdale Reb on the Winger album. Seventeen
## 628                                 Who said it? December 16!\n•\n•\n•\n•\n•\n#motivation #mindset #success #inspiration #transformation #workvelocity… https://t.co/OcTjaA4LP4
## 629                                Day Sixteen is a gingerbread #BlackPanther! Almost forgot that I get to do two today since it's Friday; Day Sevente… https://t.co/Wxyr31WSD0
## 630                                                                            I love that 17 Magazine rated xmas horror movies! It's not a bad list. \nhttps://t.co/eZf3M8RODB
## 631                                                                                                         @kchartsmaster Hot by #SEVENTEEN @pledis_17 https://t.co/zdJ72jaV5P
## 632                                                             #TGIFRISKY #nowplaying SEVENTEEN - 16 December 2022 - Christian Monique on @friskyradio https://t.co/w6ki1Sli5Z
## 633                                                                                [SEVENTEEN BE THE SUN FREEBIES]\n\nSee you later🤧😭\n\n#BeTSinBULACAN https://t.co/nN7W3Opx7q
## 634                                                                                                         D-DAY!!!!! See you, Seventeen!!!! 💙💙💙 @pledis_17 #BeTheSuninBULACAN
## 635                                                                     @4ever_with17 @kpophappenings_ @pledis_17 HELP I said "I feel like this is smn seventeen related" 💀 💀 💀
## 636                                         These are the celebrities we should support. People who treat others right and with respect. ✊ #Hollywood… https://t.co/NmUFHXrvm6
## 637                            If you see this you're required to list your top 10 groups\n1. Shinee e Twice\n\n(👇 não necessariamente nessa ordem\n3.… https://t.co/sLoiCEGHvQ
## 638                             year 2022 is not yet over, but I already saw my 19/38 fave kpop artist. \n\n- Cha Eun Woo (Aug 6)\n- Seventeen (Oct 8)… https://t.co/jf2ZjtXE1U
## 639                                                                                                     I ain’t even got room for twice, seventeen and stayc . 10 is not enough
## 640                                                                                       At my favourite location - #Mumbai \n\n#16December #SEVENTEEN https://t.co/QL9G1T7VHh
## 641                                                                                  @vampwon i don’t think they’re a part of seventeen but i’m not sure 🤔 i’ll let you know!!!
## 642                                                                                                                                                    SEE YOU LATER SEVENTEEN😭
## 643                                          She was a dancer in a Russian play\nThat I saw in the city today\nI went in for the matinee\nI won’t be leaving for seventeen days
## 644                  @ggukmms @dwersy Bts \nTwice\nSkZ\n(G)I-dle \nAteez \nThe boyz \nTxt\nNmixx\nRed velvet\nBp \nMamamoo \nIve \nNew jeans \nExo \nG… https://t.co/06TbUpdiuO
## 645                              #ANNYEONGMERCH_GO\n[wts lfb ph]\n\nSECURED SEVENTEEN 2023 SEASON’S GREETINGS SEALED / COMPLETE SET WITH WALL CALENDAR… https://t.co/0BHMiNZw7n
## 646                                                                                        @vernonchweonme i’ll help you out google “hoshi seventeen” and send me what you find
## 647                              if you see this, you're required to list your top 10 groups\n\n (these are in a random order cause I can't really ran… https://t.co/wLRlneKg9N
## 648                             seventeen 2023 SEASON'S GREETINGS templates\n\ndrive: https://t.co/lnL8PyVrA5\n\n#seventeen #세븐틴 #dk #dokyeom #도겸… https://t.co/fMPFTRftHw
## 649                         if u see this, ur required to list your top 10 groups \n1. ateez\n2. itzy\n3. lesserafim \n4. nct\n5. aespa \n6. bts\n7. t… https://t.co/3TVBDw0O8m
## 650                                Whether you want to ski, visit museums and art galleries, eat insanely delicious food, or escape the cold weather e… https://t.co/UGTDmmKxmH
## 651                                                                                                                                               good morning! see u seventeen
## 652                                                                            9 and seventeen doubtful readings, with only that innat                  https://t.co/9k7NfsmzCq
## 653                                                                                                               Dang y'all SEVENTEEN really ruined all other men for me. Rip.
## 654                                                        @ozymomdias Ever since I heard he had dated a seventeen year old as a grown man, and had spoken against me too… barf
## 655                                                                still hoping sana sold out last minute🥺 #BeTheSuninBULACAN #BeTSinBULACAN #SEVENTEEN https://t.co/ROg6Vc1mP9
## 656                     seventeen 2023 SEASON'S GREETINGS templates\n\ndrive: https://t.co/lnL8PyDQbv\n\n#seventeen #세븐틴 #hoshi #호시 #wonwoo #원우… https://t.co/M3g31B9GwV
## 657                                                 "Day seventeen of eatin' things that make me happy..."\n\nThere's a pause.\n\n"....uh...any ladies want somethin' special?"
## 658                                                                                                                                seventeen hands down https://t.co/BY8Rav3k25
## 659                              seventeen 2023 SEASON'S GREETINGS templates\n\ndrive: https://t.co/lnL8PyVrA5\n\n#seventeen #세븐틴 #scoups #에스쿱스… https://t.co/JswltZsnnV
## 660                                This time, SEVENTEEN year ago I was at the WTO Ministerials in Hong King doing research for my PhD. How was it that… https://t.co/qKm8Spsm9o
## 661                                                                                                                                                            @tanyarlfes Hard
## 662                                                                                                                                                                   seventeen
## 663                                       A little kiss, like a maddened spider,\n– You’re not serious, when you’re seventeen\nPricked by the ears of maize, trampling the dew:
## 664                                                                                                                                              oh, to see seventeen later 🥺✨
## 665                                                                                   I am hearing a voice in my head and it's wooyoung singing seventeen in that one ateez log
## 666                                               The errors of a wise man make your rule\nRather than the perfection of fool.\nWilliam blake\n#Pakistan #16December #SEVENTEEN
## 667                                                                             feel the rush of my blood, i’m seventeen again, i am not scared of death, i’ve got dreams again
## 668                             if you see this, you’re required to list your top 10 groups/artists. \n\n1. nct\n2. sf9 \n3. seventeen \n4. stray kids… https://t.co/T90BSQoBQU
## 669                                If you work at one of Elon’s companies try not to be around the offices during Christmas. Seeing his seventeen doze… https://t.co/ZrrTfrppeM
## 670                                 My first Seventeen album🤩  \ni pulled Dino, Hoshi and Scoups🥰 \nfirst time ordering from @iPurple_EU 😊\n@pledis_17… https://t.co/tzY2wtanRy
## 671                                In my funky robot opinion, Swan of Seventeen is these shapes because they are funny and creative. They are these co… https://t.co/33cit5qx55
## 672                                 @yupsheskitten I want to fulfill my promise last BetsMNL con na I'll see them next time, while they are performing… https://t.co/naXZHgZY5z
## 673                                                                                                                               Good morning 😭😭😭😭 seeing SEVENTEEN today 😭😭😭😭
## 674                           HELP RETWEET PLS 🙏\n\n(Foreign Used)Affordable 2012 Upgraded Lexus GX460\nPrice: 15Million Naira\n\nDM📩 for more info or… https://t.co/LLMNXoTDu0
## 675                                           WTT BETS BULACAN SEVENTEEN\n\nwho's up for trade mamaya sa bulacan? \n\nhave: ubb reg 407 \nwant: ubc prem \n\nrfs: i need budget
## 676                                                    [ WKDfm: DJ-DeepThought playing Winger - Seventeen \n https://t.co/nyfKmFiSXC \n Live, Legal and Loud - Internet Radio ]
## 677                                                                                                                                 @bluejayshop be the sun album by seventeen!
## 678                                                                                                                           😽 Seventeen would great for a homestuck animatic.
## 679                               @Jimmycrocket21 @KSPMcCormick @tidalsounds @piersmorgan excuse me?? 😭 \ni am seventeen, yes. im not autistic or on g… https://t.co/owsdtKnpJD
## 680                                 when i see mama and baba i believe in love in the most unique way, they’ve been through a lot together and they’ve… https://t.co/o5c9g3fm42
## 681                                                                                          Had I seen Hoshi during the tour, Jun wouldn’t have joined by Seventeen bias line.
## 682                                                                                   why is literally everyone except seventeen doing bright concepts😭 https://t.co/p2yPmqBkSh
## 683                                My sister so pissed because she keeps pointing at the ones she likes in seventeen and it’s always DK and Mingyu. On… https://t.co/L2HQ5zX61b
## 684                                Like humans, koalas 🐨 actually have unique individual fingerprints. If you place a koala and human finger print sid… https://t.co/CF4oLFIXsu
## 685                                                                       only seventeen can make me get out of bed at 4am on a saturday ~ it’s be the sun in bulacan d-day!! 🤍
## 686                                                                                                                           Go heavily towards the sun for seventeen minutes.
## 687                                Man, Squeenix has really been milking that Advent Children footage for SEVENTEEN YEARS now with no signs of stoppin… https://t.co/p9g2TcI2SK
## 688                                                                                           Going to Philippine arena 🥰 \n\n#BeTSinBULACAN #SEVENTEEN https://t.co/co1ut8z0H1
## 689                        Our granddaughters are 16, 17, 21, &amp; 26. I was the same age as our 2nd granddaughter when we got married &amp; about to… https://t.co/4TIsAVatld
## 690                                @SolaraSona Man, Squeenix has really been milking that Advent Children footage for SEVENTEEN YEARS now with no sign… https://t.co/zqt3vs2HjW
## 691                                SEVENTEEN's Vernon to release debut solo mixtape this month\n#Entertainment #Music\n#debut #mixtape #Month #release… https://t.co/7i5MqsdMDx
## 692                       1. dream catcher\n2. mamamoo\n3. loona\n4. twice\n5. red velvet\n6. purple kiss\n7. le sserafim\n8. itzy\n9. shinee\n10. eve… https://t.co/S2MoARsH5y
## 693                                                                                                                                       @vampwon YES! okay so he is seventeen
## 694                                                                                      rating seventeen's members instagram usernames\n\na thread 🧵\n! this is just for fun !
## 695                                                                                                             @AzelfDaBoi @EuphoriTori 4 seventeen sized large wads of cotton
## 696                           if you see this, ur required to list your top 10 groups\n1. bts\n2. ateez/seventeen\n3. the rose\n4. txt \n5. le sserafi… https://t.co/qI3sKTE43j
## 697                              artista: MARINA.\nálbum: the family jewels.\ngênero: indie pop/new wave/electropop/dance rock/art rock/chamber pop/sy… https://t.co/cFw2CQjd5v
## 698                                OMGGGG RIGHTTTT ITS CSD !!!! ang cute na nga nung mag-spend ng time with seventeen on the 17th of the month tapos a… https://t.co/Y9L9bpdPWO
## 699                                                                                                                                                       @ajooniceee seventeen
## 700                                  to the one who gave me his heart ... 😳💗\n\n#CaratSelcaDay #17CaratSelcaDay #CSD #XUMINGHAO #SEVENTEEN @pledis_17 ♡ https://t.co/BAIDklCB7t
## 701                                                         WTB / LFS \n\nUBA ticket \nBudget - 6000 \nMeet up on d-day only. \n\n#BeTSinBULACAN #SEVENTEEN #SEVENTEENinBulacan
## 702                               @dwersy 27 grup saymaya cslism\nexo bp bts bigbang enhypen twice rv loona winner fromis_9 (dagildilar maalesef ama o… https://t.co/5FfXwjbmAV
## 703                                                                Jeonghan • Seventeen\n\nDirectors cut\n\n$12, stamped shipping included if in the US https://t.co/zfFgnQ4KeP
## 704                                                                                                                  seventeen and ateez are performers speak nicely about them
## 705                                                                   S.coups • Seventeen\n\nFace The Sun\n\n$6, stamped shipping included if in the US https://t.co/QARSfQodXc
## 706                                                                                                                                            SEE YOU CARATS SEE YOU SEVENTEEN
## 707                                        RETWEET PLEASE and Stream let's be Nice ..🙏🙏🙏 #16December #LISA #yonda #davido #SEVENTEEN #5city #idirepete… https://t.co/Rj1Xh4ZaCh
## 708                                   Janet Jackson for Seventeen Magazine (1987)\n\n“I wanted to do this on my own. I wanted to prove this to myself.” https://t.co/ZFYqrL4cpw
## 709                         @sadstrawberryy_ atm:\nnew jeans - attention\nle sserafim - sour grapes + anti fragile\ntwice - i can’t stop me &amp; when… https://t.co/NzOsJUa4IK
## 710                       [not in order] \n\n1. txt \n2. exo \n3. le sserafim \n4. stayc \n5. red velvet \n6. twice \n7. aespa \n8. nct \n9. seventeen… https://t.co/zcNSfZ9BjM
## 711                                   How dumb #pzgd #pzgdfam #dazedgaming #XboxSeriesX #PS4share #PS5 #gaming #streamer #win #SmallStreamersConnectRT… https://t.co/k9dzdWlcDQ
## 712                               1. snsd\n2. seventeen\n3. lesserafim\n4. shinee\n5. billlie\n6. nmixx\n7. stayc\n8. exo\n9. new jeans\n10. fromis (?) https://t.co/FWXHn5QJ4J
## 713                                                                                                                                          Seventeen deserves so much more...
## 714                                                                                                                                So I won’t be seeing you today #SEVENTEEN :(
## 715                                                                                                                                                     Seventeen - Sex Pistols
## 716                               LF FOR CARPOOL SM SAN LAZARO / SM GRAND CENTRAL / MONUMENTO PICK UP AND DROP OFF PO. DM ME PLS!! \n\n🏷 lf wts lfb be… https://t.co/bm0OH4Lpao
## 717                                                                                                  @vampwon look up “hoshi seventeen” and send me a pic and i’ll let you know
## 718                                                @eupfi 1. red velvet\n2. shinee\n3. twice\n4. le sserafim\n5. newjeans\n6. nct\n7. snsd\n8. aespa\n9. seventeen\n10. gfriend
## 719                                                                                                                                           @beomgyunizada wonwoo d seventeen
## 720                                     posting on here for now since tiktok is being stupid. don’t steal. (random tags)\n#16December #BLACKPINK #LISA… https://t.co/UQRFcLjU6l
## 721                                        WTS  SEVENTEEN OFFICIAL YOU MAKE MY DAY LENTICULAR \n\nPrice : Dm  / cek shopee\nWorldwide Yes\n\n#seventeen https://t.co/fgDsplNQbD
## 722                        up !\n\nwts lfb ph ; help rt\n\n˗ˏˋ svt be the sun: bulacan ˎˊ˗\n(1) lbb regular 216 (row 51)\n- can do long dop 😊\n\ntags.… https://t.co/uYK84vqZH6
## 723                   Twin brother to @DREAMSCAPESMSTR.\n\nAlias: \nAimant \n\nAge:\nSeventeen\n\nSex:\nMale\n\nPronouns:\nHe/they/we/it\n\nSexuality:… https://t.co/wu3QU09Ybe
## 724                               Slipknot - Nero Forte [OFFICIAL VIDEO] https://t.co/7PW941pa3Y via @YouTube @slipknot \n\n#FridayVibe #FridayFeeling… https://t.co/ewYtcPjaWU
## 725                                                     i remember being seventeen\ndrinking cheap wine\nsitting on suburban streets to the galaxy\nfeeling everything, we were
## 726                                I feel like the random aspect of weverse PCs are so un-random?? Like I've had two packs with the exact same members… https://t.co/OAYdUFPrJs
## 727                                                                       REALIZING THAT 2/3 OF MY SAVED TWITTER IMAGES ARE LITERALLY DK FROM SEVENTEEN https://t.co/COAVfLIobm
## 728                                              When I remember the breast 🤱 wey my eyes don see wey my hand no fit touch 💔💔💔.    \n @thatdammygirlie… https://t.co/8RZhxwMW4Z
## 729                                @RoseFocused @thenreport One thousand, five hundred and seventeen\n#NETIZENSREPORT #ROSÉ for Asian Celebrity of the… https://t.co/v5sIDxZXI6
## 730                                                                                    breaking my back just to know your name\nseventeen tracks and i've had it with this game
## 731                              Here is the official picture let’s celebrate!!!! #teacheroftheweek \n\n⬇️ your list\n📣 tell me what you’re happy about… https://t.co/aXTRYHUz9N
## 732                                                                                                                                       D-DAY!!!!! SEEYOU LATER #SEVENTEEN 🥹❤️
## 733                                                                                     THIS IS SOOOO REAALLLLL\n SEVENTEEN IS SEEING MEEEEEEE HAHAHAHAHAHA YEY\n#BeTSinBULACAN
## 734                                                                                                                                                 SEEING SEVENTEEN TODAY SLAY
## 735                                                                                                                                       Good morning carats and Seventeen!!!!
## 736                                   🥇 Bitcoin clear breakdown from trendline support 📉 #16December #BTC #anipoke #BLACKPINK #NCTDREAM #LISA #Pokemon… https://t.co/9yycsYX57e
## 737                                                                                                              SHINee, The Boyz, Seventeen, OnlyOneOf https://t.co/UWqmHfQEot
## 738                                                                                        heart boys❤️‍🔥\n\n#HANSE #한세 #HOSHI #호시 #VICTON #SEVENTEEN https://t.co/J7TZeuak7f
## 739                                It’s time you start making lots of profit from trades without loses. Learn how to trade Binance futures and get fre… https://t.co/lbHZwV2ABV
## 740                                  1. twice\n2. nct dream\n3. exo\n4. ive\n5. seventeen \n6. le sserafim \n7. new jeans\n8. shinee\n9. wjsn \n10. dia https://t.co/CQTY3FxLCr
## 741                                                                                                                                           Seventeen https://t.co/jbBDarp2wa
## 742                                                                                                                                           Seventeen https://t.co/uIRSZZB0RC
## 743                                                                  UConn's @paigebueckers1 Is Using Her Platform to Speak Out Against Discrimination\nhttps://t.co/YM72HlFFvn
## 744                                                     Missing Seventeen-Year-Old\n\nhttps://t.co/Z9mi8EAAjU\n\n#MCPD #MCPNews #Missing #MissingPerson https://t.co/jTd3yWM7i8
## 745                                                                                                                                           Seventeen https://t.co/9dIxCTUVUG
## 746                                                                                              #2137 [ 💌 ]\n\nseventeen, xdinary heroes, p1harmony, cravity, tnx, mirae, tfn♡
## 747                                   Ooh, I almost forgot! Mission Report, December 16, 1991.\n#longing #rusted #furnace #daybreak #seventeen #benign… https://t.co/OGs6fGTtft
## 748                                                                                                                                                i'll see seventeen tonight 🥹
## 749                          1 - twice \n2 - xdinary heroes \n3 - wayv\n4-txt\n5- ive \n6- nct (os outros)\n7- newjeans \n8- stray kids \n9- seventeen… https://t.co/poCdxlyKX3
## 750                                                                                                                     OMG D-DAY!!!!!! &lt;3 \n\n#SEVENTEEN #BeTheSuninBULACAN
## 751                                                                     d-day 🧡 i’m seeing seventeen omg hoping to meet my moots later!! #BeTSinBULACAN https://t.co/VfLJ9AIsf9
## 752                                                        @englishstrawbie Seventeen days inc weekends. I think that's the longest I have had off since I started 6 years ago!
## 753                                                       Be the love you always hoped for. \n\nRest In Peace RIP Legend Karen's Diner H.O.T #SEVENTEEN https://t.co/LvxwOoD48P
## 754                                                  S.coups &amp; Joshua • Seventeen\n\nGoing Seventeen\n\n$10, stamped shipping included if in the US https://t.co/xIlQV01ozg
## 755                                                                                   #NowPlaying Letter Seventeen - Tonight at https://t.co/JNfC3Ouky0 https://t.co/qfbQAB6dD4
## 756                                                                                                          four million five hundred sixty two thousand six hundred seventeen
## 757                         @starfess BTS: -\nBLACKPINK: Stay\nTWICE: -\nNEWJEANS: Hurt\nLESSERAFIM: Good Parts\nTXT: -\nTREASURE: Hello\nENHYPEN: Sho… https://t.co/WqvJqECSe8
## 758                                                     I don't wanna lose hope, but I already accept it. Seventeen, soon, the stars will align with us. I love you, boys. 🫶🏻🫶🏻
## 759                                                                                          ꔛ seventeen "be the sun" — bulacan 221217 moments 🎞️📸\n\n- a thread by @sugapremacy
## 760                               @Mickcliff "I learned the truth at Seventeen,\nthat love was meant for beauty queens and high school girls with clea… https://t.co/4wf5rnV9Es
## 761         『 ‘You’re drunk’ \n  ‘I’m not’\n  ‘You’re drunk’\n  ‘I’m not’\n  ‘You’re not’\n ‘I’m drunk- fuck u’  』\n   \n   ˚✧₊⁎⁺˳✧༚… https://t.co/4RMvbrPd8H
## 762                                      1. Stray kids \n2. Seventeen\n3. Bts\n4. P1harmony \n5. Shinee \n6. Txt\n7. Ateez\n8. Exo\n9. Got7\n10. Victon https://t.co/5iLPlgkG08
## 763                                                             GOOD MORNING! D-Day finally! omggggggghg. 🥰🥰🥰\n\n#BeTheSuninBULACAN #BeTSBulacan #SEVENTEEN #SEVENTEENinBulacan
## 764                                  mirror pics are the best, argue with the wall if you disagree\n\n#CaratSelcaDay #carat #SEUNGKWAN #SEVENTEEN #CSD… https://t.co/t6cMH11Wsc
## 765                                                           me and boyfie 💓💓💓\n\n#CSD #CaratSelcaDay #SEVENTEEN #세븐틴 #CARAT #호시 @pledis_ #JOSHUA https://t.co/iIlmeKyFc3
## 766                                                                                                                           Crazy in love - Seventeen https://t.co/8O9S77yJoA
## 767                                Lovely 😍\n@laura_woodsy #ข่าวลือ\n#ข้ามฟ้าเคียงเธอมาแน่2023 #BLACKPINK #시즈니는_드림을_사랑해 #BLACKPINK #Pakistan #LISA… https://t.co/q8CNPxn5Xz
## 768                                1. NCT DREAM\n2. NCT 127\n3. EXO\n4. BTS\n5. SEVENTEEN\n6. TREASURE\n7. BLACKPINK\n8. ITZY\n9. TWICE\n10. STRAY KIDS https://t.co/3wdgilES3H
## 769                                                                I want him 😟\n\n#문준휘 #文俊辉 #준 #JUN #세븐틴⁠ ⁠ #SEVENTEEN⁠ #ジュン #セブチ #JUNHUI https://t.co/JStfDR8sZY
## 770                                                                                                                                             do you guys even like seventeen
## 771                                                                                                                                                        @hyunessvn Seventeen
## 772                                         Album Japanese SEVENTEEN «Dream» Version B (Cd + Photobook + Photocard Dino)😍😍😍😍\n@pledis_17 \n@pledis_17jp https://t.co/0gNLrydhAz
## 773                              Album Japanese SEVENTEEN «Dream» Version Regular (Cd + Lyrics Book + Photocard S.Coups)😍😍😍😍\n@pledis_17 \n@pledis_17jp https://t.co/tctSv8Hons
## 774  #후즈팬 #Whosfan x #한터뮤직어워즈 #HMAs\n#30주년한터뮤직어워즈2022\n#후즈팬덤상🏆#WhosFandomAward🏆\n\n🎈2조 (Group 2)🎈\nBLINK♥#BLACKPINK BLACKPINK… https://t.co/IBpDXPp3bO
## 775                                                                                                      you won't be seventeen forever, and we can get away with this tonight.
## 776                                i’m the place you can come to, you’re the place i can go to 🤍 \n#CSD #CaratSelcaDay #SEVENTEEN #세븐틴 #CARAT #호시… https://t.co/YYAdy1rmbk
## 777                         If you see this, you're required to list your top 10 groups:\nStray Kids\nThe Boyz\nAstro\nOneus\nTreasure\nSeventeen \nCr… https://t.co/GKO8JHs79h
## 778                                                                                                                                   @tanyakanrl Happy sweet seventeen💕💕💕💕💕💕💕💕
## 779                         if you see this, you're required to list your top 10 groups\n\n1 DAY6\n2 ONF\n3 KINGDOM\n4 OH MY GIRL\n5 BOYFRIEND\n6 SEVE… https://t.co/nSZcMiUcWZ
## 780                        1. my stray kid \n2. blackpink \n3. red velvet \n4. dreamcatcher\n5. idle\n6. seventeen \n7. nmixx\n8. loona\n9. le sserafi… https://t.co/g0f9cuTvmC
## 781                       1. twice\n2. dreamcatcher\n3. seventeen\n4. weeekly\n5. le sserafim\n6. purple kiss\n7. loona\n8. nct dream\n9. gidle\n10. s… https://t.co/5wzQE5RfoR
## 782                                      It’s time for day sixteen, seventeen and eighteen of our Advent Calendar!\n(Busy weekend for Lesley)\n#Advent… https://t.co/Gbv67qYMSw
## 783                                 @wonhayi_ 26 broke but living her best life... Have fun at Seventeen concert and most importantly have a good time… https://t.co/IvoNefDn20
## 784                           @starfess BTS: Sea\nBLACKPINK: The happiest girl \nTWICE: one in a million \nNEWJEANS: hurt\nLESSERAFIM: good parts\nTXT… https://t.co/jiNM3IsZt1
## 785                                Seventeen states, along with cities and Native American tribes, had accused Walmart of dispensing the pain pills wi… https://t.co/IXbCcKjPD0
## 786                                @primordiaIist oh nooo!!! the MEN are upset that they're being fetishized? but theyre MEN they can't be fetishized!… https://t.co/OMojEyEpR0
## 787                               S.coups &amp; Woozi • Seventeen\n\nSector 17 stickers\n\n$3 each, $5 for both, stamped shipping included if in the US https://t.co/5at8GVyjjo
## 788                                                                                                       GOOD MORNING CARATS! ITS D-DAY!!!🥰🥰🥰\n\n#BeTheSuninBULACAN #SEVENTEEN
## 789                                                                                                                                  @_shinestars Ateez\nOneus/Onewe\nSeventeen
## 790                                                                                                                                                       @ajooniceee Seventeen
## 791                                be the sun in bulacan d-day! ingat sa mga bbyahe. stay hydrated and have fun, carats! make this a memorable experie… https://t.co/2ERKOlyKzZ
## 792                                                                                                                        @fruityjoohyun the edge of seventeen #SaveWarriorNun
## 793                                @yupsheskitten Seventeen will make history as the first K-Pop group to hold a solo concert at the Philippine Arena!… https://t.co/cJg5oIsSl4
## 794                                                                                          december is being 💫fancy💫 \n#CaratSelcaDay #CSD #seventeen https://t.co/rSJelY6EGM
## 795                                For seventeen years, I have been saying: "O decision-makers, their governments, and all their peoples, I am Imam Ma… https://t.co/IybUcGCKvz
## 796                                                   i haven’t taken cute pics of myself since summer oops 💚💚💚\n\n#CaratSelcaDay #SEVENTEEN @pledis_17 https://t.co/2pEHkKBhwF
## 797                                                                  Last December Concert I went to, before Pandemic was Day6 &amp; IU… NOW I’LL BE SEEING SEVENTEEN AND SUJU🥹
## 798                                                                                                                                           seventeen https://t.co/CpG9zuNNQV
## 799                                                        @agustdqueen well i’m a vocalist girlie. here’s one i last saved. it’s with joshua and dk.   https://t.co/1CuTCLbHA1
## 800                                                                                                                                        @24hopeubounce 3. To you - Seventeen
## 801                                                                                                                                  dar+ing by seventeen is a perfect pop song
## 802                                                                                                                                       Only the Dead stay seventeen forever.
## 803                                                                                                                                            D-DAY! #BeTSinBULACAN #SEVENTEEN
## 804                           Special Chart Flashback:\nTMN Top 100 of 1982 \n\nNo. 19\n\nStevie Nicks - Edge of Seventeen (Just Like The White Winged… https://t.co/MToFivDUnb
## 805                       1. stray kids \n2. le sserafim \n3. new jeans\n4. seventeen\n5. twice\n6. loona\n7. dreamcatcher\n8. izone\n9. red velvet\n1… https://t.co/AA5ClewV8m
## 806                                                you mean the world to me and I'm so glad we can call and lose our minds over seventeen together 🖤🖤🖤🖤 https://t.co/G7XJSesxcq
## 807                                       will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yXVgjTqg1h
## 808                                                                             SAD NA AKO EVERYDAY EVERY NIGHT LEGIT TOTOO HUHU SEVENTEEN 😭 lIoveyou, my 13.\n\n#BeTSinBULACAN
## 809                     If you see this you’re required to list your top 10 groups\n\n1. ateez\n2. seventeen\n3. &amp;team\n4. omega x\n5. elast\n6. t… https://t.co/C3BbOZug08
## 810                                                                                                        That dragons seventeen-year-old boy\n؟?\nنمشے\n\n🔹H20🔹\n🔹H20🔹\n🔹H20🔹
## 811                                       Today is the Day!! 💎 #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17\n\nnot my conceet outfit though... 😁 https://t.co/O2d2Btuq3F
## 812                        @starfess BTS:\nBLACKPINK:\nTWICE: feel special\nNEWJEANS: hype boy\nLESSERAFIM: impurities\nTXT:\nTREASURE:\nENHYPEN:\nSEV… https://t.co/T7CPoIpatD
## 813                               CANYOUSEEME? by DANNY RAN OUT ON ALL PLATS (prod.MANIIC) \nhttps://t.co/gPn89hSZ39\n\n#SEVENTEEN #rap #newmusic #g59… https://t.co/UvszvpHMYX
## 814                        We’re honored to be one of 17 credit unions &amp; three systems sponsoring The Lab at @fileneresearch &amp; look forward to… https://t.co/fqoqJ7DC6T
## 815                                Hello gen question will there be baggage counters in #BeTheSuninBULACAN tomorrow? Planning on brining my flask kasi… https://t.co/MQZv1YXmlC
## 816                                 @CGasparino @BlackRock @AlexEpstein 2/3… in recent decades in numerous countries, published in the British medical… https://t.co/fNxDsaKsyw
## 817                                                                                                                       Nct, Seventeen, SKZ I TheBoyz https://t.co/aOuo6LWeAb
## 818                                                           Never breathed living! Free your mind and for a seventeen-year-old boy went girl\n؟?\nنمشے\n\n🔹C44🔹\n🔹C44🔹\n🔹C44🔹
## 819                          If you see this you're required to list your top 10 groups\n1. skz\n2. lesserafim \n3. txt\n4. newjeans\n5. seventeen \n6… https://t.co/c7cjt9GE4k
## 820                                                 good afternoon 😄\n\n#CSD #caratselcaday #carat #joshua #shua #조슈아  #seventeen #세븐틴 @pledis_17 https://t.co/RmoCan0WGP
## 821                                @EITC_Official 😆 🤣 😂 Doxxing Queen! Now I have that Abba song running through my head - 🎵 🎶 You are the doxxing que… https://t.co/UjgeuN36qR
## 822                      like / rt if you stan any of these groups! \n\nseventeen\nred velvet\nateez\ntwice\ntxt\nitzy\nnewjeans\nblackpink\nle sseraf… https://t.co/SUU6aQopvZ
## 823                                                                   Mark Tuan Reveals The CRINGIEST 'GOT7' Song And His SECRET Tattoo | Read Receipts https://t.co/JPy1hR3WEo
## 824                                                                                    i wanna match you to my heart \n\n#CSD #CaratSelcaDay #SEVENTEEN https://t.co/Cl9PfLCkwE
## 825                                @kimwoosunnie @theseoulstory ignore MBC. MBC even tried to befriend them again by inviting seventeen but since Pled… https://t.co/Cyv7e8nUhu
## 826                                                             wayv but also seventeen.. they are a whole bunch of chaos. every GoSe episode is gold 😂 https://t.co/eOqfSBnoqe
## 827                                         SEVENTEEN Dances to ‘Left and Right’, Talks MAMA Awards &amp; Performing At LA3C Festival | Billboard News… https://t.co/uaWeJjoP8n
## 828                             #Media #Videos #bbnews #billboardnews SEVENTEEN Dances to ‘Left and Right’, Talks MAMA Awards &amp; Performing At LA3C… https://t.co/2VLRxiVYz4
## 829                                There's still seventeen people in; there's Caramel Cube, Globe, Treasure Chest, Pan, Game Boy Color, Flashlight, Pl… https://t.co/yCIo91buDq
## 830                                Dr. Arbuthnot states the Roman cubit at seventeen inches and four tenths; the cubit of the scriptures at a little l… https://t.co/eUXkO511Zo
## 831                                                More decluttering posts to come. please feel free to inquire about the availability of any older SEVENTEEN or NCT photocards
## 832                                                                                                              @daredvssy @sspiderpunk omg they’re seventeen? I hate minors 😔
## 833                              🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in b… https://t.co/wEP8MBPHKO
## 834                                                                                                                                            seventeen w black hair is so hot
## 835                          UAE 🇦🇪/ WW 🌎 DECLUTTERING SALE \n\n↬ SEVENTEEN An Ode\n\n💰payment: Bank transfer, PayPal, COD\n\n📦shipment options: Imile… https://t.co/xyPDpHxIlQ
## 836                                                SEVENTEEN Be The Sun Bulacan freebies!!\n\n #BeTheSuninBULACAN #BeTSinBULACAN\n\nSee you, Carats! 🫶🏻 https://t.co/sq2TaW3Pe5
## 837                          UAE 🇦🇪/ WW 🌎 DECLUTTERING SALE \n\n↬ SEVENTEEN Semicolon \n\n💰payment: Bank transfer, PayPal, COD\n\n📦shipment options: I… https://t.co/ViZy9myT2r
## 838                                                                                                                  breathing the same polluted pinas air again with seventeen
## 839                                and to those ph carats who are team bahay like me haha, don't lose hope we will all gonna see SEVENTEEN soon!fighti… https://t.co/oBeSCaK7He
## 840                          UAE 🇦🇪/ WW 🌎 DECLUTTERING SALE \n\n↬ SEVENTEEN Your Choice \n\n💰payment: Bank transfer, PayPal, COD\n\n📦shipment options:… https://t.co/hJrIq0Q7Og
## 841                                          SEVENTEEN Dances to ‘Left and Right’, Talks MAMA Awards &amp; Performing At LA3C Festival | Billboard News https://t.co/dbc75I92Ly
## 842                           WTS / LFB\n\nBE THE SUN IN BULACAN \n\nUBC REG 409 Row 91\n\n1900.00 php only\n\nPayment upon meetup in Philippine Arena… https://t.co/qcX39KXsSP
## 843                                                                                    stole this, pls don’t comment bgs that aren’t seventeen or piwon https://t.co/MvhyTyll0J
## 844                          UAE 🇦🇪/ WW 🌎 DECLUTTERING SALE \n\n↬ SEVENTEEN Heng:garæ \n\n💰payment: Bank transfer, PayPal, COD\n\n📦shipment options: I… https://t.co/dDR0SkdFGj
## 845                           If you see this, you're required to list your top 10 groups:\n\n1- stray kids\n2- seventeen\n3- exo ve monsta x \ngerisi… https://t.co/ItB18MlxcR
## 846                                Meet Seventeen Voices of the Year honoree Aniya Butler! 🎙At just 16 years old, Aniya uses her voice to bring attent… https://t.co/ep9L7JswRy
## 847                                                                                                                         church first 🙏 see you later, carats and seventeen!
## 848                                                                                                         @sunshinehak_ That was my first ever seventeen pull pink hair kwan🥹
## 849                                 @JessLTwrites I know what I'm doing over Christmas break now. I'll correct all seventeen of the books I've written… https://t.co/9dDNConBJK
## 850                                                                                                                            @gvsbelle_ 1 - nct 127 \n2 - seventeen \n3 - exo
## 851                                                                                          Some seventeen songs like Chuck and Rock, what’s good are really under appreciated
## 852                                                        Yeah Seventeen rappin the P man Ha! Yeah Let me show you how It's post to be done right now. https://t.co/QjwWFTEtCq
## 853                                                                                                                                 seventeen\n#SaveWarriorNun #RenewWarriorNun
## 854                                                           •We keep this love in a photograph•\n\n#CaratSelcaDay #SEVENTEEN\n#JoshuaHong  @pledis_17 https://t.co/PJ208Q2vjw
## 855                            wtb lfs\n\nBe The Sun in Bulacan \n- 1 LBA prem/reg at a discounted price (preferably lower than 10k)\n- better if lowe… https://t.co/e8VXfH8V4U
## 856                                                           Seventeen, Purki, Ateez, idk if forestella counts but i am going to say it, Mamamoo, BTOB https://t.co/zVHWdvYVip
## 857                                      me 🤝 cheol\nnever looking at the camera\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/6ZA5Db0p4P
## 858                                                                                                                                 Seventeen and ateez https://t.co/3bpB58I2tf
## 859                               [sisa sharing] Seventeen 2023 Season\nGreeting's 'The Story of Eros'\n\nPhoto Frame Sticker + Heart Massage Card 40k… https://t.co/qBTUbQgaEn
## 860                                @yupsheskitten seventeen. these 13 guys have given me so much comfort for the past months. i honestly don’t know th… https://t.co/PV5BTfDYCv
## 861                                                                 LFB / WTS\n\n1 SEVENTEEN Concert ticket\n\nLower box\n\nDM for more info.\n#SEVENTEEN \n#SEVENTEENinBulacan
## 862                                                                                                               she's a motherfucking killer queen, a psychopath at seventeen
## 863                                                                                                           #BeTheSuninBULACAN #BeTSinBULACAN D-DAY 🥹🧡  #SEVENTEEN @pledis_17
## 864                                                                                                             SEE YOU LATER SEVENTEEN AHHHHHHHHH🙉🥰😍😍😍 https://t.co/tgUkglmanj
## 865                          if you see this, you're required to list your top 10 groups\n\n1. red velvet\n2. seventeen\n3. exo\n4. snsd\n5. aespa\n6.… https://t.co/eXLD88c0Dp
## 866                                                                                                   LFB / WTS\n\n1 SEVENTEEN Concert ticket\n\nLower box\n\nDM for more info.
## 867                                                                                                       there’s so much more but seventeen is aesthetically pleasing ⌗ 🎧°. •♡
## 868                                                        We both love reading books💖\n\n#CaratSelcaDay #CARAT #VERNON #SEVENTEEN #selcaday @pledis_17 https://t.co/MQSbXRaaz5
## 869                                missing this one but i will be there in the next tour and the next caratland and the next japan dome tour SEE YOU S… https://t.co/tWe8fNv0uE
## 870                                                                                                                                       ✨SEVENTEEN✨ https://t.co/lCY6zlMnKD
## 871                                                                Me and ma baby 💋 \n\n#CaratSelcaDay #THE8 #csd #MINGHAO #SEVENTEEN #CARAT @pledis_17 https://t.co/bgpgzmoBQO
## 872                                chilli: seventeen album track list orders continue to baffle me but this was fun, the english lyrics are a bit unse… https://t.co/oRzZ1LxHVu
## 873                                @Mo0chie_ @soompi It's only a lot of the 2012-2013 groups that are inactive due to military service or whatever. Th… https://t.co/cUzxE78i7p
## 874                                                                                                                 seventeen pictures that are so pinterest coded ; a thread 💌
## 875                          @starryhun94 Seventeen Be The Sun in Bulacan\n\nUBB PREM \nSection 422, Row 73, Seat 455/456\nMeet up only\n\n🏷 seventeen… https://t.co/zt0wCH94V4
## 876                                                                                                                          d-day #SEVENTEEN #BeTheSuninBULACAN #BeTSinBULACAN
## 877                       1. fromis_9\n2. fromis_9\n3. fromis_9\n4. fromis_9\n5. fromis_9\n6. fromis_9\n7. fromis_9\n8. fromis_9\n9. fromis_9\n10. sev… https://t.co/Mlq0aB0r0X
## 878                        WTS LFB SEVENTEEN\n\n# attacca sealed albums - 600 each\n\n! onhand\n\ntags for sale svt photocard pc ph\n\ncan do meet ups… https://t.co/LnLQoXqtFT
## 879                          WTS/LFB  Seventeen Be The Sun in Bulacan\n\nUBB PREM \nSection 422, Row 73, Seat 455/456\nMeet up only\n\n🏷 seventeen bet… https://t.co/azDmAoc1ai
## 880                                   1. shinee \n2. got7\n3. monstax \n4. exo\n5. seventeen\n6. stray kids\n7. ateez\n8. victon\n9. the boyz\n10. tvxq https://t.co/BBWshRJ3IT
## 881                                                we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 882                                                                                                   good morning to seventeen &amp; carats only &lt;3 https://t.co/JmcqVld0ES
## 883                          el orden da igual les quiero mucho a todos\n1. the boyz\n2. dkb\n3. p1h\n4. oneus\n5. ateez\n6. seventeen\n7. nct (todas)… https://t.co/1hbNq3D5kr
## 884                                                                                                                                                   @felixbrowines Seventeen?
## 885                                                     me 🤝🏼 hoshi\nselfies in the dark &gt;&gt;&gt;\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/xtEHKp5KKX
## 886                                                                                                       Ay mama told me not to sell work seventeen five same color t-shirt 🎶⏭️
## 887                             svt yzy rd 6 pc go\n\n— info on 2nd pic\n— reply to dm to claim\n\n🏷️ seventeen scoups jeonghan joshua jun hoshi wonwoo… https://t.co/fwkgIoWSJA
## 888                                you're telling me.....whatever (waves hand in the air confusingly) seventeen wears in the airport is curated by a s… https://t.co/Jyzq85pubK
## 889                                                                                                                                         @_shinestars seventeen\nateez \ntxt
## 890                                Hello Seventeen @pledis_17. Do we have this kind of Ill-fated relationship? Because for the nth time, I won't be ab… https://t.co/EL8iVX8E8J
## 891                                                                                                                                                SEE YOU LATER SEVENTEEN HUHU
## 892                                                  Addison Rae Doubles Down on the No-Pants Trend in an Oversized Vintage Tee https://t.co/Sb7PGmvS7M https://t.co/2qrDWEl9PB
## 893                                                 SEE YOU LATER 🥹🫶🫶🫶\n\n#SEVENTEEN #SEVENTEENinBulacan #BeTheSuninBULACAN #BeTSinBULACAN #BeTSBulacan https://t.co/Z4KEj34YIU
## 894                                                                    Otw to you my Boo~\n#BeTSinBULACAN #부승관 #세븐틴 #BeTheSuninBULACAN #SEVENTEEN https://t.co/H7P24PQ6Mx
## 895                                @nbcsnl Seventeen people, and only one or two (at best) really talented comedy performers. It's a long way from the… https://t.co/ooBOaanKYU
## 896                                celebrating 2 years as a carat by attending their concert on\ndec 17 (today) 🥹 seventeen, you truly are my healing 🫂 https://t.co/Ti8xYXy1GY
## 897                                this is so funny when u take into consideration back then stays would claim izone were getting rigged wins (sevente… https://t.co/NKh9cuhbKl
## 898                                                                                                                                                      My #SEVENTEEN opinions
## 899                                               When he sleeps that night, he's seventeen years old and nothing has changed. He wakes up with tears still drying on his face.
## 900                                                                                          Wonwoo is up for trade for Coups! As well as all seventeen pulls that was not him💕
## 901                              My pulls today💜💜\nI PULLED COUPS!!!!! And got an official pc from Seoul Nami of him as well 💕💕\nAlso my pc pulls from… https://t.co/9yrvijMXfz
## 902                                "We've also got a new segment that we're introducing for the first time called This is Instrumental." - THAO NGUYEN… https://t.co/XxiQP2REO8
## 903                                 @yupsheskitten Every carats deserve to see seventeen and that includes me. I want to see seventeen before the year… https://t.co/LdcPX3sxpC
## 904                                                                  @jeachypae yeahh 🥰 we’re in going seventeen drought rn but there’s A LOT already uploaded so have funn 😂🫶🏽
## 905                                                                                      Morning sa lahattttt, and a special morning to @pledis_17! SEE YOU LATER SEVENTEEN!!!!
## 906                                                            see you when i see you, seventeen 🥺 i'll just settle with watching you on device screens for now. love ko kayo 🥺
## 907                          If you see this, you're required to list your top 10 groups:\n1.BTS\n2.Monsta X\n3.Stray Kids\n4.Mamamoo\n5.Exid\n6.Twice… https://t.co/Joz8FIBDNa
## 908                                                                                  Find the nearest paving slab and wait there watching the world pass for seventeen minutes.
## 909                                       Bands you only know because you were hungover and off to see another band,  but enjoyed them more...\n\n#1 :… https://t.co/QZDLDsqxb0
## 910                                                                                              how are there not more seventeen reactions from aaa stages....pls i'm starving
## 911                                                    hanuena? my supposed to be outfit for seventeen’s concert pero na-stuck sya sa warehouse! hmp. 🙄 https://t.co/4PGnfLCroM
## 912                                                                                                                                                                   SEVENTEEN
## 913                                                                                                                                                                   SEVENTEEN
## 914                                                                                                                                         SEVENTEEN!! https://t.co/ZmRyWMcFzB
## 915                                                                                                   Please be safe. See you all, Caratdeul! SEE YOU SEVENTEEN, @pledis_17 💎🫶🏻
## 916                                                                                                              @httpsnyxdotcom @pledis_17 love how seventeen is in this convo
## 917                                                                WTB season greeting Seventeen 2023 please😭😭 terutama member set wonwoo, vernon, Jeonghan diary dan sticker!!
## 918                                                                                                                             see you later, Seventeen!!!\n\nsa panaginip 😭😭😭
## 919                   if you see this, you're required to list your top 10 groups:\n\n1. nct&amp;seventeen\n2. bts&amp;p1harmony\n3. enhypen\n4. twice… https://t.co/ZgCN38MkYm
## 920                                                                                                                                           Seventeen https://t.co/lRehOyAZpE
## 921                           @dwersy Bts Straykids \nBlackpink Twice \nItzy Txt Oneus \nSeventeen \nDreamcatcher \nLoona Oh my girl \nGirls day Girls… https://t.co/ro3hMJSGsI
## 922                                                                                          Nails inspired By Seventeen ♥️💅 Ready nako! See you Carats! https://t.co/u9Kw4zJRvw
## 923                            ‼️ URGENT 😭😭\n\nwts lfb seventeen be the sun bulacan lowerbox 105 row 16\n- meet up ph arena\n- rfs: emergency\n- you’ll… https://t.co/jpWGLIWbu2
## 924                                                      sweater + glasses gf and hoodie + glasses bf #csd #CaratSelcaDay #VERNON #Seventeen @pledis_17 https://t.co/fvGLOBFnOW
## 925                                Jenna's on the rise to superstardom. She stars as Wednesday Addams in the live-action series Wednesday, now the mos… https://t.co/DzjIhb76Fb
## 926                                                                                     you come to a girl’s apartment and she has a seventeen wall wyd https://t.co/LDBkDJGhJT
## 927                                        Watching “NCIS” Season Twelve Episode Seventeen: The Artful Dodger on Netflix via My IPAD Pro 10.5. {CL:045} https://t.co/y3LyJFSqUE
## 928                                         @45LVNancy @GuntherEagleman @DogRightGirl @dogspink3 @RealHickory @Braveheart_USA @Fishing_Huuker @DefSue3… https://t.co/VjLoSJcmLI
## 929                                You think I'm getting old? I've got the abs of a seventeen year old gymnast and the forehead of a toddler, baby. Br… https://t.co/186E1IEBjX
## 930                                                                                                 Seeing my father’s axe after seventeen winters… it stirred something in me.
## 931                                @miss_svtmafia @pledis_17 Idk why i should win… in my life I will never win something. Seventeen bring to me so muc… https://t.co/fv2C4ZU40o
## 932                                                                                                                                                   Janis Ian -  At Seventeen
## 933                                                                        𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 934                                                                                                          seventeen for what https://t.co/0dsoeaqiNC https://t.co/py7UcFZdUm
## 935                                                                                                                                                   Oh, good, he's seventeen.
## 936                                there’s a seventeen design i need to do for a tattoo and it’s always funny to think that my assignment from work (i… https://t.co/mqI7jZGvSl
## 937                               One lucky #teamlabas will be able to see Seventeen later! Good luck! 💗\n\nI’ll post my whereabouts later if you wish… https://t.co/0pNRdBJQid
## 938                                                 [D-DAY] #BeTheSuninBULACAN ☀️🧡✨ See you later @pledis_17 ! 🥹🤧💖\n#SEVENTEEN #세븐틴\n#BeTSinBulacan… https://t.co/E1PPg55ieF
## 939                                                                                                                                                      @mahoumoreno seventeen
## 940                                                 [D-DAY] #BeTheSuninBULACAN ☀️🧡✨ See you later @pledis_17 ! 🥹🤧💖\n#SEVENTEEN #세븐틴\n#BeTSinBulacan… https://t.co/G4ZATN8Ad6
## 941                               Local gossip says he is the killer, and rumors spread about his wife's death as well.\n\nSeventeen Days is available… https://t.co/5gYdofsamq
## 942                                                                                                                 @MOODYWOOZI also I hate seventeen you can unfollow me now 😍
## 943                             If you see this, you’re required to list your top 10 groups!\nBesides #1, 2-10 have no particular ranking 😅🤗\n\n1. Sev… https://t.co/WLx7dFjxz8
## 944                                                         The many colors and aesthetics of seventeen mvs \n\n#SEVENTEEN #SEVENTEENinBulacan\n#세븐틴 https://t.co/uV4nTk4bch
## 945                                             @Tteuink 1. Treasure\n2. Blackpink\n3. Seventeen\n4. NCT \n5. Newjeans\n6. Enhypen\n7. Got7\n8. P1harmony\n9. TNX\n10. (G)i-dle
## 946                                 @miss_svtmafia @pledis_17 I want to see the people who inspired me to do better every day. Also, I want to be part… https://t.co/9kh0y5KqR7
## 947                                Walking in the winter can be good for your health. No matter what weather you’re facing, this guide should help you… https://t.co/m8b1iIP777
## 948                                                                                            seventeen and super junior this weekend 🥲 wish i could attend either but oh well
## 949                         if you see this, you’re required to list your top 10 groups \n\n1. BTS\n2. MOMOLAND\n3. BOTOPASS\n4. SEVENTEEN\n5. TXT\n6.… https://t.co/hXjCJYqGou
## 950                                                                             See you later Carats 💙💕\n#BeTSinBULACAN \n\nFreebies\nSeventeen Concert https://t.co/bHXuPM9zxK
## 951                            @kpophappenings_ when they had free time Jeonghan &amp; DK [Dokyeom] from #SEVENTEEN went to visit Santa monica. They b… https://t.co/w708Ida0xO
## 952                                @miss_svtmafia @pledis_17 I only started stanning seventeen early this year (tho ik its never too late). Ever since… https://t.co/jzYjgaQxsK
## 953                                                                                                                                                     SEE U SEVENTEEN ! &lt;3
## 954                                                                                             lover boy 🥀 #CSD #CaratSelcaDay #DOKYEOM #DK #seventeen https://t.co/LT4lAY7cFl
## 955                                                           run bts &amp; going seventeen. brilliant reality show content no one’s doing it like them https://t.co/MPGYRoifAy
## 956                     (most of) Filo carats agenda for today\n\nFinish their chores  -&gt; Packing of freebies -&gt; Simbang gabi -&gt; Byahe to Bul… https://t.co/ZDBUeAsqWe
## 957                                                                   @The_Master_E @butleriano @FluffLingering What are the last 4 letters of the two numbers after seventeen?
## 958                             Wts Lfb Seventeen Assorted Pc\n\n🐸 Sold as Set Only\n🐸 6,500 (6k if PAYO) \n🐸 Can look for kahati and can ship to diff… https://t.co/hvomhKGEwT
## 959                                                               alexa, play 'crazy in love' by seventeen&lt;3\n\n#CaratSelcaDay #csd #Junhui #MINGHAO https://t.co/mk8uiUCRUj
## 960                                                                                     See you, Seventeen! See you carats! @pledis_17 let's goooo! 🤩🤩🤩 https://t.co/dahb8TfPhP
## 961                                                                                                                                                Seventeen \n#الروح_الحلوة_في
## 962                                                                    @r4in3_twt @hohohocheeks tysm po for the ga &lt;33 #BeTheSuninBULACAN #SEVENTEEN https://t.co/mBZlCsxJWT
## 963                                                           In Jeonghans defence ‘how tf should we know know???’ 🙄🙄🙄\n\n@pledis_17 #세븐틴 #SEVENTEEN https://t.co/60pgq3a194
## 964                                @miss_svtmafia @pledis_17 everyone deserves to see them! I've never been happier when I discover seventeen. They li… https://t.co/G65nDBmlrf
## 965                                                                                                                                  GOOD MORNING I'M SEEING SEVENTEEN LATER!!!
## 966                                                                                                                  biggest plot twist of my 2022 is that im seeing seventeen.
## 967                                @TantanBlu @blueislove39 @AboutMusicYT all idols praised taeyeon and her songs this year and u say she’s irrelevant… https://t.co/WuwIygRmLV
## 968                                            I have been writing a book for about a week now and I have gotten to chapter seventeen lmao \n#fypシ #writing #WritingCommnunity
## 969                                                                                                                                         seventeen:3 https://t.co/AW2X45mHRD
## 970                                  @bangtaniiboi - Song you ran over a squirrel to: AJU NICE by SEVENTEEN\n- Song you nearly got T-boned while listening to: HOT by SEVENTEEN
## 971                       1. seventeen\n2. fromis_9\n3. txt\n4. le sserafim\n5. dreamcatcher\n6. loona\n7. ive\n8. purple kiss\n9. woo!ah\n10. nct dre… https://t.co/MOCHHnCJEc
## 972                                                                                             “Like a cowboy”         cowboy like me\n- seventeen.        🤝    - taylor swift
## 973                   ‼️ UPDATE\n\nWTS // want to sell\nhelp rt please ♡\n\naab SEVENTEEN &amp; TREASURE photocard\n\n🖇️ price exc packing &amp; admin 🍊… https://t.co/BqQqvIwnz3
## 974                                                                                                                                     going seventeen https://t.co/6mZBPSydUf
## 975                                                                  Me gathering people’s books so I’ll have stuff to read on a seventeen-hour flight: https://t.co/3UGeZO1PIQ
## 976                              🧡 BE THE SUN IN BULACAN FREEBIES 🧡\n\nHi! I'll be giving out diamond ring pop with light + random unofficial pcs late… https://t.co/lRVruDvWKE
## 977                                @JasonBWilliams1 @RayGunRichards Is Heir to the Empire really great? There's a lot of sneaking around buildings and… https://t.co/WHfMq0RaGC
## 978                                @KpopMulti06 THIS ALBUM WILL BREAK THE INTERNET, I NEED THEM TO GET ALL THE STREAMS THEY NEED!!! seventeen first, s… https://t.co/rSWhoCslFx
## 979                                                                                                                                     good morningggg!!!! see u seventeen 😭🥹❤️
## 980                               @RoseFocused @thenreport Seventeen vote for Rosé\n\n#NETIZENSREPORT #ROSÉ for Asian Celebrity of The Year #ACOTY2022… https://t.co/agM3pg7J6m
## 981                                                                                                                                                 im seeing seventeen today 🥺
## 982                                 They say it’s the most wonderful time of the year, but supporting you, seeing you evolve as the amazing, talented,… https://t.co/ZZnQLvswqx
## 983                                                                                    LOCO COMO K RUMORES D K SEVENTEEN VIENE A CHILE CTMMM DKSTELWYEOEYWOEH ME VOY A MATARRRR
## 984                            Met a boy at seventeen (15)\nThought he meant the world to me\nSo I gave him everything\nHe turned out to be a cheat\n/… https://t.co/yHZT2MqDfE
## 985                                Good morning everybodyyy! Here’s today’s weather for Santa Maria, Bulacan. There is a chance of rain at 2pm to 3pm,… https://t.co/NNeMYm343Y
## 986                                                                                                                                               I'LL FINALLY SEE SEVENTEEN 🥹🤍
## 987                                                                        omg i get to hear mansae live 😭😭😭 now pa lang nag ssync in na i get to go a seventeen concert huhuhu
## 988                        @D1CKTAETOR @ggukmms @dwersy Bts\nStray Kids\nSeventeen\nTxt\nAteez\nTwice\nDay6\nSf 9\nLe Serafim (inş yanloş yazmamışımdı… https://t.co/7jCAtoKAKz
## 989                                                                                              KINGDOM HEARTS 2 Final Mix Part Seventeen https://t.co/bD2eHGtU1L via @YouTube
## 990                                                                                                                        in just a few hours makikita na natin seventeen 😭😭😭😭
## 991                                                                               @lordbonkers I was seventeen miles from Greybridge when I was caught by the school leopard...
## 992                                  For today's selca day let me bring back whatever this was I did with Jeonghan \n\n#SEVENTEEN #CaratSelcaDay  #CSD… https://t.co/qJzlKTqZvD
## 993                                                                   👖🪣🎩🍊 | Jeans Bucket Hat with Kwan\n❣️\n#CaratSelcaDay #CARAT #SEUNGKWAN #SEVENTEEN https://t.co/pbQQXRtoVz
## 994                         WTB👀 #jmwbuys \nseventeen baby semicolon scoups, joshua, seungkwan\n\npreferably ready ina\nharga affordable\n\ntags🏷\nsev… https://t.co/9oqa6HxmCB
## 995                                                    trendz covering hit by seventeen 🤝🏻 kingdom covering thunderous by stray kids\nyeaaah go slay babies covering my ult 😭🫶🏻
## 996                                    HI!! Does anyone know how to get back from PH Arena to Meycauayan, Bulacan??? #BeTSinBULACAN #BeTheSuninBULACAN… https://t.co/7zH7wpuGOu
## 997                                       hopefully txt, ateez, seventeen pcs soon 😹💔!!! i have none oh em gee!! \n\ntags: @nayeonsboba @strawbrryygyu… https://t.co/Cm3WJOTTyM
## 998                                                                                                                      @addjukartph 💫Seventeen Album💫 https://t.co/3wKhCRnnmy
## 999                                                                     @MiddiMidori Longing. Rusted. Furnace. Daybreak. Seventeen. Benign. Nine. Homecoming. One. Freight car.
## 1000                                                                                            ⠀⠀ \n⠀⠀ \n⠀⠀ sixteen or seventeen. . .I think.\n⠀⠀ \n⠀⠀ https://t.co/L0tqkYj6rj
## 1001                               @carriehudson @CandiceRenee New ones. I'm not the seventeen year-old who bought these anymore, and I want something… https://t.co/IROqIdGdHj
## 1002                                                                   What Their Astrological Sign Reveals About How They Kiss https://t.co/LXURJVqZkz https://t.co/ZaXIgTOG8O
## 1003                          if you see this, you’re required to list your top 10 groups \n\n1. Momoland \n2. Lucy \n3. CLC / Billie \n4. Brave girls… https://t.co/zBRK19WqAN
## 1004                              bawi nalang me sa svt next con.\n:( @pledis_17  congratulations agad! im so proud of you! this is history! Seventeen… https://t.co/61cx6kQMqk
## 1005                                  Wtb The8 Shopee and Beatroad pcs! Please DM if you're willing to sell. Help me bring these home 🙇🏻‍♀️🙇🏻‍♀️\nHave mul… https://t.co/rNQ4IjTUsO
## 1006                                                                                                                             See yaaaah seventeen 🤍 https://t.co/nZYNfCxkGX
## 1007                            If you see this, you're required to list your top 10 groups\n1. Nct \n2. Aespa\n3. Iz*one (incluyendo las solistas, iv… https://t.co/Arhec6vURA
## 1008                                                                                                                   It’s a lie idols are busy lol not when you’re seventeen.
## 1009                                                                                                                     Manifesting seeing the boyz and Seventeen this year😍😍😍
## 1010                               seeing people from bets bulacan posting giveaways and donations to help carats see seventeen and to make the sold o… https://t.co/4i1OorkZuo
## 1011                               @peoplesvaccine @maxlawsontin @ashleighfurlong "As many as seventeen million people are estimated to have died in t… https://t.co/BJqyhl8ZF0
## 1012                                                                                                                     congratulayion you are give birth to SEVENTEEN FERRETS
## 1013                                                                                                                 @ColorsTV @ShivThakare9 Seventeen #BBKingShiv #ShivThakare
## 1014                               Nostalgic record ritual and cleaning house.  Time to shut off the world for a bit and travel back to that angst-fil… https://t.co/HJ0DRAq6uP
## 1015                                                                                What Your Period Blood Says About Your Body https://t.co/EwpLdPvvhI https://t.co/NROuwmWTtg
## 1016                               6000 Days by Jim 'Jaz' McCann describes seventeen years of his life imprisoned in Crumlin Road Gaol and the H-Block… https://t.co/8iczkQ0ILr
## 1017                         If you see this you're required to list your top 10 groups\n1. EVERGLOW\n2. ATEEZ\n3. EXO\n4. ENHYPEN\n5. (G)I-DLE\n6. TW… https://t.co/8pJ3AkUki6
## 1018                               ☀️ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ☀️\n\n— metalic frame keychains are exclusively for [ better man au ] rea… https://t.co/0L8V0ppyQP
## 1019                           WTB👀 #jmwbuys \nseventeen dicon my choice is... teddy double sided yang belum ada tandanya\n\npreferably ready ina\nhar… https://t.co/4nvxbFgUNH
## 1020                                                                                                            One hundred and seventy-two thousand six hundred and seventeen.
## 1021                        if you see this, you're required to list your top 10 groups\n\n1. onf\n2. kingdom\n3. seventeen\n4. txt\n5. twice\n6. oh m… https://t.co/fM6UXftrrt
## 1022                            If you see this, you're required to list your top groups: (I'll do of all time, no order)\n1. Big Bang\n2. Bts\n3. Vix… https://t.co/aswZvWvK0W
## 1023                                                                                                        I’m not mentally prepared for Seventeen’s concert videos tomorrow 🙂
## 1024                                                                                car selcas with gyu ( ´▽`)\n#CaratSelcaDay #CSD #MINGYU #SEVENTEEN https://t.co/dRLXRp5v1y
## 1025                               @yunjeanpink i recommend watching their variety content to get to know them! they have a weekly variety show (Going… https://t.co/WJjRxB7HM0
## 1026                                                                                              @r4in3_twt gooodlucck!! #BeTheSuninBULACAN #SEVENTEEN https://t.co/TJbIVD5FxP
## 1027                                                                                                                                          Seventeen https://t.co/gnqhuKvVju
## 1028                                                                                                                              T map going seventeen https://t.co/96TV5pGRyk
## 1029                                                                          me and my date. 💋\n~@pledis_17 \n\n#CSD #CaratSelcaDay #Mingyu #SEVENTEEN https://t.co/rhWKVH4krk
## 1030                                Saving this picture for today. Same place and not sooooo different world☺️ Seventeen😍 Welcome back to the Philippin… https://t.co/7EZ6yh29GS
## 1031                                                                                                                               SEVENTEEN RIGHT HERE https://t.co/KCFo6ibJXI
## 1032                                                                                       Compro ingresso show seventeen highlight by performance unit https://t.co/lKaxrshZrB
## 1033                                                                                   seungcheol cheol scoups clap chorus eyebrow stage svt seventeen\nhttps://t.co/PTyIE7pEOK
## 1034                                                                                                        four million five hundred sixty two thousand five hundred seventeen
## 1035                               @miss_svtmafia @pledis_17 I've been a fan of seventeen since adore you. they gave me comfort and a sense of belongi… https://t.co/tbfvRZ39yi
## 1036                                                                               I'm only seventeen, i dont know anything; but i know i miss you. -veronica and j.d. probably
## 1037                                                                      Have fun tomorrow FILO CARATS 🤍🤍\nIm pretty jealous... 🥺\nI hope Europe can see Seventeen soon too...
## 1038                                                            wonwoo doing a thumbs up to scoups telling him the food is good woncheol svt seventeen\nhttps://t.co/by441xt3ci
## 1039                                                                                                            BRUH I FXKIN LOVE SEVENTEEN SO MUCH 😭😭😭 https://t.co/qqSxNRA4C7
## 1040                                                                                                                              You got old and wrinkled...I stayed seventeen
## 1041                      1. Astro\n2. Bts\n3. Stray kids\n4. Ateez\n5.  The rose\n6.Seventeen\n7. Txt \n8. P1harmony\n9. Monsta x\n10. Treasure or on… https://t.co/J5UhNjFeV8
## 1042                                                                                                    Finally 29, seventeen would never cross my mind https://t.co/lBhJslgTcA
## 1043                                                                                                                                         @theraneynight SEVENTEEN ?!?!?!!!?
## 1044                              — wts lfb | #densells_\n\n🏷️ wts lfb svt fts scoups jeonghan joshua jun hoshi wonwoo woozi the8 minghao mingyu dk seu… https://t.co/BssY5MrLzY
## 1045                                                                                                                           que lindo se ve seventeen en el killing voice 😭😭
## 1046                                                                                                                    SEVENTEEN YEARS THE ACTUAL FUCK https://t.co/kTFR4EcSNd
## 1047                           Wts lfb seventeen pc set\n\n🐸 Strictly Sold as Set only !\n🐸 700 set + pf + sf\n🐸 Can look for kahati and can ship to d… https://t.co/SgZ2MYFv4Y
## 1048                               Wahhh its the concert day today enjoy seventeen and carats i hope soon i will part of the concert hoping and prayin… https://t.co/ZYy4sgde0D
## 1049                             wts lfb ph seventeen svt be the sun in bulacan\n\n#BeTSinBULACAN #BeTheSuninBulacan #SVTinMNL\n\nSelling for a friend… https://t.co/qqgEkJp7Re
## 1050                                                                                                              Seventeen new jeans lee sefraim stayc https://t.co/u8esL0bmNR
## 1051                                                                                                          i hope seventeen has a fun time with filipino carats tomorrow 🥺🫶🏽
## 1052                                                                                                                                                    Seventeen and Forgotten
## 1053                                 « 𝐚𝐥𝐥 𝐨𝐟 𝐦𝐞 𝐜𝐡𝐚𝐧𝐠𝐞𝐝 𝐥𝐢𝐤𝐞 𝐦𝐢𝐝𝐧𝐢𝐠𝐡𝐭 𝐫𝐚𝐢𝐧 »\n    ❛ ⌗ ꒷꒦    ꒦꒷   ꒷꒦\n\n#Hoshi #SEVENTEEN \n#CaratSelcaDay #carat https://t.co/RdnxuoGoOi
## 1054                                @miss_svtmafia @pledis_17 all carats deserves to see #Seventeen in #BeTSinBULACAN i deserve to see them because it… https://t.co/HxY4VF1612
## 1055                                                                                                                    @shuasmwah @pichulinology u mean that goofy talk?? 🚶🏻🚶🏻
## 1056                                 @yupsheskitten I deserve to see them after a long tiring hell week 🥹 I need to see my comfort aaaaa\n\n#SEVENTEEN… https://t.co/FfuTR6ELvf
## 1057                        ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before… https://t.co/9lfHeDyTvx
## 1058                            Goodluck CARATs enjoy and don't forget to follow the etiquette okay??? Sending love from the Team Bahay Visayas \n\n#BeTSinBULACAN \n#SEVENTEEN
## 1059                                                               @joealwyns9inch @cleverlycardi2 @PopCrave your fav literally dated seventeen year olds i don’t wanna hear it
## 1060                               @RoseFocused @thenreport One thousand, four hundred and seventeen\n#NETIZENSREPORT #ROSÉ for Asian Celebrity of the… https://t.co/R2wmq6weVn
## 1061                                                                                   Breaking my back just to know your name\nSeventeen tracks and I've had it with this game
## 1062                                                               at this point i’m mostly just a tbz twitter account lmao- all my oneus and seventeen stuff is in my cirlce 🥲
## 1063                                                                                                                @dre_seventeen @pichulinology Even i see that she does WDYM
## 1064                               @miss_svtmafia @pledis_17 I want to see seventeen, to hear them sing live, to have fun with them, to dance and sing… https://t.co/CSk7W9sNPn
## 1065                                wts lfb #BeTheSuninBULACAN LBB PREM 213 8,500 ONLY FROM 11600. PAYMENT TOMORROW UPON MEET UP. CAN PROVIDE RECEIPTS… https://t.co/ODOG1xDpWj
## 1066                                @miss_svtmafia @pledis_17 I want to see SEVENTEEN live because I'm a huge fan of them and their music. They're one… https://t.co/xMP0qYOaaV
## 1067                                                                                                                             @TeenVogue SAY THE NAME SEVENTEEN!💎 @pledis_17
## 1068                                I just want to thank ate @miss_svtmafia and ate @yupsheskitten for the giveaways!! Thank you very muchhh po,, even… https://t.co/KN2k1BOnl0
## 1069                                   Don’t forget to vote for SEVENTEEN on Seoul Music Awards in Fancast.\n\n#SEVENTEEN @pledis_17 #세븐틴 #Svt_Dream https://t.co/blZT6e9wEL
## 1070                      Let's do this 🫡\n1. Ateez\n2. KQ Fellaz 2 (predebut)\n3. W24\n4. TXT\n5. Astro\n6. VIXX\n7. Day6\n8. Seventeen\n9. Xdinary H… https://t.co/33nCrYwukz
## 1071                                         ❕D-DAY\nBE THE SUN BULACAN \nSEE YOU @pledis_17 🤍\n#BeTSinBULACAN #BeTheSuninBULACAN\n#세븐틴 #SEVENTEEN… https://t.co/nYV5bMAJOR
## 1072                                                                                                                                          seventeen https://t.co/YuB3NI8R7Y
## 1073                                @miss_svtmafia @pledis_17 Would like to win this GA for my daughter who’s an ult seventeen fan. This will serve as… https://t.co/ROc6YYa4Zc
## 1074                                      @yupsheskitten Every Carats deserve to see SEVENTEEN. I want to hear them live im stanning them for years now https://t.co/oQyu0WJ6pq
## 1075                               @miss_svtmafia @pledis_17 'Coz I've been exhausted since the beginning of November and I don't know how to cope wit… https://t.co/r1ZXmyQxjB
## 1076                                @miss_svtmafia @pledis_17 seventeen has been my comfort ever since i discover them, so seeing them or hearing them… https://t.co/Y9Fy78PMbF
## 1077                               @miss_svtmafia @pledis_17 I don't know if I'm really the deserving one to win the ticket but one thing i know is th… https://t.co/y6ABg4oB5T
## 1078                                                                                                  @pichulinology if u talking abt flirting and stuff side yes im not 🚶🏻🚶🏻🚶🏻
## 1079                                @miss_svtmafia @pledis_17 Would like to win this GA for my daughter who’s an ult seventeen fan. This will serve as… https://t.co/5TaiQyyWkO
## 1080                                  1_EXO\n2_CBX\n3_X-EXO\n4_SC\n5_treasure\n6_seventeen \n7_red velvet \n8_theboyz\n9_txt\n10_exo future sub unit 🌚☠️ https://t.co/1JsgXBkdCc
## 1081                                                                               @AbsoluteChelsea @geglobo Spending that kind of money on a seventeen year old will be stupid
## 1082                               @miss_svtmafia @pledis_17 I deserve to see #SEVENTEEN 'cause I'm a super duper fan, i watch their contents and stre… https://t.co/IXt4nHFyxZ
## 1083                                                             Slip into the diamond life ೄྀ࿐ ˊˎ-\n\n#CaratSelcaDay #CSD #SEVENTEEN #WONWOO @pledis_17 https://t.co/VGsv1Hw9z1
## 1084                                @miss_svtmafia @pledis_17 i want to see how the boys enjoy performing for the first time 🥹🥹 i na through this ga i… https://t.co/c7ixQZjV0j
## 1085                               @miss_svtmafia @pledis_17 Please this is my friend @/tisca_johnson 1st seventeen concert.. he has been through a lo… https://t.co/fz3uFZT2Po
## 1086                               @yupsheskitten i've been a fan of seventeen since jhs and now im already in college, my love for them just grows bi… https://t.co/KFH4v2Ld2E
## 1087                                                                                                                                   @BTXTLOV3S 👏👏 *play clap by seventeen* 👀
## 1088                               @miss_svtmafia @pledis_17 i want to see them performing in the  biggest arena in the world, i want to be part of th… https://t.co/IK6RMYoj2N
## 1089                               @miss_svtmafia @pledis_17 To be honest I met seventeen when I'm having my anxiety, and they are the person who help… https://t.co/GjdBlVNn8H
## 1090                               @miss_svtmafia @pledis_17 I don't know why I should win... Eme. But honestly, I do believe that I deserve to be par… https://t.co/03pwr1mBTk
## 1091                               @miss_svtmafia @pledis_17 @bobgyul I deserve to see #SEVENTEEN 'cause I'm a super duper fan, i watch their contents… https://t.co/k0b36tj1wg
## 1092                               @yupsheskitten i've been a fan of seventeen since jhs and now im already in college, my love for them just grows bi… https://t.co/Df1B2Y8A1o
## 1093                               @miss_svtmafia @pledis_17 Witnessing a SEVENTEEN concert is every carats dream as their concerts are packed with in… https://t.co/ppYmAsA2k3
## 1094                               @miss_svtmafia @pledis_17 I deserve this because seventeen always help me when I'm sad, their music always comforts… https://t.co/QrYowXD4Xg
## 1095                                                                                    Three hundred twelve million, three hundred twenty-six thousand, one hundred seventeen.
## 1096                       WTS LFB\n\nSeventeen Be the Sun in Bulacan\n\nTwo (2) LBB regular 203 row 54 - ₱15k both\n\nComes with freebies. \n\nPhysic… https://t.co/HvfhIxLByT
## 1097                                                                                                                                                     i miss going seventeen
## 1098                                                      “ mm.. it’s truly nice. Leaving Kabukicho was the best choice I’ve made in seventeen years. “ https://t.co/uYyG6Sh1yv
## 1099                                So early in the airport coz I don’t wanna miss my flight. @pledis_17 ang hirap nyong mahalin! 🥹 #BeTheSuninBULACAN… https://t.co/pe4WFfo7zI
## 1100                               @miss_svtmafia @pledis_17 Seventeen is my light. They helped me and they were the reason why I'm still standing rn.… https://t.co/SP3fukNEJt
## 1101                                @miss_svtmafia @pledis_17 Seventeen is always been my safe place, I want to see the people who make it easy for me… https://t.co/3bvH38XKjP
## 1102                               @miss_svtmafia @pledis_17 WANT TO SEE SEVENTEEN AND IWANT TO HEAR THEM SING LIVE THEY'RE THE REASON WHY IM FIGHTING… https://t.co/dUvU1OaXNt
## 1103                                @miss_svtmafia @pledis_17 Everyone deserve to see seventeen and that includes me. I deserve this because no matter… https://t.co/Zwh9SCsHSB
## 1104                               @yupsheskitten I deserve to see #SEVENTEEN cause I'm a super duper fan, I watch their contents and stream everyday.… https://t.co/rDYOwJ96zl
## 1105                                                                                          see you later my sebongs 💗 #SEVENTEEN #SEVENTEENinBulacan https://t.co/9yJjGp3HtV
## 1106                               @miss_svtmafia @pledis_17 deserve ko kc na survive ko ang stressful sem 😭🙏  i wanna see them perform live, sing alo… https://t.co/JcWZNhNeac
## 1107                                                                                                    flowers &lt;3\n\n#CaratSelcaDay #CSD #SEVENTEEN https://t.co/9vBllaM2sZ
## 1108                                                                             @stillgoIden seventeen going under live from finsbury park 😏 also fthc and faith in the future
## 1109                                @miss_svtmafia @pledis_17 I want Seventeen to my first concert experience ❤️. And also this will act as my gift bec… https://t.co/OGfxv8DZAK
## 1110                                Woiii!😭 I can't keep up with SVT's update because of work but I hope my fellow carats will enjoy the con later! Pa… https://t.co/Bqp1w9XvDr
## 1111                               @miss_svtmafia @pledis_17 @bobgyul i've been a fan of seventeen since jhs and now im already in college, my love fo… https://t.co/iG33tvIYI4
## 1112                                @miss_svtmafia @pledis_17 @bobgyul To be part of this fandom is a blessed thing already and to know seventeen is a… https://t.co/6W6WKbmfAA
## 1113                                @miss_svtmafia @pledis_17 @bobgyul To be part of this fandom is a blessed thing already and to know seventeen is a… https://t.co/brZdFDlxB9
## 1114                                                                                                                          txt, seventeen, p1harmony https://t.co/09p3PcFcgU
## 1115                               @oliverdarcy @PuckNews @JonKelly2 You’re a weasel! “Senior media reporter”???? You’re just a weasel! Just look at y… https://t.co/MVyPEK1ekz
## 1116                        @anne_carole14 1- kai (exo)\n2- ateez \n3- bts\n4- junghwan (treasure)\n5- jeonghan (seventeen)\n6- ?? jsp\n7- jimin\n8- n… https://t.co/xNPCxUdajC
## 1117                                 1. Super junior\n2. Exo \n3. Seventeen\n4.xeed\n5. Txt\n6. Stray kids\n7. Ateez\n8  big bang \n9 treasure \n10 NCT https://t.co/pCsZ6L7sxn
## 1118                                                                                                                                             seventeen are so dear to me 🫂🫶
## 1119                                                                                                                                             @starfess seventeen sama day6🥲
## 1120                                                                                                                 @ColorsTV @ShivThakare9 Seventeen #BBKingShiv #ShivThakare
## 1121                          #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and L… https://t.co/Jni6g7LskG
## 1122                                                                                                       @Spotify SEVENTEEN Be The Sun World Tour 💎☀️🔥 https://t.co/UOuqQLV532
## 1123                                                                                                                      they   only   want   you   when   you're   seventeen.
## 1124                                                                                               1. EXO\n2. (G)I-dle \n3. Seventeen \n\nFin du tweet. https://t.co/QlS3G8qVxd
## 1125                                       1. Block B\n2. Seventeen\n3. EXO\n4. Winner\n5. DPR\n6. Mamamoo\n7. Twice\n8. Blackpink\n9. BTS\n10. Enhypen https://t.co/EUw1gliKHx
## 1126                                               🖇·˚ ༘ ┊͙[Love you to the moon and to Saturn.] !  ˊˎ\n#CSD #CaratSelcaDay #JOSHUA #SEVENTEEN @pledis_17 https://t.co/2am2T8E2IJ
## 1127                                @yupsheskitten I believe that everyone deserves to see Seventeen, but I believe that I should win this not because… https://t.co/MlO4dkzALe
## 1128                            Kpop Boy Groups Ranking in Youtube Music South Korea Top Artists Chart\n(15th December 2022)\n\n#6 #BTS\n#12 #Jungkook… https://t.co/FKFQYVcFpg
## 1129                               @miss_svtmafia @pledis_17 @bobgyul Everyone deserve to see seventeen and that includes me. I deserve this because n… https://t.co/Bt9Ur7NnGz
## 1130                               PosterMyWall | 161222 Seventeen magazine cover\nFully customizable template\nUncropped template in the link bellow:… https://t.co/R1PVpP7JCb
## 1131                           wts lfb bets bulacan lbb reg tickets\n\ncan give the tickets for 9k pero negotiable \n- arena meet up\n- can give freeb… https://t.co/Fucj3DaRC0
## 1132                               @yupsheskitten I know every carat deserves to see seventeen. And I know i'm one of those deserving people that real… https://t.co/9R6L95wSzF
## 1133                                                                                                     @ENHYPENSJAY Samuel the one that was gonna debut with seventeen right?
## 1134                                                                                                           @TheAthletic Seventeen years later.  How inspiring. Next please.
## 1135                                                                                                                               @writingcap He waited seventeen years 🥹💕💕💕💕💕
## 1136                                                                                                                                       SEVENTEEN!!! https://t.co/rxOEnYv9iF
## 1137                               @miss_svtmafia @pledis_17 @bobgyul Manifesting mapili kasi deserve ko to. Seventeen always taught me to fight for m… https://t.co/TuDlPeCZq8
## 1138                                                                                                       SEVENTEEN IN PHH TODAY ! happy fun everyone thats going stay safe !!
## 1139                                                                                                                                          seventeen https://t.co/8xvfsrkXaC
## 1140                               Now now, Hasumi Keito-kun is rather cold, is he not...☆ Fufufu. Hasumi Keito-kun, aren't you seventeen? It is as if… https://t.co/GwLRYFRgut
## 1141                                                        DISCOUNTED NA MGA CHINGUS! \n\nDM IS THE KEY PO\n\n🏷️ seventeen svt be the sun in bulacan wts lfb wtb lfs wtt carats
## 1142                            @starscryatnight 1. blue from blues clues\n2. magenta from blues clues\n3. muffin from bluey \n4. ladybird from ladybi… https://t.co/TKbVkKQwSM
## 1143                  wts lfb ph\n\nSALE SALE SALE\n\nASSORTED NCT SEVENTEEN PHOTOCARDS\n₱100 - ₱150\n\n- w/ freebies\n- pf included\n- onhand &amp; r… https://t.co/oPqsVnuj5Q
## 1144                               @yupsheskitten I deserve to see #SEVENTEEN 'cause I'm a super duper fan, i watch their contents and stream everyday… https://t.co/nG71Zi8sob
## 1145                                                                                      the way they all look at him ☹️\n\n#JOSHUA #조슈아 #SEVENTEEN\nhttps://t.co/ZN0618b7C4
## 1146                                @NapkinsJimmy @HumorandShit @hodgetwins You can't be older than sixteen or seventeen. I'm not here to argue with a… https://t.co/RcgrOIKkIq
## 1147                  update:\n\nseventeen seasons greetings 2023 tingi\n\n✅ photobook set\n❌ desk calendar set\n❌ diary set\n✅ wall calendar\n\nm… https://t.co/kQMw9iygqC
## 1148                               @miss_svtmafia @pledis_17 @bobgyul I deserve this because seventeen help me from sadness, their music always comfor… https://t.co/BT036uQxaz
## 1149                               @yupsheskitten I don't know if I'm really the deserving one to win the ticket but one thing i know is that i deserv… https://t.co/XzfFG477ID
## 1150                                                                  we was in our parking lot phase, we were seventeen\nall your energy was set to me and i gave you the same
## 1151                               @yupsheskitten Everyone deserve to see seventeen and that includes me. I deserve this because no matter how low the… https://t.co/LS2vzXPIlj
## 1152                               At seventeen, Lane Daniels joins the Air Force to direct his life away from conflicts, including those with police,… https://t.co/BKda7lLbA6
## 1153                                                                                 i want to sleep but i cant sleep bc i kept thinking na makikita ko na seventeen mamaya 😭😭😭
## 1154                                                                                                                                              @jiims any seventeen album po
## 1155                                           STREAMING PROOF APPLE MUSIC 🔥💎\n\n[03:23 KST, 17 DEC 2022]\n\n@pledis_17 @pledis_17jp #SEVENTEEN #DREAM… https://t.co/TaSekms75g
## 1156                               @SimonDavisBarry AHHHHHH I promise I will promote the show and make people sign the petition to the concert I’m att… https://t.co/4idMIH6ITh
## 1157                                                                                                                    wtb sharing season greeting seventeen 2023 jeonghan set
## 1158                           @alicelostinkpop 1. Ateez\n2. The Boyz\n3. Tomorrow x Together\n4. E'Last\n5. Enhypen\n6. Cravity\n7. BTS\n8. Oneus\n9. Seventeen\n10. P1Harmony
## 1159                                          I also want to add this moment, wherein Minghao became Junhui's photographer in Limbo behind the scenes.… https://t.co/RVQC8oSImL
## 1160                                                                                                                              Circles  -SEVENTEEN \nhttps://t.co/9HVOuEQSHU
## 1161                                                                                                                                    HOT -SEVENTEEN\nhttps://t.co/OUweKF4EcO
## 1162                                                                                                                       Don't Wanna Cry  -SEVENTEEN\nhttps://t.co/tzMlgs8GKo
## 1163                                                                                                                                   Fear -SEVENTEEN\nhttps://t.co/26cqTDHe7i
## 1164                                                                                                                                Anyone  -SEVENTEEN\nhttps://t.co/D3MRAHguSM
## 1165                                                                                                                                   Clap -SEVENTEEN\nhttps://t.co/2dOxFUKNEo
## 1166                                                                                                      wonwoo oh my! intro stage cute svt seventeen\nhttps://t.co/fGYsdvC5ax
## 1167                           As promised 🥹\nFrom 50pcs to 132pcs freebies\n\nSee you later, Carats!!\n\n#BeTSinBULACAN #BeTheSuninBULACAN #SEVENTEEN… https://t.co/ebNQKv2FLj
## 1168                                                                                                                                 _WORLD -SEVENTEEN\nhttps://t.co/Cor7V7ZBYs
## 1169                                                                                                                                Shadow  -SEVENTEEN\nhttps://t.co/A7i3kkHTYw
## 1170                                                                                                               i need seventeen tickets immediately https://t.co/mTKCxrWIjk
## 1171                               @yupsheskitten Hello! I'm been stanning Seventeen since the start of pandemic and their music keeps me from being a… https://t.co/PZnccL4H67
## 1172                               Y'all. I got to reject my PE/Health teacher's as a Friend on Facebook after she made my life a nightmare in high sc… https://t.co/GZGfMGIfwi
## 1173                                                                                                                   exo, p1harmony, seventeen, oneus https://t.co/hwqtENmAd4
## 1174                       1. seventeen\n2. gwsn\n3. kara\n4. brave girls\n5. mamamoo\n6. shinee\n7. the boyz\n8. rolling quartz\n9. dreamcatcher\n10.… https://t.co/RIwrMHGwWw
## 1175                          [Thread] WTS LFB SVT PC\n\nSeventeen Photocards\n-see pics for prices\n-meetup tom only (BeTS Bul)\n-official freebies w… https://t.co/oL6xZK5afH
## 1176                   In Limbo behind the scenes, Junhui and Minghao took a selca in front of the mirror.\n\n#SEVENTEEN #세븐틴 #セブチ\n#JUN #文俊辉… https://t.co/c78tLVZPMm
## 1177                                        Thinking of                            Missing my\nmy Beauty...                             Beast...\n#CSD… https://t.co/BnvpH3zg0d
## 1178                                       Hailey Bieber Gives Her Viral Glazed Donut Nails a Holiday, Candy Cane-Themed Update https://t.co/3jtPpMEp0B https://t.co/ahDhdmAiFR
## 1179                                                                                                                       @Scoupscherry7 U and SEVENTEEN at the same line haha
## 1180                               @miss_svtmafia @pledis_17 @bobgyul everyone deserves to win this ticket and i should win this ticket because i have… https://t.co/3UVKrIhog7
## 1181                                                             ...Kahk-kahk-kahk. My laptop won't turn on. Never thought my life would end so soon. A mere seventeen years...
## 1182                               @yupsheskitten again for the nth time, we carats deserve to win and see seventeen and i am claiming to be one of th… https://t.co/CA4gTD8FIU
## 1183                                                The translator vining while doing his job. WELL DONE!! \n\n#SEVENTEEN @pledis_17 #세븐틴 #SVT_Dream https://t.co/ik1lsLacco
## 1184                               @miss_svtmafia @pledis_17 @bobgyul I believe that everyone deserves to see Seventeen, but I believe that I should w… https://t.co/1zg0waM20v
## 1185                       1. Block B\n2. BTS\n3. Block B-BASTARZ\n4. Monsta X \n5. Stray Kids \n6. Super Junior\n7. Epik High \n8. Seventeen \n9. ONF… https://t.co/RAwG67Wuk4
## 1186                               Fast forward seventeen years.  I was bored at work and realized it had been 25 years since I graduated high school.… https://t.co/gpPFnFxg9o
## 1187                       if u see this, ur required to list ur top 10 groups\n\n1. seventeen\n2. twice\n3. exo \n4. bts\n5. apink\n6. red velvet\n7.… https://t.co/STutJALfSe
## 1188                          If you see this, you're required to list your top 10 groups:\n1- monsta x\n2- p1harmony\n3- stray kids\n4- astro\n5- nfl… https://t.co/AwUsLK3iH4
## 1189                         first time revealing my boyfriend to the public.🤫\n\n[#CSD #CaratSelcaDay #SCOUPS #에스쿱스 #SEVENTEEN #세븐틴 @pledis_17] https://t.co/fRosZuMBnN
## 1190                               The singer released her debut album over a decade ago! From “Speak Now” to “Folklore,” here’s how Taylor became one… https://t.co/8lxbcg5yIN
## 1191                             hi, our shop is closed the whole day!\n\ni'll be attending seventeen's concert today at ph arena so i won't be able t… https://t.co/7s1BW9FXF5
## 1192                                @miss_svtmafia @pledis_17 @bobgyul claiming all of the positivity! i deserve to win and see seventeen since i an a… https://t.co/xAAgGJvvAl
## 1193                                                       Producer BUMZU Locked Himself In A Room For 2 Days To Create One Of SEVENTEEN’s Biggest Hits https://t.co/Jp2ueNgtg2
## 1194                                                                         our car ride selfies ☀️ #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jWaKul2SOB
## 1195                               @miss_svtmafia @pledis_17 I wish every carats can see them but I wish to win this GA not for me solely but for my d… https://t.co/3tPZgsDEBx
## 1196                           “Hey Oni how did you get good and drawing people”\n\nOh boy. Oho boy. Ohohohoh /oh boy/.\n\nReal talk, this bitch could… https://t.co/JQmozwqiWR
## 1197                          WTS LFB PH \nSEVENTEEN BE THE SUN IN BULACAN \nLBB REG 217 (2 seats) \n\ndiscounted at 10,000 php ea\nmeetup (still nego… https://t.co/DtGofTqLiI
## 1198                               SEVENTEEN IS SO SERIOUS ABOUT BEING THE MOST UNSERIOUS GROUP LIKE WE REALLY OUT HERE PAYING TO DO CARDIO FOR AN HOU… https://t.co/4chGJlg1k1
## 1199                                                                           9 and seventeen doubtful readings, with only that innat                  https://t.co/b9P8xGaErg
## 1200                                           STREAMING PROOF APPLE MUSIC 🔥💎\n\n[03:14 KST, 17 DEC 2022]\n\n@pledis_17 @pledis_17jp #SEVENTEEN #DREAM… https://t.co/rZJv6fd2ma
## 1201                          WTS / LFB \n\nUNSEALED SEVENTEEN ALBUMS\nPrice on pic 𝗟𝗘𝗦𝗦 ₱𝟱𝟬.𝟬𝟬 each\n\nYOUR CHOICE Beside, One Side, Other Side Album… https://t.co/vIfX6zH3Vj
## 1202                               @yupsheskitten Because this girl with the user name of @S4INTSNHN deserve to see seventeen kase tagal na niyang fan… https://t.co/ZdSqEwV8im
## 1203                               @miss_svtmafia @pledis_17 i hope to relive live the comfort seventeen have gave me the first time i heard them on s… https://t.co/tO8rFlPnlv
## 1204                           WTS / LFB \n\nUNSEALED SEVENTEEN ALBUMS\nPrice on pic 𝗟𝗘𝗦𝗦 ₱𝟱𝟬.𝟬𝟬 each\n\nYOUR CHOICE M2U Lucky Draw Vernon / Seungkwan… https://t.co/lOrrPqhG2U
## 1205                                    WTS / LFB \n\nUNSEALED SEVENTEEN ALBUMS\nPrice on pic 𝗟𝗘𝗦𝗦 ₱𝟱𝟬.𝟬𝟬 each\n\nSEMICOLON  HOSHI Cover + Weaving Kit… https://t.co/pEiKR5WXxe
## 1206                                                                                                                              @dre_seventeen @shuasmwah I don't remember 🚶🚶
## 1207                                  Crowdsourcing 🌻\nCalling all #TeamLabas at #BeTSinBULACAN like and Retweet this tweet. I'll dm u 😊\n\n#SEVENTEEN… https://t.co/TUQ0uWIRfL
## 1208                               WTS / LFB \n\nUNSEALED SEVENTEEN ALBUMS / PC\nPrice on pic 𝗟𝗘𝗦𝗦 ₱𝟱𝟬.𝟬𝟬\n\n24H The8 Dino Moshi\n\n#BeTheSuninBULACAN… https://t.co/j9KEBRa41h
## 1209                                                                                              @derireo_galge Yes, the second is a song Title of Seventeen or Jk&amp;Charlie
## 1210                               i know this is seventeen but boy, why do i see red lights here? i must be stopped, red lights by hyunchan is so add… https://t.co/NlJEdjuDnQ
## 1211                               i almost forgot! i am also selling seventeen photocards from face the sun, sector 17, and dream. i am allowing barg… https://t.co/Nr8GtEvoEX
## 1212                                                                                                                                                          Kidult #seventeen
## 1213                           not me seeing available tickts for BeTS in Bulacan until now, 1 hr ride going there &amp; i have money atm i can buy if… https://t.co/fLHjVxfJ4v
## 1214                                                                     whoa man\nStevie Nicks - Edge of Seventeen (Official Music Video) https://t.co/hXpbZvqiTT via @YouTube
## 1215                         This is my freebies guys I’m done packing haha \n\nWristband + random unofficial &amp; official photocards candys and sev… https://t.co/IVm2earrWK
## 1216                                                                                                         i like seventeen bts txt p1h and all girl groups that ever existed
## 1217                       WTS / LFB \n\nUNSEALED SEVENTEEN ALBUMS\nPrice on pic 𝗟𝗘𝗦𝗦 ₱𝟱𝟬.𝟬𝟬 each\n\n24H and HMV Entry Cards\nLimited A (❌WW), B (❌T… https://t.co/YRcBycsW8d
## 1218                                                                                                                                    2023: Seventeen https://t.co/Eq6Hs9bXch
## 1219                              55PCS seventeen DARLING lomo cards seventeen DARLING photocards SEVENTEEN postcard JE9ESL6\n\nhttps://t.co/BQDgH18K1d https://t.co/nUUoAf6G8F
## 1220                               @miss_svtmafia @pledis_17 @bobgyul I already have my ticket but I really want to experience this concert with the p… https://t.co/MTsBU2arlE
## 1221                                                                                    Seventeen: Last Man Standing 3HKC23F\n\nhttps://t.co/WEiKZ0eC3o https://t.co/Pr8RuCS27K
## 1222                                                                                                                           Clears throat 😤SEVENTEEN https://t.co/ruJsw94Xns
## 1223                               @yupsheskitten deserve ko kc na survive ko ang stressful sem 😭🙏  i wanna see them perform live, sing along with oth… https://t.co/w7WwFkMzlt
## 1224                               @yupsheskitten Every Carats deserve to see seventeen. Para sakin deserve ko sila makita kasi seventeen gives me com… https://t.co/O66WxWwkP4
## 1225                                @yupsheskitten Seventeen is always been my safe place, I want to see the people who make it easy for me to survive… https://t.co/SpHS6WFjhY
## 1226                                                                                              @pichulinology @shuasmwah i literally saw few min ago u flirt 🚶🏻🚶🏻🚶🏻 then nvm
## 1227                                                                                           @SkyeonTheDragon Happy birthday, Sky!!! ✨✨\nEnjoy the spectacular seventeen 💕🥳
## 1228                             Done packing the freebies\nJust want to show u guys the inclusions.\n3 set of freebies on the pics\nSee u carat later… https://t.co/0LH9a1B1hl
## 1229                     WTS / LFB \n\nUNSEALED SEVENTEEN ALBUMS\nPrice on pic 𝗟𝗘𝗦𝗦 ₱𝟱𝟬.𝟬𝟬 each\n\nHENGGARAE \nHana - ❌ Perf PB\nSet - ❌OT13 PB\nNet… https://t.co/2hyjIb9Iln
## 1230                                                                                                             not my mama crying over seventeen 😂 grabe na kayo @pledis_17 😩
## 1231                               The 17 credit unions and three system organizations that currently make up The Lab at Filene begin testing four con… https://t.co/KfJzrmBuk7
## 1232                                                                                                           @pichulinology we are literally fighting. she dont flirt with me
## 1233                                                                                            #ILLsProofs\n\nlightstick battery holder btob seventeen https://t.co/7g2O53o7x4
## 1234                                                                              really watching the rock with you mv at work and crying because i’m down so bad for seventeen
## 1235                                                                           144p lq low quality dino lee chan going to sleep bed cute svt seventeen\nhttps://t.co/Ck7rIHhzny
## 1236                               I took this photo on 19•04•2022 and after 7 months Dk publishes this photo (on 03•12•2022). We really are soulmates… https://t.co/pk2NrJ05JI
## 1237                                   WTS / LFB \n₱𝟲𝟬𝟬.𝟬𝟬\n- WONWOO JDT SVT Moshi\n₱𝟳𝟬𝟬.𝟬𝟬\n- WONWOO Pink / Blue\n\n#BeTheSuninBULACAN #BeTSinBulacan… https://t.co/0LreJgM0yH
## 1238                                  Seventeen (done voting) app voting is important 💙🖤🙏 plz vote on the app \n\nI vote @Buildbuilddd #NETIZENSREPORT… https://t.co/n3hPi8uHP3
## 1239                                @yupsheskitten I deserved to see seventeen to express my gratefulness to https://t.co/fdY9ulylal breath and escape… https://t.co/s8u63eP2WH
## 1240                         [PRE ORDER]\nRILIS : 29 Desember 2022\n.\n⭐SEVENTEEN - 2023 SEASON'S GREETINGS⭐️\n.\n▶️ DETAIL :\nhttps://t.co/octg5TfBHy… https://t.co/dNZWiHkKPu
## 1241                                  WTS / LFB \n₱𝟰𝟬𝟬.𝟬𝟬\n\n- 6th Anniversary Mingyu Necklace PC only\n\n#BeTheSuninBULACAN #BeTSinBulacan #SEVENTEEN… https://t.co/k8n1yviMBN
## 1242                                                                                                                seventeen be the sun ticket cutie🤞🍀 https://t.co/mwSrMnVgSY
## 1243                                                                                               seventeen is having their encore concert here and my day is already ruined 😔
## 1244                                                                                                    november baes\n\n#caratselcaday #csd #seventeen https://t.co/JkHF0BfDVf
## 1245                                         WTS / LFB \n₱𝟯𝟬𝟬.𝟬𝟬 each\n\n- HENGGARAE Grid PC\nThe8 Jun\n\n#BeTheSuninBULACAN #BeTSinBulacan #SEVENTEEN… https://t.co/4NFIOXnIMh
## 1246                                                                                                                   STEVIE NICKS - EDGE OF SEVENTEEN https://t.co/9D7nDzUzKu
## 1247                         WTS / LFB \n₱𝟮𝟱𝟬.𝟬𝟬 each\n\n- AN ODE Real Version Mingyu PC\n- HMV POB 24H\nJun Hoshi Woozi Mingyu Seungkwan Vernon\nexce… https://t.co/RG9sO973Ff
## 1248                               @yupsheskitten I deserve to see seventeen in BeTS in Bulacan because they became my home. Idc if it's far, I just r… https://t.co/tfhe1J2nrg
## 1249                               @yupsheskitten 🙏🤞 I deserve to win because I believe it's my time to see seventeen today. I'm claiming it to hear t… https://t.co/uDlffkGy3x
## 1250                         Be the Sun in Bulacan freebies\n\nHi! We’re giving away lots of cute fanmade stuff today! In rose quartz &amp; serenity b… https://t.co/qHPnr45nTJ
## 1251                                                                                                                                                  TANGINA SEE YOU SEVENTEEN
## 1252                                                                                                                                                              SEVENTEEN!!!!
## 1253                             One of my fave svt fan tt accounts posted this… it made me cry🥺https://t.co/pREV6mUMl9\n\nSeventeen, thank you for ev… https://t.co/NWuQfdrW5w
## 1254                                    WTS / LFB \n₱𝟮𝟮𝟬.𝟬𝟬 each\n\n- OTY Japan DK Solo\n- YOUR CHOICE Dino PC Other Side\n\n(dont mind prices on pic)… https://t.co/E1EP2cDZsO
## 1255              Got7 \nBTOB\nAteez\nStray Kids\nMonstaX\nExo\nItzy\nDreamcatcher\nBp\nBts\nTwice \nShinee\nTxt\nDay6 \nNCT\nSeventeen\nBigbang \nRed… https://t.co/F2HmkhP1zK
## 1256                                                                                          WTB Green A Carmem (1tix)\n\n#seventeen #BETHESUNinJKT #wtb #wts #konserseventeen
## 1257                                                                                              me and my carat shoes are gonna see seventeen today 🤩 https://t.co/QzrSkvTxVj
## 1258                                @miss_svtmafia @pledis_17 @bobgyul all carats deserves to see seventeen pero i also deserve to see them because it… https://t.co/31eTxhu35f
## 1259                         WTS / LFB \n₱𝟮𝟮𝟬.𝟬𝟬 each\n\n- HMV POB - FALLIN' FLOWER\nSCoups Jun Dino\n- ATTACCA Weverse POB PC The8\n- MINGYU YMMD Bef… https://t.co/6SmM4Mjv3x
## 1260                                                                         UK Albums Chart, 16.12.2022\n#13 (+30) ‘Seventeen Going Under’ @samfendermusic [62 weeks] *peak #1
## 1261                                @yupsheskitten I really deserve this ticket as a reward for working hard for my acads. I want to see and hear them… https://t.co/EpGBNIhyKC
## 1262                                                                             plz be nice to me \n\n#CSD #cartaselcaday #SEVENTEEN #HOSHI @pledis_17 https://t.co/0ZNN3jneWf
## 1263                           WTB👀 #jmwbuys \nseventeen dicon my choice is... teddy yang belum ada tandanya\n\npreferably ready ina\nharga affordable… https://t.co/s6uCFpkCcI
## 1264                                               Goodluck to all the carats that will meet seventeen later 💗 enjoyyyy~~ (i wanna go too 😭😭) hoping for a succesful concert ^^
## 1265                               @yupsheskitten i will say i deserve to see them because they're everything to me, they help me get through every st… https://t.co/vvgdzhKH25
## 1266                                                                                                    December 17 is for Seventeen &amp; PH Carats. See u later @pledis_17 🫶🏻
## 1267                                @yupsheskitten Seeing your moots in twitter in real lifeee shouting with other carats Ofc laughing and enjoing the… https://t.co/iClgE9J4Al
## 1268                                                              Different places in 1 goal 💖\n\n#CSD #CaratSelcaDay #HOSHI #SVT #SEVENTEEN @pledis_17 https://t.co/oWti15IPu4
## 1269                                WTS / LFB \n₱𝟮𝟬𝟬.𝟬𝟬 each\n\n- YOUR CHOICE Album PC\nSeungkwan Dino\n\n#BeTheSuninBULACAN #BeTSinBulacan #SEVENTEEN… https://t.co/dm4hrztrVN
## 1270                                                                                                                        my boys seventeen of course https://t.co/4bds3cl7ax
## 1271                              I’m seventeen years old. \n I don’t know then that one day I won’t be seventeen. I don’t know that youth doesn’t las… https://t.co/Dib3AuUlMV
## 1272                          wtt lft\n\nHave: UBA 307 row 66 (2nd row)\nWant: LBB REG right side (mababang row)\n\ntickets upper box a philippine are… https://t.co/VFS4UhqcJ1
## 1273                                @yupsheskitten I deserve to see Seventeen po because I've been their fan since I was in Grade 8 and they become my… https://t.co/Vm839M4vSf
## 1274                         WTS / LFB \n₱𝟮𝟬𝟬.𝟬𝟬 each\n\n- ATTACCA Weverse POB PC + Pouch\nexcept The8\n- ATTACCA Album PC\nJoshua Woozi Vernon\n- POL… https://t.co/nOnYsgjoV3
## 1275                               @yupsheskitten I deserve this because I want to them happy and enjoying the vibe with our filo carats and I want to… https://t.co/kZrkn09hel
## 1276                               @miss_svtmafia @pledis_17 @bobgyul I've been a fan of seventeen since adore you. they gave me comfort and a sense o… https://t.co/e2mNUqVp4Y
## 1277                                                                                                                                                 see you later seventeen :)
## 1278                        If you see this, you're required to list your top 10 groups:\n\n1. seventeen\n2. svt\n3. 7teen \n4. 17 \n5. on yedi \n6. s… https://t.co/HpNnox50vV
## 1279                           Hello baka po may interested\n\n(1) LBB PREMIUM Section 209\nBe The Sun in Bulacan Concert Ticket\n10k po or pwede pa p… https://t.co/BLVuzI3WwZ
## 1280                               At seventeen I started to starve myself. I thought that love was a kind of emptiness. And at least I understood the… https://t.co/y3MdrW9FFC
## 1281                                crying because i won't be seeing seventeen tomorrow 💔 goodluck sa lahat ng carats na makakapunta. make their first… https://t.co/ZMEaS4nxZ8
## 1282                               @yupsheskitten I deserve to see #SEVENTEEN in #BeTSinBULACAN bc I really want to support them live and makadagdag t… https://t.co/YenDZz35bz
## 1283               1. nct127 &amp; ateez\n2. stray kids\n3. bts\n4. seventeen \n5. nct dream \n6. wayv\n7. p1harmony \n8. enhypen\n9. txt &amp; the bo… https://t.co/GrLczBf3Vd
## 1284                               @yupsheskitten I deserve to feel that peace and joy by spending a wonderful experience and milestone with one of th… https://t.co/rhjwYj9hiU
## 1285                               @yupsheskitten Seventeen has always been my home, my comfort and my happy pill, they saved me in more ways than I c… https://t.co/mkcNqkxhMu
## 1286                                                                                                              Seventeen-year-old boy beliefs. It could take time to\ngoolak
## 1287                                 sorry if ur living and ur seventeen\n      im\n\nsorry if ur living and ur seventeen\n                   im sorry… https://t.co/5rSM6FRuAA
## 1288                                                                                                                                                   @siriusnamjoon Seventeen
## 1289                                                                                                          This hour's ancient makes two used Cattles every seventeen weeks.
## 1290                             Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wa… https://t.co/WOHn2bw68D
## 1291                               Meet Seventeen Voices of the Year honoree Cameron Samuels! 🎙Cameron led a powerful movement against censorship in t… https://t.co/pECD1AuknV
## 1292                                                                                                                              i just love seventeen so much i have no words
## 1293                         @hseokmine olha eu\ntxt: soobin\nbts: nao tneho\nenhypen: jungwon 😡\nstray kids: jisung e bangchan\nseventeen: vernon\nne… https://t.co/q4gPtxdIPq
## 1294                          Today's SigTor Spotlight: Tekamah, NE\n\n• Date: May 1, 1930\n• Rated: (Estimated) F4\n  — Windspeed: 207-260 mph\n• Pat… https://t.co/FoaHjncQlW
## 1295                               @yupsheskitten I've been a fan of seventeen since adore you. they gave me comfort and a sense of belonging. it's th… https://t.co/ZEnR8fGXYw
## 1296                     - ateez\n- seventeen\n- nct dream\n- shinee\n- exid\n- vixx\n- a.c.e\n- block b\n- kard\n- exo\nin no particular order becaus… https://t.co/HUg8ZVOkMa
## 1297                                    WTS / LFB \n₱𝟭𝟮𝟬.𝟬𝟬 each\n\n- 2021 Seasons Greetings Seventeen\n\n#BeTheSuninBULACAN #BeTSinBulacan #SEVENTEEN… https://t.co/6v8S0BhbLD
## 1298                                @yupsheskitten I want Seventeen to my first concert experience ❤️. And also this will act as my gift because I just… https://t.co/tFOBH7qndN
## 1299                               @yupsheskitten I deserve to see SEVENTEEN because I've been a fan for 7 years and I haven't met them. Also SEVENTEE… https://t.co/ohlPLOerjX
## 1300                               @yupsheskitten i deserve to see svt since i supported through any means and the way i can. i want to see them perfo… https://t.co/8LZMGJ7TA6
## 1301                         WTS / LFB \n₱𝟭𝟬𝟬.𝟬𝟬 each\n\n- Vernon HENGGARAE PC\n- Mingyu Dicon Magazine 2018 PC\n- HOSPITAL PLAYLIST\nWoozi DK Seungkw… https://t.co/aKnG9WZ8Wv
## 1302                                @yupsheskitten lahat po kami deserve makita svt huhu pero this would be the best birthday gift if i ever won po, i… https://t.co/d1xkchBWI6
## 1303                               @yupsheskitten seventeen has been my comfort ever since i discover them, so seeing them or hearing them live perfor… https://t.co/AKwqgNBdNx
## 1304                                @yupsheskitten Seventeen is my light. They helped me and they were the reason why I'm still standing rn. I want to… https://t.co/pQ4D4N54h3
## 1305                        WTS / LFB \n₱𝟴𝟬.𝟬𝟬 each\n\n- ATTACCA Carat Ver\nJoshua Jun Vernon Dino\n- OTY Polacard\nJun Vernon\n\n(dont mind prices on… https://t.co/shXjcwkG2j
## 1306                               @yupsheskitten I want to see the people who inspired me to do better every day. Also, I want to be part of the most… https://t.co/dT90BJKdOD
## 1307                                                         Honorable Mentions Pt. 2:\n\n1._WORLD by SEVENTEEN\n2. Ring Ding Dong by SHINee\n3. Dear My Winter by Chuu, george
## 1308                               @miss_svtmafia @pledis_17 @bobgyul this is actually for my friend. She introduced me to seventeen and we promised t… https://t.co/y1vOIez53f
## 1309                               @miss_svtmafia @pledis_17 Everyday, my sister locks herself up inside her room to study while Seventeen’s song is o… https://t.co/nRU4Ssw0mf
## 1310                               @yupsheskitten I wish every carats can see them but I wish to win this GA not for me solely but for my daughter. Sh… https://t.co/FDotFhRPmJ
## 1311                                              anyone who wants their names written for tomorrow? i still can have more :) #BeTSinBULACAN #SEVENTEEN https://t.co/WcMnM1HTzi
## 1312                               @yupsheskitten i really want to see seventeen. im so sad that there’s a low chance left of me being able to see the… https://t.co/th8stJGsK3
## 1313                               @miss_svtmafia @pledis_17 @bobgyul WANT TO SEE SEVENTEEN AND IWANT TO HEAR THEM SING LIVE THEY'RE THE REASON WHY IM… https://t.co/I2BY3RLHPJ
## 1314                                                                                                                              @dre_seventeen @shuasmwah I don't flirt wth😭😭
## 1315                                                                                                           @tanyakanrl HAPPY SWEET SEVENTEEN SENDER https://t.co/CEW9E6AnJp
## 1316                         ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see… https://t.co/t8nSd3VAHz
## 1317                               @miss_svtmafia @pledis_17 @bobgyul As a 5-year carat, an OG kpop stan, a graduating engineering working student, an… https://t.co/vYuLhOXQT5
## 1318                               petition for kpop groups to come to south africa 🙏🏾 the most streamed groups in south africa are bts, blackpink, tw… https://t.co/PSuKbZaz3t
## 1319                       WTS / LFB \n₱𝟱𝟬.𝟬𝟬 each\n\n- FACE THE SUN Postcards\nWoozi The8 Dino\n- 6th Caratland TC\n- Mingyu 3RD GEN PC\n\n(dont mind… https://t.co/7svS4zCgcc
## 1320                                                                                                                                      SEVENTEEN!!!! https://t.co/JxQI4OUNEq
## 1321                                                 just two besties looking at each others 🍓💌\n#CaratSelcaDay #CSD #DK #seokmin #seventeen @pledis_17 https://t.co/NbmKXvlMZd
## 1322                                                                                                                                                   I miss seventeen so much
## 1323                               @miss_svtmafia @pledis_17 @bobgyul Joining a GA for the nth time, no matter what time na HAHAHAHA hindi susukuan. P… https://t.co/mWFX5XHBo8
## 1324                                                                                               i’m trying to help my irl stan seventeen but i don’t even know the members 😭
## 1325              @dwersy Bts\nAteez\nSkz\nTwice\nItzy\nMamamoo\nAespa\nGidle\nExo\nNct\nRed Velvet\nTxt\nEnhypen\nEverglow\nKard\nAstro\nGot7\nLee Se… https://t.co/3jXQ51XQMS
## 1326                   wts lfb ph \n\nhanabi instant photo \n\noption: \n1st pic - ₱1,750 (5 pola)\n2nd &amp; 3rd pic - ₱1,050 (3 pola)\n\n— can tingi… https://t.co/0x8S86cOvn
## 1327                                                       Producer BUMZU Locked Himself In A Room For 2 Days To Create One Of SEVENTEEN’s Biggest Hits https://t.co/GVGhydnzcS
## 1328                              For whoever is going to the seventeen concert tomorrow:\nHAVE FUN AND ENJOY YOURSELF!! TC OF THE BOYS AS WELL PLS DO… https://t.co/JTaXbsGa41
## 1329                     wts lfb Be The Sun Bulacan ph\n\nSoundcheck A ⦅qn:3××⦆\n\n💡meet up & cash only \n\nLet's meet at the venue on the day. \np… https://t.co/wdB0Uexhkx
## 1330                           @starfess BTS: just one day, \nBLACKPINK: lovesick girls\nTWICE: feel special\nNEWJEANS: hype boy, hurt\nLESSERAFIM: go… https://t.co/D4Em1YXrnR
## 1331                                @miss_svtmafia @pledis_17 @bobgyul I don't know why I should win... Eme. But honestly, I do believe that I deserve… https://t.co/HimYNdZAIt
## 1332                                                                                                                                    @marinalyrical Seventeen. Oh seventeen.
## 1333                         wts lfb ph \n\nbets in bul ubc prem ticket 417 row 121 \n- 2.9k meet up sa ph arena\n\ndm \n\n#BeTheSuninBULACAN\n#BeTSinBULACAN seventeen svt tix
## 1334                               @miss_svtmafia @pledis_17 @bobgyul I wish every carats can see them but I wish to win this GA not for me solely but… https://t.co/Tv0vdzacEW
## 1335                               Later on, I learned that seventeen volcanoes erupted simultaneously that day, taking an untold number of lives. I o… https://t.co/ZBjqpSMLtc
## 1336                                                                                                                            wts lfb seventeen pc ph https://t.co/elLmZfxVON
## 1337                                @miss_svtmafia @pledis_17 I want to see SEVENTEEN live. I'm a huge fan of them and their music. They're one of the… https://t.co/EqjXh2LAtC
## 1338                         wts lfb vernon ph \n\npob pc - ₱300 ea\nattacca op3 - ₱100\n\n— free scc pc if getting all (₱1.6k) \n— can meet later (ar… https://t.co/uK8FL3dC3a
## 1339                               @miss_svtmafia @pledis_17 @bobgyul I should win po because I really want to attend the concert of Seventeen and I r… https://t.co/0RgUMNF6io
## 1340                         wts lfb ph\n\njun pc set - ₱500\n\n— can meet up sa bets bulacan (around afternoon pa dating namin)\n— mod: sco/jnt\n\n##… https://t.co/ActYl73dnw
## 1341                                                                                                  DDAYYY!!!!!\n#12172022\n#BeTSinBULACAN \n#SEVENTEEN \n#AngSebongAySumapit
## 1342                                                                                                                           @putadejeongyeon the8 seventeen heeseung enhypen
## 1343                           wts lfb ph \n\nattacca op3 - ₱100 ea\ncaratland memory book - ₱90 ea\n\n— can meet up sa bets bulacan (around afternoon… https://t.co/Dv7IMxPtFw
## 1344                                   Hi, I will be giving away paper goods, printed salonpas patches, snacks, and official SVT merch as freebies for… https://t.co/wFS3c1rXQj
## 1345                               @miss_svtmafia @pledis_17 @bobgyul bcs this will serve as a reward for myself for not giving up bcs svt said "there… https://t.co/5bA0bJtSio
## 1346                                                       9 and seventeen doubtful readings, with only that innat  SH9b #推特粉丝 #刷粉平台 #推特买粉  https://t.co/lRlou7Jsgg
## 1347                                      WONWOO SEVENTEEN DREAM JAPAN 1ST EP Lucky Draw Tower Records Official Photo card https://t.co/WX19uk1tq4 eBay https://t.co/vFIe7Gn80o
## 1348                                                                                                                                          seventeen https://t.co/YJ4794qnMs
## 1349                           wts lfb ph\n\nface the sun shopee fs pob pc - ₱300 ea \n\n— can meet up sa bets bulacan (around afternoon pa dating nam… https://t.co/3sXEXgrH8H
## 1350                      wts lfb ph\n\ncarat ver heart - ₱80\nattacca op3 - ₱100\ncaratland memory book - ₱90 \nin the soop &amp; gose - ₱200 (2 pcs)… https://t.co/R4py7Eynst
## 1351                                            1-Bts\n2-Seventeen\n3-Twice\n4-G-idle\n5-P1harmony (yeni🥺)\n6-Ateez\n7-Aespa\n8-Txt\n9-Mamamoo \n10-Idk https://t.co/d9jmfqiH9a
## 1352                           wts lfb ph \n\nsector17 compact version unsealed album complete inclusions set - ₱600 \n\n— can meet up sa bets bulacan… https://t.co/X4Jw6KNw1o
## 1353                                                             @tanyakanrl haiii helloo, happy sweet seventeen yaa nder, may God always bless uuu, bahagia terus yaaa kamu 😻💐
## 1354                                                                                                                           @tanyakanrl HAPPY SWEET SEVENTEEN SENDERR!!!!❤️❤️❤️
## 1355                          wts lfb ph \n\nassorted pc and tc - ₱50 ea\n\n— can meet up sa bets bulacan (around afternoon pa dating namin)\n— mod: s… https://t.co/iactmOg4wi
## 1356                               @jeffreysomers Yep. Had a similar experience with a melted ham and cheese sandwich when I was seventeen. To this da… https://t.co/rXPGQStsLp
## 1357                                @miss_svtmafia @pledis_17 @bobgyul I want Seventeen to my first concert experience ❤️. And also this will act as my… https://t.co/WKQe5XIyTG
## 1358                           wts lfb ph \n\nsector17 new heights unsealed album complete inclusions set - ₱600 \n\n— can meet up sa bets bulacan (ar… https://t.co/v0Mjlo9B6J
## 1359                                         i stand by shinee's marry you feeling soooo much like a seventeen song... specifically an ode because it would fit perfectly there
## 1360                                                                                                                           Like father like son huh https://t.co/GYfG8i7Tmw
## 1361                                                Supper Excited for to tomorrow’s magnet event \n\n#SEVENTEENinBulacan #BeTheSuninBULACAN #SEVENTEEN https://t.co/oGUebrCnOK
## 1362                        @dwersy Herkes denemiş bende denicem bi dakka sjxnfkslxmdmöx\nBts\nBlackpink\nRed Velvet\nStray kids\nMamamoo\nGidle\nAesp… https://t.co/wt3GgiH0uJ
## 1363                               @miss_svtmafia @pledis_17 Everyone deserve to see seventeen and that includes me. I should win because no matter ho… https://t.co/FLFSJmKXSk
## 1364                         wts lfb ph\n\nwonwoo trading card \n\nvernon wonwoo - ₱60\n\n— can meet up sa bets bulacan (around afternoon pa dating na… https://t.co/JiVFWLPGCE
## 1365                          Bestie indeed.\n\nI wonder if Vernon commented anything on Kino’s solo Pose?\n\n#SEVENTEEN @pledis_17 #세븐틴 #SVT_Dream… https://t.co/NJl3Zvdfaz
## 1366                           wts lfb ph \n\nseventeen caratland id card set tingi - ₱70 ea, get all for ₱250\n\n— can meet up sa bets bul (around af… https://t.co/wmt3qaqbFS
## 1367                               @miss_svtmafia @pledis_17 @bobgyul Seventeen has always been my home, my comfort and my happy pill, they saved me i… https://t.co/B7fC7q8I9S
## 1368                               @miss_svtmafia @pledis_17 @bobgyul I want to see them happy that together with us  CARAT and I want to see them enj… https://t.co/FgfbYAfKyi
## 1369                                 Prolly the same amount of research I do for work ‘Top svt ships’ and just went with the top answer \n\n@pledis_17… https://t.co/ccH1cNa9bg
## 1370                                                                        My babies 😭😭😭 💜💜💜 #JUN #THE8 #준 #디에잇 #SEVENTEEN https://t.co/JjYgI0GNnK https://t.co/ccISyDrHHe
## 1371                          wts lfb ph \n\npolaroid instax printing services - ₱50 php per film | ₱47 if 10+\n\n— real instax pola\n— can use for fr… https://t.co/A2xBJuUNzd
## 1372                                            @tanyakanrl happy sweet seventeen nder🥳\ni hope you are always healthy, live long, happy, and surrounded by good people, wyatb💐
## 1373                               @isocrime this is SO PAINFULLY ACCURATE . “you know they leave me there to die, but it’s okay. i’m just think about… https://t.co/iHVGnp0LNN
## 1374                                @miss_svtmafia @pledis_17 @bobgyul i hope to relive live the comfort seventeen have gave me the first time i heard… https://t.co/0K5YKDDJPW
## 1375                                                                                                                                             spending dec 17 with seventeen
## 1376                                                              See you when I see you ✨\n\n#CaratSelcaDay #CSD #WONWOO #HOSHI #SEVENTEEN @pledis_17 https://t.co/969f8ZGk5o
## 1377                                   15. Florence + the Machine*RE*\n16. Kelly Clarkson*RE*\n17. Phoebe Bridgers*RE*\n18. Rina Sawayama(=)\n19. SEVENTEEN*RE*\n20. Sigrid(+1)
##                  created isRetweet    Created_At_Round
## 1    2022-12-16 23:59:39     FALSE 2022-12-17 00:00:00
## 2    2022-12-16 23:59:19     FALSE 2022-12-17 00:00:00
## 3    2022-12-16 23:59:09     FALSE 2022-12-17 00:00:00
## 4    2022-12-16 23:58:32     FALSE 2022-12-17 00:00:00
## 5    2022-12-16 23:58:16     FALSE 2022-12-17 00:00:00
## 6    2022-12-16 23:58:03     FALSE 2022-12-17 00:00:00
## 7    2022-12-16 23:57:49     FALSE 2022-12-17 00:00:00
## 8    2022-12-16 23:57:01     FALSE 2022-12-17 00:00:00
## 9    2022-12-16 23:56:06     FALSE 2022-12-17 00:00:00
## 10   2022-12-16 23:56:01     FALSE 2022-12-17 00:00:00
## 11   2022-12-16 23:55:49     FALSE 2022-12-17 00:00:00
## 12   2022-12-16 23:55:33     FALSE 2022-12-17 00:00:00
## 13   2022-12-16 23:55:30     FALSE 2022-12-17 00:00:00
## 14   2022-12-16 23:55:23     FALSE 2022-12-17 00:00:00
## 15   2022-12-16 23:55:12     FALSE 2022-12-17 00:00:00
## 16   2022-12-16 23:55:06     FALSE 2022-12-17 00:00:00
## 17   2022-12-16 23:55:03     FALSE 2022-12-17 00:00:00
## 18   2022-12-16 23:55:03     FALSE 2022-12-17 00:00:00
## 19   2022-12-16 23:54:54     FALSE 2022-12-17 00:00:00
## 20   2022-12-16 23:54:42     FALSE 2022-12-17 00:00:00
## 21   2022-12-16 23:54:13     FALSE 2022-12-17 00:00:00
## 22   2022-12-16 23:53:47     FALSE 2022-12-17 00:00:00
## 23   2022-12-16 23:53:39     FALSE 2022-12-17 00:00:00
## 24   2022-12-16 23:53:24     FALSE 2022-12-17 00:00:00
## 25   2022-12-16 23:53:15     FALSE 2022-12-17 00:00:00
## 26   2022-12-16 23:53:10     FALSE 2022-12-17 00:00:00
## 27   2022-12-16 23:53:09     FALSE 2022-12-17 00:00:00
## 28   2022-12-16 23:53:09     FALSE 2022-12-17 00:00:00
## 29   2022-12-16 23:53:07     FALSE 2022-12-17 00:00:00
## 30   2022-12-16 23:52:57     FALSE 2022-12-17 00:00:00
## 31   2022-12-16 23:52:56     FALSE 2022-12-17 00:00:00
## 32   2022-12-16 23:52:54     FALSE 2022-12-17 00:00:00
## 33   2022-12-16 23:52:43     FALSE 2022-12-17 00:00:00
## 34   2022-12-16 23:52:41     FALSE 2022-12-17 00:00:00
## 35   2022-12-16 23:52:31     FALSE 2022-12-17 00:00:00
## 36   2022-12-16 23:52:05     FALSE 2022-12-17 00:00:00
## 37   2022-12-16 23:51:47     FALSE 2022-12-17 00:00:00
## 38   2022-12-16 23:51:29     FALSE 2022-12-17 00:00:00
## 39   2022-12-16 23:51:05     FALSE 2022-12-17 00:00:00
## 40   2022-12-16 23:51:03     FALSE 2022-12-17 00:00:00
## 41   2022-12-16 23:51:00     FALSE 2022-12-17 00:00:00
## 42   2022-12-16 23:50:50     FALSE 2022-12-17 00:00:00
## 43   2022-12-16 23:50:47     FALSE 2022-12-17 00:00:00
## 44   2022-12-16 23:50:38     FALSE 2022-12-17 00:00:00
## 45   2022-12-16 23:50:28     FALSE 2022-12-17 00:00:00
## 46   2022-12-16 23:50:22     FALSE 2022-12-17 00:00:00
## 47   2022-12-16 23:50:21     FALSE 2022-12-17 00:00:00
## 48   2022-12-16 23:50:17     FALSE 2022-12-17 00:00:00
## 49   2022-12-16 23:49:53     FALSE 2022-12-17 00:00:00
## 50   2022-12-16 23:49:50     FALSE 2022-12-17 00:00:00
## 51   2022-12-16 23:49:31     FALSE 2022-12-17 00:00:00
## 52   2022-12-16 23:49:30     FALSE 2022-12-17 00:00:00
## 53   2022-12-16 23:49:29     FALSE 2022-12-17 00:00:00
## 54   2022-12-16 23:49:22     FALSE 2022-12-17 00:00:00
## 55   2022-12-16 23:49:16     FALSE 2022-12-17 00:00:00
## 56   2022-12-16 23:49:04     FALSE 2022-12-17 00:00:00
## 57   2022-12-16 23:48:57     FALSE 2022-12-17 00:00:00
## 58   2022-12-16 23:48:24     FALSE 2022-12-17 00:00:00
## 59   2022-12-16 23:48:23     FALSE 2022-12-17 00:00:00
## 60   2022-12-16 23:48:13     FALSE 2022-12-17 00:00:00
## 61   2022-12-16 23:48:11     FALSE 2022-12-17 00:00:00
## 62   2022-12-16 23:47:01     FALSE 2022-12-17 00:00:00
## 63   2022-12-16 23:46:56     FALSE 2022-12-17 00:00:00
## 64   2022-12-16 23:46:53     FALSE 2022-12-17 00:00:00
## 65   2022-12-16 23:46:25     FALSE 2022-12-17 00:00:00
## 66   2022-12-16 23:46:19     FALSE 2022-12-17 00:00:00
## 67   2022-12-16 23:45:57     FALSE 2022-12-17 00:00:00
## 68   2022-12-16 23:45:45     FALSE 2022-12-17 00:00:00
## 69   2022-12-16 23:45:39     FALSE 2022-12-17 00:00:00
## 70   2022-12-16 23:45:29     FALSE 2022-12-17 00:00:00
## 71   2022-12-16 23:44:56     FALSE 2022-12-17 00:00:00
## 72   2022-12-16 23:44:36     FALSE 2022-12-17 00:00:00
## 73   2022-12-16 23:44:19     FALSE 2022-12-17 00:00:00
## 74   2022-12-16 23:43:32     FALSE 2022-12-17 00:00:00
## 75   2022-12-16 23:42:57     FALSE 2022-12-17 00:00:00
## 76   2022-12-16 23:42:52     FALSE 2022-12-17 00:00:00
## 77   2022-12-16 23:42:48     FALSE 2022-12-17 00:00:00
## 78   2022-12-16 23:42:25     FALSE 2022-12-17 00:00:00
## 79   2022-12-16 23:42:06     FALSE 2022-12-17 00:00:00
## 80   2022-12-16 23:41:37     FALSE 2022-12-17 00:00:00
## 81   2022-12-16 23:41:37     FALSE 2022-12-17 00:00:00
## 82   2022-12-16 23:41:31     FALSE 2022-12-17 00:00:00
## 83   2022-12-16 23:41:19     FALSE 2022-12-17 00:00:00
## 84   2022-12-16 23:41:10     FALSE 2022-12-17 00:00:00
## 85   2022-12-16 23:41:05     FALSE 2022-12-17 00:00:00
## 86   2022-12-16 23:41:04     FALSE 2022-12-17 00:00:00
## 87   2022-12-16 23:39:52     FALSE 2022-12-17 00:00:00
## 88   2022-12-16 23:39:42     FALSE 2022-12-17 00:00:00
## 89   2022-12-16 23:39:34     FALSE 2022-12-17 00:00:00
## 90   2022-12-16 23:39:14     FALSE 2022-12-17 00:00:00
## 91   2022-12-16 23:39:11     FALSE 2022-12-17 00:00:00
## 92   2022-12-16 23:39:07     FALSE 2022-12-17 00:00:00
## 93   2022-12-16 23:39:01     FALSE 2022-12-17 00:00:00
## 94   2022-12-16 23:38:55     FALSE 2022-12-17 00:00:00
## 95   2022-12-16 23:38:52     FALSE 2022-12-17 00:00:00
## 96   2022-12-16 23:38:38     FALSE 2022-12-17 00:00:00
## 97   2022-12-16 23:37:06     FALSE 2022-12-17 00:00:00
## 98   2022-12-16 23:37:05     FALSE 2022-12-17 00:00:00
## 99   2022-12-16 23:37:00     FALSE 2022-12-17 00:00:00
## 100  2022-12-16 23:36:53     FALSE 2022-12-17 00:00:00
## 101  2022-12-16 23:36:34     FALSE 2022-12-17 00:00:00
## 102  2022-12-16 23:36:32     FALSE 2022-12-17 00:00:00
## 103  2022-12-16 23:36:21     FALSE 2022-12-17 00:00:00
## 104  2022-12-16 23:35:39     FALSE 2022-12-17 00:00:00
## 105  2022-12-16 23:34:43     FALSE 2022-12-17 00:00:00
## 106  2022-12-16 23:34:26     FALSE 2022-12-17 00:00:00
## 107  2022-12-16 23:34:07     FALSE 2022-12-17 00:00:00
## 108  2022-12-16 23:34:05     FALSE 2022-12-17 00:00:00
## 109  2022-12-16 23:34:04     FALSE 2022-12-17 00:00:00
## 110  2022-12-16 23:33:47     FALSE 2022-12-17 00:00:00
## 111  2022-12-16 23:33:01     FALSE 2022-12-17 00:00:00
## 112  2022-12-16 23:33:01     FALSE 2022-12-17 00:00:00
## 113  2022-12-16 23:32:37     FALSE 2022-12-17 00:00:00
## 114  2022-12-16 23:32:33     FALSE 2022-12-17 00:00:00
## 115  2022-12-16 23:32:20     FALSE 2022-12-17 00:00:00
## 116  2022-12-16 23:32:04     FALSE 2022-12-17 00:00:00
## 117  2022-12-16 23:31:24     FALSE 2022-12-17 00:00:00
## 118  2022-12-16 23:31:17     FALSE 2022-12-17 00:00:00
## 119  2022-12-16 23:31:02     FALSE 2022-12-17 00:00:00
## 120  2022-12-16 23:30:53     FALSE 2022-12-17 00:00:00
## 121  2022-12-16 23:30:40     FALSE 2022-12-17 00:00:00
## 122  2022-12-16 23:30:18     FALSE 2022-12-17 00:00:00
## 123  2022-12-16 23:29:52     FALSE 2022-12-16 23:00:00
## 124  2022-12-16 23:29:28     FALSE 2022-12-16 23:00:00
## 125  2022-12-16 23:29:17     FALSE 2022-12-16 23:00:00
## 126  2022-12-16 23:29:00     FALSE 2022-12-16 23:00:00
## 127  2022-12-16 23:28:54     FALSE 2022-12-16 23:00:00
## 128  2022-12-16 23:28:39     FALSE 2022-12-16 23:00:00
## 129  2022-12-16 23:28:34     FALSE 2022-12-16 23:00:00
## 130  2022-12-16 23:28:28     FALSE 2022-12-16 23:00:00
## 131  2022-12-16 23:27:59     FALSE 2022-12-16 23:00:00
## 132  2022-12-16 23:27:35     FALSE 2022-12-16 23:00:00
## 133  2022-12-16 23:27:33     FALSE 2022-12-16 23:00:00
## 134  2022-12-16 23:27:30     FALSE 2022-12-16 23:00:00
## 135  2022-12-16 23:27:11     FALSE 2022-12-16 23:00:00
## 136  2022-12-16 23:27:09     FALSE 2022-12-16 23:00:00
## 137  2022-12-16 23:26:18     FALSE 2022-12-16 23:00:00
## 138  2022-12-16 23:25:48     FALSE 2022-12-16 23:00:00
## 139  2022-12-16 23:24:33     FALSE 2022-12-16 23:00:00
## 140  2022-12-16 23:24:30     FALSE 2022-12-16 23:00:00
## 141  2022-12-16 23:24:17     FALSE 2022-12-16 23:00:00
## 142  2022-12-16 23:23:58     FALSE 2022-12-16 23:00:00
## 143  2022-12-16 23:23:54     FALSE 2022-12-16 23:00:00
## 144  2022-12-16 23:23:53     FALSE 2022-12-16 23:00:00
## 145  2022-12-16 23:23:32     FALSE 2022-12-16 23:00:00
## 146  2022-12-16 23:23:24     FALSE 2022-12-16 23:00:00
## 147  2022-12-16 23:22:38     FALSE 2022-12-16 23:00:00
## 148  2022-12-16 23:22:24     FALSE 2022-12-16 23:00:00
## 149  2022-12-16 23:22:20     FALSE 2022-12-16 23:00:00
## 150  2022-12-16 23:22:19     FALSE 2022-12-16 23:00:00
## 151  2022-12-16 23:22:17     FALSE 2022-12-16 23:00:00
## 152  2022-12-16 23:22:04     FALSE 2022-12-16 23:00:00
## 153  2022-12-16 23:22:04     FALSE 2022-12-16 23:00:00
## 154  2022-12-16 23:22:03     FALSE 2022-12-16 23:00:00
## 155  2022-12-16 23:21:25     FALSE 2022-12-16 23:00:00
## 156  2022-12-16 23:21:11     FALSE 2022-12-16 23:00:00
## 157  2022-12-16 23:20:41     FALSE 2022-12-16 23:00:00
## 158  2022-12-16 23:20:40     FALSE 2022-12-16 23:00:00
## 159  2022-12-16 23:20:40     FALSE 2022-12-16 23:00:00
## 160  2022-12-16 23:20:29     FALSE 2022-12-16 23:00:00
## 161  2022-12-16 23:20:27     FALSE 2022-12-16 23:00:00
## 162  2022-12-16 23:20:14     FALSE 2022-12-16 23:00:00
## 163  2022-12-16 23:20:02     FALSE 2022-12-16 23:00:00
## 164  2022-12-16 23:19:59     FALSE 2022-12-16 23:00:00
## 165  2022-12-16 23:19:48     FALSE 2022-12-16 23:00:00
## 166  2022-12-16 23:19:39     FALSE 2022-12-16 23:00:00
## 167  2022-12-16 23:19:26     FALSE 2022-12-16 23:00:00
## 168  2022-12-16 23:19:16     FALSE 2022-12-16 23:00:00
## 169  2022-12-16 23:19:00     FALSE 2022-12-16 23:00:00
## 170  2022-12-16 23:18:52     FALSE 2022-12-16 23:00:00
## 171  2022-12-16 23:18:48     FALSE 2022-12-16 23:00:00
## 172  2022-12-16 23:18:39     FALSE 2022-12-16 23:00:00
## 173  2022-12-16 23:18:31     FALSE 2022-12-16 23:00:00
## 174  2022-12-16 23:18:27     FALSE 2022-12-16 23:00:00
## 175  2022-12-16 23:18:22     FALSE 2022-12-16 23:00:00
## 176  2022-12-16 23:18:05     FALSE 2022-12-16 23:00:00
## 177  2022-12-16 23:17:23     FALSE 2022-12-16 23:00:00
## 178  2022-12-16 23:17:16     FALSE 2022-12-16 23:00:00
## 179  2022-12-16 23:17:16     FALSE 2022-12-16 23:00:00
## 180  2022-12-16 23:17:02     FALSE 2022-12-16 23:00:00
## 181  2022-12-16 23:16:21     FALSE 2022-12-16 23:00:00
## 182  2022-12-16 23:16:20     FALSE 2022-12-16 23:00:00
## 183  2022-12-16 23:15:59     FALSE 2022-12-16 23:00:00
## 184  2022-12-16 23:15:33     FALSE 2022-12-16 23:00:00
## 185  2022-12-16 23:14:34     FALSE 2022-12-16 23:00:00
## 186  2022-12-16 23:14:18     FALSE 2022-12-16 23:00:00
## 187  2022-12-16 23:13:48     FALSE 2022-12-16 23:00:00
## 188  2022-12-16 23:13:48     FALSE 2022-12-16 23:00:00
## 189  2022-12-16 23:13:43     FALSE 2022-12-16 23:00:00
## 190  2022-12-16 23:13:37     FALSE 2022-12-16 23:00:00
## 191  2022-12-16 23:12:59     FALSE 2022-12-16 23:00:00
## 192  2022-12-16 23:12:58     FALSE 2022-12-16 23:00:00
## 193  2022-12-16 23:12:52     FALSE 2022-12-16 23:00:00
## 194  2022-12-16 23:12:36     FALSE 2022-12-16 23:00:00
## 195  2022-12-16 23:10:14     FALSE 2022-12-16 23:00:00
## 196  2022-12-16 23:10:04     FALSE 2022-12-16 23:00:00
## 197  2022-12-16 23:10:00     FALSE 2022-12-16 23:00:00
## 198  2022-12-16 23:09:42     FALSE 2022-12-16 23:00:00
## 199  2022-12-16 23:09:36     FALSE 2022-12-16 23:00:00
## 200  2022-12-16 23:09:31     FALSE 2022-12-16 23:00:00
## 201  2022-12-16 23:09:06     FALSE 2022-12-16 23:00:00
## 202  2022-12-16 23:08:55     FALSE 2022-12-16 23:00:00
## 203  2022-12-16 23:07:12     FALSE 2022-12-16 23:00:00
## 204  2022-12-16 23:07:08     FALSE 2022-12-16 23:00:00
## 205  2022-12-16 23:06:58     FALSE 2022-12-16 23:00:00
## 206  2022-12-16 23:06:38     FALSE 2022-12-16 23:00:00
## 207  2022-12-16 23:06:06     FALSE 2022-12-16 23:00:00
## 208  2022-12-16 23:05:52     FALSE 2022-12-16 23:00:00
## 209  2022-12-16 23:05:29     FALSE 2022-12-16 23:00:00
## 210  2022-12-16 23:05:26     FALSE 2022-12-16 23:00:00
## 211  2022-12-16 23:05:00     FALSE 2022-12-16 23:00:00
## 212  2022-12-16 23:04:32     FALSE 2022-12-16 23:00:00
## 213  2022-12-16 23:04:08     FALSE 2022-12-16 23:00:00
## 214  2022-12-16 23:04:08     FALSE 2022-12-16 23:00:00
## 215  2022-12-16 23:03:55     FALSE 2022-12-16 23:00:00
## 216  2022-12-16 23:03:31     FALSE 2022-12-16 23:00:00
## 217  2022-12-16 23:01:36     FALSE 2022-12-16 23:00:00
## 218  2022-12-16 23:01:08     FALSE 2022-12-16 23:00:00
## 219  2022-12-16 23:01:07     FALSE 2022-12-16 23:00:00
## 220  2022-12-16 23:01:05     FALSE 2022-12-16 23:00:00
## 221  2022-12-16 23:00:53     FALSE 2022-12-16 23:00:00
## 222  2022-12-16 23:00:49     FALSE 2022-12-16 23:00:00
## 223  2022-12-16 23:00:32     FALSE 2022-12-16 23:00:00
## 224  2022-12-16 23:00:05     FALSE 2022-12-16 23:00:00
## 225  2022-12-16 23:00:04     FALSE 2022-12-16 23:00:00
## 226  2022-12-16 23:00:02     FALSE 2022-12-16 23:00:00
## 227  2022-12-16 23:00:01     FALSE 2022-12-16 23:00:00
## 228  2022-12-16 23:00:01     FALSE 2022-12-16 23:00:00
## 229  2022-12-16 23:00:00     FALSE 2022-12-16 23:00:00
## 230  2022-12-16 22:59:51     FALSE 2022-12-16 23:00:00
## 231  2022-12-16 22:59:44     FALSE 2022-12-16 23:00:00
## 232  2022-12-16 22:59:37     FALSE 2022-12-16 23:00:00
## 233  2022-12-16 22:59:28     FALSE 2022-12-16 23:00:00
## 234  2022-12-16 22:59:24     FALSE 2022-12-16 23:00:00
## 235  2022-12-16 22:59:03     FALSE 2022-12-16 23:00:00
## 236  2022-12-16 22:58:59     FALSE 2022-12-16 23:00:00
## 237  2022-12-16 22:58:46     FALSE 2022-12-16 23:00:00
## 238  2022-12-16 22:58:33     FALSE 2022-12-16 23:00:00
## 239  2022-12-16 22:58:24     FALSE 2022-12-16 23:00:00
## 240  2022-12-16 22:58:11     FALSE 2022-12-16 23:00:00
## 241  2022-12-16 22:58:10     FALSE 2022-12-16 23:00:00
## 242  2022-12-16 22:57:33     FALSE 2022-12-16 23:00:00
## 243  2022-12-16 22:57:15     FALSE 2022-12-16 23:00:00
## 244  2022-12-16 22:57:02     FALSE 2022-12-16 23:00:00
## 245  2022-12-16 22:56:51     FALSE 2022-12-16 23:00:00
## 246  2022-12-16 22:56:41     FALSE 2022-12-16 23:00:00
## 247  2022-12-16 22:56:11     FALSE 2022-12-16 23:00:00
## 248  2022-12-16 22:56:00     FALSE 2022-12-16 23:00:00
## 249  2022-12-16 22:55:30     FALSE 2022-12-16 23:00:00
## 250  2022-12-16 22:55:16     FALSE 2022-12-16 23:00:00
## 251  2022-12-16 22:54:44     FALSE 2022-12-16 23:00:00
## 252  2022-12-16 22:54:37     FALSE 2022-12-16 23:00:00
## 253  2022-12-16 22:54:27     FALSE 2022-12-16 23:00:00
## 254  2022-12-16 22:54:09     FALSE 2022-12-16 23:00:00
## 255  2022-12-16 22:54:07     FALSE 2022-12-16 23:00:00
## 256  2022-12-16 22:53:57     FALSE 2022-12-16 23:00:00
## 257  2022-12-16 22:53:52     FALSE 2022-12-16 23:00:00
## 258  2022-12-16 22:53:45     FALSE 2022-12-16 23:00:00
## 259  2022-12-16 22:53:24     FALSE 2022-12-16 23:00:00
## 260  2022-12-16 22:53:15     FALSE 2022-12-16 23:00:00
## 261  2022-12-16 22:53:02     FALSE 2022-12-16 23:00:00
## 262  2022-12-16 22:52:55     FALSE 2022-12-16 23:00:00
## 263  2022-12-16 22:52:47     FALSE 2022-12-16 23:00:00
## 264  2022-12-16 22:52:41     FALSE 2022-12-16 23:00:00
## 265  2022-12-16 22:52:35     FALSE 2022-12-16 23:00:00
## 266  2022-12-16 22:52:33     FALSE 2022-12-16 23:00:00
## 267  2022-12-16 22:52:30     FALSE 2022-12-16 23:00:00
## 268  2022-12-16 22:52:04     FALSE 2022-12-16 23:00:00
## 269  2022-12-16 22:51:59     FALSE 2022-12-16 23:00:00
## 270  2022-12-16 22:51:58     FALSE 2022-12-16 23:00:00
## 271  2022-12-16 22:51:39     FALSE 2022-12-16 23:00:00
## 272  2022-12-16 22:51:38     FALSE 2022-12-16 23:00:00
## 273  2022-12-16 22:51:18     FALSE 2022-12-16 23:00:00
## 274  2022-12-16 22:51:00     FALSE 2022-12-16 23:00:00
## 275  2022-12-16 22:50:23     FALSE 2022-12-16 23:00:00
## 276  2022-12-16 22:50:22     FALSE 2022-12-16 23:00:00
## 277  2022-12-16 22:50:22     FALSE 2022-12-16 23:00:00
## 278  2022-12-16 22:50:21     FALSE 2022-12-16 23:00:00
## 279  2022-12-16 22:50:21     FALSE 2022-12-16 23:00:00
## 280  2022-12-16 22:50:12     FALSE 2022-12-16 23:00:00
## 281  2022-12-16 22:50:01     FALSE 2022-12-16 23:00:00
## 282  2022-12-16 22:49:28     FALSE 2022-12-16 23:00:00
## 283  2022-12-16 22:49:12     FALSE 2022-12-16 23:00:00
## 284  2022-12-16 22:49:10     FALSE 2022-12-16 23:00:00
## 285  2022-12-16 22:49:06     FALSE 2022-12-16 23:00:00
## 286  2022-12-16 22:49:04     FALSE 2022-12-16 23:00:00
## 287  2022-12-16 22:49:03     FALSE 2022-12-16 23:00:00
## 288  2022-12-16 22:48:26     FALSE 2022-12-16 23:00:00
## 289  2022-12-16 22:48:24     FALSE 2022-12-16 23:00:00
## 290  2022-12-16 22:48:22     FALSE 2022-12-16 23:00:00
## 291  2022-12-16 22:48:21     FALSE 2022-12-16 23:00:00
## 292  2022-12-16 22:48:20     FALSE 2022-12-16 23:00:00
## 293  2022-12-16 22:48:05     FALSE 2022-12-16 23:00:00
## 294  2022-12-16 22:48:04     FALSE 2022-12-16 23:00:00
## 295  2022-12-16 22:48:03     FALSE 2022-12-16 23:00:00
## 296  2022-12-16 22:47:38     FALSE 2022-12-16 23:00:00
## 297  2022-12-16 22:47:13     FALSE 2022-12-16 23:00:00
## 298  2022-12-16 22:46:48     FALSE 2022-12-16 23:00:00
## 299  2022-12-16 22:46:47     FALSE 2022-12-16 23:00:00
## 300  2022-12-16 22:46:44     FALSE 2022-12-16 23:00:00
## 301  2022-12-16 22:46:38     FALSE 2022-12-16 23:00:00
## 302  2022-12-16 22:46:37     FALSE 2022-12-16 23:00:00
## 303  2022-12-16 22:45:46     FALSE 2022-12-16 23:00:00
## 304  2022-12-16 22:45:17     FALSE 2022-12-16 23:00:00
## 305  2022-12-16 22:45:13     FALSE 2022-12-16 23:00:00
## 306  2022-12-16 22:45:03     FALSE 2022-12-16 23:00:00
## 307  2022-12-16 22:44:54     FALSE 2022-12-16 23:00:00
## 308  2022-12-16 22:44:32     FALSE 2022-12-16 23:00:00
## 309  2022-12-16 22:44:28     FALSE 2022-12-16 23:00:00
## 310  2022-12-16 22:44:28     FALSE 2022-12-16 23:00:00
## 311  2022-12-16 22:44:26     FALSE 2022-12-16 23:00:00
## 312  2022-12-16 22:44:11     FALSE 2022-12-16 23:00:00
## 313  2022-12-16 22:44:10     FALSE 2022-12-16 23:00:00
## 314  2022-12-16 22:44:05     FALSE 2022-12-16 23:00:00
## 315  2022-12-16 22:43:59     FALSE 2022-12-16 23:00:00
## 316  2022-12-16 22:43:55     FALSE 2022-12-16 23:00:00
## 317  2022-12-16 22:43:47     FALSE 2022-12-16 23:00:00
## 318  2022-12-16 22:43:42     FALSE 2022-12-16 23:00:00
## 319  2022-12-16 22:43:38     FALSE 2022-12-16 23:00:00
## 320  2022-12-16 22:43:21     FALSE 2022-12-16 23:00:00
## 321  2022-12-16 22:42:40     FALSE 2022-12-16 23:00:00
## 322  2022-12-16 22:42:34     FALSE 2022-12-16 23:00:00
## 323  2022-12-16 22:42:25     FALSE 2022-12-16 23:00:00
## 324  2022-12-16 22:42:08     FALSE 2022-12-16 23:00:00
## 325  2022-12-16 22:41:48     FALSE 2022-12-16 23:00:00
## 326  2022-12-16 22:41:43     FALSE 2022-12-16 23:00:00
## 327  2022-12-16 22:41:31     FALSE 2022-12-16 23:00:00
## 328  2022-12-16 22:41:09     FALSE 2022-12-16 23:00:00
## 329  2022-12-16 22:41:04     FALSE 2022-12-16 23:00:00
## 330  2022-12-16 22:40:57     FALSE 2022-12-16 23:00:00
## 331  2022-12-16 22:40:45     FALSE 2022-12-16 23:00:00
## 332  2022-12-16 22:40:44     FALSE 2022-12-16 23:00:00
## 333  2022-12-16 22:40:37     FALSE 2022-12-16 23:00:00
## 334  2022-12-16 22:40:14     FALSE 2022-12-16 23:00:00
## 335  2022-12-16 22:39:52     FALSE 2022-12-16 23:00:00
## 336  2022-12-16 22:39:50     FALSE 2022-12-16 23:00:00
## 337  2022-12-16 22:39:42     FALSE 2022-12-16 23:00:00
## 338  2022-12-16 22:39:29     FALSE 2022-12-16 23:00:00
## 339  2022-12-16 22:39:13     FALSE 2022-12-16 23:00:00
## 340  2022-12-16 22:39:05     FALSE 2022-12-16 23:00:00
## 341  2022-12-16 22:39:05     FALSE 2022-12-16 23:00:00
## 342  2022-12-16 22:39:03     FALSE 2022-12-16 23:00:00
## 343  2022-12-16 22:38:59     FALSE 2022-12-16 23:00:00
## 344  2022-12-16 22:38:25     FALSE 2022-12-16 23:00:00
## 345  2022-12-16 22:37:52     FALSE 2022-12-16 23:00:00
## 346  2022-12-16 22:37:17     FALSE 2022-12-16 23:00:00
## 347  2022-12-16 22:37:00     FALSE 2022-12-16 23:00:00
## 348  2022-12-16 22:36:54     FALSE 2022-12-16 23:00:00
## 349  2022-12-16 22:36:45     FALSE 2022-12-16 23:00:00
## 350  2022-12-16 22:36:34     FALSE 2022-12-16 23:00:00
## 351  2022-12-16 22:36:34     FALSE 2022-12-16 23:00:00
## 352  2022-12-16 22:36:18     FALSE 2022-12-16 23:00:00
## 353  2022-12-16 22:35:58     FALSE 2022-12-16 23:00:00
## 354  2022-12-16 22:35:36     FALSE 2022-12-16 23:00:00
## 355  2022-12-16 22:35:21     FALSE 2022-12-16 23:00:00
## 356  2022-12-16 22:34:50     FALSE 2022-12-16 23:00:00
## 357  2022-12-16 22:34:43     FALSE 2022-12-16 23:00:00
## 358  2022-12-16 22:34:30     FALSE 2022-12-16 23:00:00
## 359  2022-12-16 22:34:09     FALSE 2022-12-16 23:00:00
## 360  2022-12-16 22:32:26     FALSE 2022-12-16 23:00:00
## 361  2022-12-16 22:32:19     FALSE 2022-12-16 23:00:00
## 362  2022-12-16 22:32:11     FALSE 2022-12-16 23:00:00
## 363  2022-12-16 22:32:01     FALSE 2022-12-16 23:00:00
## 364  2022-12-16 22:31:13     FALSE 2022-12-16 23:00:00
## 365  2022-12-16 22:30:59     FALSE 2022-12-16 23:00:00
## 366  2022-12-16 22:30:50     FALSE 2022-12-16 23:00:00
## 367  2022-12-16 22:30:36     FALSE 2022-12-16 23:00:00
## 368  2022-12-16 22:30:36     FALSE 2022-12-16 23:00:00
## 369  2022-12-16 22:30:20     FALSE 2022-12-16 23:00:00
## 370  2022-12-16 22:30:18     FALSE 2022-12-16 23:00:00
## 371  2022-12-16 22:30:03     FALSE 2022-12-16 23:00:00
## 372  2022-12-16 22:30:00     FALSE 2022-12-16 23:00:00
## 373  2022-12-16 22:28:56     FALSE 2022-12-16 22:00:00
## 374  2022-12-16 22:28:44     FALSE 2022-12-16 22:00:00
## 375  2022-12-16 22:28:39     FALSE 2022-12-16 22:00:00
## 376  2022-12-16 22:28:24     FALSE 2022-12-16 22:00:00
## 377  2022-12-16 22:27:45     FALSE 2022-12-16 22:00:00
## 378  2022-12-16 22:26:45     FALSE 2022-12-16 22:00:00
## 379  2022-12-16 22:26:36     FALSE 2022-12-16 22:00:00
## 380  2022-12-16 22:26:31     FALSE 2022-12-16 22:00:00
## 381  2022-12-16 22:26:30     FALSE 2022-12-16 22:00:00
## 382  2022-12-16 22:26:02     FALSE 2022-12-16 22:00:00
## 383  2022-12-16 22:25:24     FALSE 2022-12-16 22:00:00
## 384  2022-12-16 22:25:15     FALSE 2022-12-16 22:00:00
## 385  2022-12-16 22:24:55     FALSE 2022-12-16 22:00:00
## 386  2022-12-16 22:24:55     FALSE 2022-12-16 22:00:00
## 387  2022-12-16 22:24:02     FALSE 2022-12-16 22:00:00
## 388  2022-12-16 22:23:46     FALSE 2022-12-16 22:00:00
## 389  2022-12-16 22:23:28     FALSE 2022-12-16 22:00:00
## 390  2022-12-16 22:23:23     FALSE 2022-12-16 22:00:00
## 391  2022-12-16 22:23:03     FALSE 2022-12-16 22:00:00
## 392  2022-12-16 22:22:59     FALSE 2022-12-16 22:00:00
## 393  2022-12-16 22:22:43     FALSE 2022-12-16 22:00:00
## 394  2022-12-16 22:22:36     FALSE 2022-12-16 22:00:00
## 395  2022-12-16 22:22:02     FALSE 2022-12-16 22:00:00
## 396  2022-12-16 22:21:54     FALSE 2022-12-16 22:00:00
## 397  2022-12-16 22:21:38     FALSE 2022-12-16 22:00:00
## 398  2022-12-16 22:21:12     FALSE 2022-12-16 22:00:00
## 399  2022-12-16 22:21:01     FALSE 2022-12-16 22:00:00
## 400  2022-12-16 22:20:54     FALSE 2022-12-16 22:00:00
## 401  2022-12-16 22:20:27     FALSE 2022-12-16 22:00:00
## 402  2022-12-16 22:20:22     FALSE 2022-12-16 22:00:00
## 403  2022-12-16 22:19:42     FALSE 2022-12-16 22:00:00
## 404  2022-12-16 22:19:06     FALSE 2022-12-16 22:00:00
## 405  2022-12-16 22:18:35     FALSE 2022-12-16 22:00:00
## 406  2022-12-16 22:18:34     FALSE 2022-12-16 22:00:00
## 407  2022-12-16 22:18:24     FALSE 2022-12-16 22:00:00
## 408  2022-12-16 22:18:05     FALSE 2022-12-16 22:00:00
## 409  2022-12-16 22:17:49     FALSE 2022-12-16 22:00:00
## 410  2022-12-16 22:17:39     FALSE 2022-12-16 22:00:00
## 411  2022-12-16 22:17:04     FALSE 2022-12-16 22:00:00
## 412  2022-12-16 22:17:00     FALSE 2022-12-16 22:00:00
## 413  2022-12-16 22:16:45     FALSE 2022-12-16 22:00:00
## 414  2022-12-16 22:16:44     FALSE 2022-12-16 22:00:00
## 415  2022-12-16 22:16:39     FALSE 2022-12-16 22:00:00
## 416  2022-12-16 22:16:17     FALSE 2022-12-16 22:00:00
## 417  2022-12-16 22:16:08     FALSE 2022-12-16 22:00:00
## 418  2022-12-16 22:16:06     FALSE 2022-12-16 22:00:00
## 419  2022-12-16 22:16:05     FALSE 2022-12-16 22:00:00
## 420  2022-12-16 22:15:57     FALSE 2022-12-16 22:00:00
## 421  2022-12-16 22:15:56     FALSE 2022-12-16 22:00:00
## 422  2022-12-16 22:15:31     FALSE 2022-12-16 22:00:00
## 423  2022-12-16 22:15:11     FALSE 2022-12-16 22:00:00
## 424  2022-12-16 22:15:03     FALSE 2022-12-16 22:00:00
## 425  2022-12-16 22:15:00     FALSE 2022-12-16 22:00:00
## 426  2022-12-16 22:14:44     FALSE 2022-12-16 22:00:00
## 427  2022-12-16 22:14:33     FALSE 2022-12-16 22:00:00
## 428  2022-12-16 22:14:33     FALSE 2022-12-16 22:00:00
## 429  2022-12-16 22:14:24     FALSE 2022-12-16 22:00:00
## 430  2022-12-16 22:14:11     FALSE 2022-12-16 22:00:00
## 431  2022-12-16 22:14:04     FALSE 2022-12-16 22:00:00
## 432  2022-12-16 22:14:03     FALSE 2022-12-16 22:00:00
## 433  2022-12-16 22:14:00     FALSE 2022-12-16 22:00:00
## 434  2022-12-16 22:12:13     FALSE 2022-12-16 22:00:00
## 435  2022-12-16 22:11:55     FALSE 2022-12-16 22:00:00
## 436  2022-12-16 22:11:48     FALSE 2022-12-16 22:00:00
## 437  2022-12-16 22:11:03     FALSE 2022-12-16 22:00:00
## 438  2022-12-16 22:10:37     FALSE 2022-12-16 22:00:00
## 439  2022-12-16 22:10:31     FALSE 2022-12-16 22:00:00
## 440  2022-12-16 22:10:12     FALSE 2022-12-16 22:00:00
## 441  2022-12-16 22:10:11     FALSE 2022-12-16 22:00:00
## 442  2022-12-16 22:10:10     FALSE 2022-12-16 22:00:00
## 443  2022-12-16 22:10:07     FALSE 2022-12-16 22:00:00
## 444  2022-12-16 22:10:05     FALSE 2022-12-16 22:00:00
## 445  2022-12-16 22:10:05     FALSE 2022-12-16 22:00:00
## 446  2022-12-16 22:10:04     FALSE 2022-12-16 22:00:00
## 447  2022-12-16 22:09:44     FALSE 2022-12-16 22:00:00
## 448  2022-12-16 22:09:41     FALSE 2022-12-16 22:00:00
## 449  2022-12-16 22:09:32     FALSE 2022-12-16 22:00:00
## 450  2022-12-16 22:09:22     FALSE 2022-12-16 22:00:00
## 451  2022-12-16 22:09:03     FALSE 2022-12-16 22:00:00
## 452  2022-12-16 22:08:58     FALSE 2022-12-16 22:00:00
## 453  2022-12-16 22:08:44     FALSE 2022-12-16 22:00:00
## 454  2022-12-16 22:08:25     FALSE 2022-12-16 22:00:00
## 455  2022-12-16 22:08:04     FALSE 2022-12-16 22:00:00
## 456  2022-12-16 22:07:46     FALSE 2022-12-16 22:00:00
## 457  2022-12-16 22:07:41     FALSE 2022-12-16 22:00:00
## 458  2022-12-16 22:07:38     FALSE 2022-12-16 22:00:00
## 459  2022-12-16 22:07:11     FALSE 2022-12-16 22:00:00
## 460  2022-12-16 22:06:42     FALSE 2022-12-16 22:00:00
## 461  2022-12-16 22:06:04     FALSE 2022-12-16 22:00:00
## 462  2022-12-16 22:05:52     FALSE 2022-12-16 22:00:00
## 463  2022-12-16 22:05:38     FALSE 2022-12-16 22:00:00
## 464  2022-12-16 22:05:30     FALSE 2022-12-16 22:00:00
## 465  2022-12-16 22:05:17     FALSE 2022-12-16 22:00:00
## 466  2022-12-16 22:05:02     FALSE 2022-12-16 22:00:00
## 467  2022-12-16 22:04:37     FALSE 2022-12-16 22:00:00
## 468  2022-12-16 22:04:32     FALSE 2022-12-16 22:00:00
## 469  2022-12-16 22:04:30     FALSE 2022-12-16 22:00:00
## 470  2022-12-16 22:03:13     FALSE 2022-12-16 22:00:00
## 471  2022-12-16 22:03:02     FALSE 2022-12-16 22:00:00
## 472  2022-12-16 22:02:44     FALSE 2022-12-16 22:00:00
## 473  2022-12-16 22:02:34     FALSE 2022-12-16 22:00:00
## 474  2022-12-16 22:02:26     FALSE 2022-12-16 22:00:00
## 475  2022-12-16 22:01:47     FALSE 2022-12-16 22:00:00
## 476  2022-12-16 22:01:47     FALSE 2022-12-16 22:00:00
## 477  2022-12-16 22:01:41     FALSE 2022-12-16 22:00:00
## 478  2022-12-16 22:01:33     FALSE 2022-12-16 22:00:00
## 479  2022-12-16 22:01:13     FALSE 2022-12-16 22:00:00
## 480  2022-12-16 22:01:04     FALSE 2022-12-16 22:00:00
## 481  2022-12-16 22:00:54     FALSE 2022-12-16 22:00:00
## 482  2022-12-16 22:00:20     FALSE 2022-12-16 22:00:00
## 483  2022-12-16 22:00:11     FALSE 2022-12-16 22:00:00
## 484  2022-12-16 21:59:53     FALSE 2022-12-16 22:00:00
## 485  2022-12-16 21:59:24     FALSE 2022-12-16 22:00:00
## 486  2022-12-16 21:59:19     FALSE 2022-12-16 22:00:00
## 487  2022-12-16 21:59:08     FALSE 2022-12-16 22:00:00
## 488  2022-12-16 21:59:08     FALSE 2022-12-16 22:00:00
## 489  2022-12-16 21:58:55     FALSE 2022-12-16 22:00:00
## 490  2022-12-16 21:58:43     FALSE 2022-12-16 22:00:00
## 491  2022-12-16 21:58:31     FALSE 2022-12-16 22:00:00
## 492  2022-12-16 21:58:09     FALSE 2022-12-16 22:00:00
## 493  2022-12-16 21:58:08     FALSE 2022-12-16 22:00:00
## 494  2022-12-16 21:57:52     FALSE 2022-12-16 22:00:00
## 495  2022-12-16 21:57:37     FALSE 2022-12-16 22:00:00
## 496  2022-12-16 21:57:35     FALSE 2022-12-16 22:00:00
## 497  2022-12-16 21:57:08     FALSE 2022-12-16 22:00:00
## 498  2022-12-16 21:56:51     FALSE 2022-12-16 22:00:00
## 499  2022-12-16 21:56:48     FALSE 2022-12-16 22:00:00
## 500  2022-12-16 21:56:07     FALSE 2022-12-16 22:00:00
## 501  2022-12-16 21:55:27     FALSE 2022-12-16 22:00:00
## 502  2022-12-16 21:55:16     FALSE 2022-12-16 22:00:00
## 503  2022-12-16 21:54:55     FALSE 2022-12-16 22:00:00
## 504  2022-12-16 21:54:02     FALSE 2022-12-16 22:00:00
## 505  2022-12-16 21:53:10     FALSE 2022-12-16 22:00:00
## 506  2022-12-16 21:52:52     FALSE 2022-12-16 22:00:00
## 507  2022-12-16 21:52:49     FALSE 2022-12-16 22:00:00
## 508  2022-12-16 21:52:32     FALSE 2022-12-16 22:00:00
## 509  2022-12-16 21:52:13     FALSE 2022-12-16 22:00:00
## 510  2022-12-16 21:52:09     FALSE 2022-12-16 22:00:00
## 511  2022-12-16 21:51:49     FALSE 2022-12-16 22:00:00
## 512  2022-12-16 21:51:35     FALSE 2022-12-16 22:00:00
## 513  2022-12-16 21:51:32     FALSE 2022-12-16 22:00:00
## 514  2022-12-16 21:51:28     FALSE 2022-12-16 22:00:00
## 515  2022-12-16 21:51:14     FALSE 2022-12-16 22:00:00
## 516  2022-12-16 21:51:05     FALSE 2022-12-16 22:00:00
## 517  2022-12-16 21:51:02     FALSE 2022-12-16 22:00:00
## 518  2022-12-16 21:50:34     FALSE 2022-12-16 22:00:00
## 519  2022-12-16 21:49:43     FALSE 2022-12-16 22:00:00
## 520  2022-12-16 21:49:41     FALSE 2022-12-16 22:00:00
## 521  2022-12-16 21:49:29     FALSE 2022-12-16 22:00:00
## 522  2022-12-16 21:48:59     FALSE 2022-12-16 22:00:00
## 523  2022-12-16 21:48:53     FALSE 2022-12-16 22:00:00
## 524  2022-12-16 21:48:15     FALSE 2022-12-16 22:00:00
## 525  2022-12-16 21:48:13     FALSE 2022-12-16 22:00:00
## 526  2022-12-16 21:47:48     FALSE 2022-12-16 22:00:00
## 527  2022-12-16 21:47:10     FALSE 2022-12-16 22:00:00
## 528  2022-12-16 21:47:07     FALSE 2022-12-16 22:00:00
## 529  2022-12-16 21:47:03     FALSE 2022-12-16 22:00:00
## 530  2022-12-16 21:47:02     FALSE 2022-12-16 22:00:00
## 531  2022-12-16 21:47:00     FALSE 2022-12-16 22:00:00
## 532  2022-12-16 21:45:09     FALSE 2022-12-16 22:00:00
## 533  2022-12-16 21:45:03     FALSE 2022-12-16 22:00:00
## 534  2022-12-16 21:44:57     FALSE 2022-12-16 22:00:00
## 535  2022-12-16 21:44:32     FALSE 2022-12-16 22:00:00
## 536  2022-12-16 21:44:24     FALSE 2022-12-16 22:00:00
## 537  2022-12-16 21:44:07     FALSE 2022-12-16 22:00:00
## 538  2022-12-16 21:44:03     FALSE 2022-12-16 22:00:00
## 539  2022-12-16 21:43:38     FALSE 2022-12-16 22:00:00
## 540  2022-12-16 21:43:24     FALSE 2022-12-16 22:00:00
## 541  2022-12-16 21:42:56     FALSE 2022-12-16 22:00:00
## 542  2022-12-16 21:42:43     FALSE 2022-12-16 22:00:00
## 543  2022-12-16 21:42:37     FALSE 2022-12-16 22:00:00
## 544  2022-12-16 21:42:30     FALSE 2022-12-16 22:00:00
## 545  2022-12-16 21:42:27     FALSE 2022-12-16 22:00:00
## 546  2022-12-16 21:42:01     FALSE 2022-12-16 22:00:00
## 547  2022-12-16 21:41:01     FALSE 2022-12-16 22:00:00
## 548  2022-12-16 21:40:59     FALSE 2022-12-16 22:00:00
## 549  2022-12-16 21:40:52     FALSE 2022-12-16 22:00:00
## 550  2022-12-16 21:40:21     FALSE 2022-12-16 22:00:00
## 551  2022-12-16 21:40:04     FALSE 2022-12-16 22:00:00
## 552  2022-12-16 21:39:52     FALSE 2022-12-16 22:00:00
## 553  2022-12-16 21:38:45     FALSE 2022-12-16 22:00:00
## 554  2022-12-16 21:38:36     FALSE 2022-12-16 22:00:00
## 555  2022-12-16 21:38:27     FALSE 2022-12-16 22:00:00
## 556  2022-12-16 21:38:01     FALSE 2022-12-16 22:00:00
## 557  2022-12-16 21:37:50     FALSE 2022-12-16 22:00:00
## 558  2022-12-16 21:37:50     FALSE 2022-12-16 22:00:00
## 559  2022-12-16 21:37:49     FALSE 2022-12-16 22:00:00
## 560  2022-12-16 21:37:45     FALSE 2022-12-16 22:00:00
## 561  2022-12-16 21:37:43     FALSE 2022-12-16 22:00:00
## 562  2022-12-16 21:37:32     FALSE 2022-12-16 22:00:00
## 563  2022-12-16 21:37:04     FALSE 2022-12-16 22:00:00
## 564  2022-12-16 21:37:02     FALSE 2022-12-16 22:00:00
## 565  2022-12-16 21:36:31     FALSE 2022-12-16 22:00:00
## 566  2022-12-16 21:36:01     FALSE 2022-12-16 22:00:00
## 567  2022-12-16 21:35:50     FALSE 2022-12-16 22:00:00
## 568  2022-12-16 21:35:32     FALSE 2022-12-16 22:00:00
## 569  2022-12-16 21:34:38     FALSE 2022-12-16 22:00:00
## 570  2022-12-16 21:33:42     FALSE 2022-12-16 22:00:00
## 571  2022-12-16 21:33:36     FALSE 2022-12-16 22:00:00
## 572  2022-12-16 21:33:04     FALSE 2022-12-16 22:00:00
## 573  2022-12-16 21:32:58     FALSE 2022-12-16 22:00:00
## 574  2022-12-16 21:32:51     FALSE 2022-12-16 22:00:00
## 575  2022-12-16 21:32:49     FALSE 2022-12-16 22:00:00
## 576  2022-12-16 21:32:21     FALSE 2022-12-16 22:00:00
## 577  2022-12-16 21:32:12     FALSE 2022-12-16 22:00:00
## 578  2022-12-16 21:31:51     FALSE 2022-12-16 22:00:00
## 579  2022-12-16 21:31:49     FALSE 2022-12-16 22:00:00
## 580  2022-12-16 21:31:35     FALSE 2022-12-16 22:00:00
## 581  2022-12-16 21:31:35     FALSE 2022-12-16 22:00:00
## 582  2022-12-16 21:31:30     FALSE 2022-12-16 22:00:00
## 583  2022-12-16 21:31:22     FALSE 2022-12-16 22:00:00
## 584  2022-12-16 21:31:01     FALSE 2022-12-16 22:00:00
## 585  2022-12-16 21:30:56     FALSE 2022-12-16 22:00:00
## 586  2022-12-16 21:30:48     FALSE 2022-12-16 22:00:00
## 587  2022-12-16 21:30:44     FALSE 2022-12-16 22:00:00
## 588  2022-12-16 21:30:20     FALSE 2022-12-16 22:00:00
## 589  2022-12-16 21:30:09     FALSE 2022-12-16 22:00:00
## 590  2022-12-16 21:30:06     FALSE 2022-12-16 22:00:00
## 591  2022-12-16 21:29:58     FALSE 2022-12-16 21:00:00
## 592  2022-12-16 21:29:32     FALSE 2022-12-16 21:00:00
## 593  2022-12-16 21:29:31     FALSE 2022-12-16 21:00:00
## 594  2022-12-16 21:28:27     FALSE 2022-12-16 21:00:00
## 595  2022-12-16 21:27:55     FALSE 2022-12-16 21:00:00
## 596  2022-12-16 21:27:49     FALSE 2022-12-16 21:00:00
## 597  2022-12-16 21:27:38     FALSE 2022-12-16 21:00:00
## 598  2022-12-16 21:27:35     FALSE 2022-12-16 21:00:00
## 599  2022-12-16 21:27:27     FALSE 2022-12-16 21:00:00
## 600  2022-12-16 21:27:00     FALSE 2022-12-16 21:00:00
## 601  2022-12-16 21:26:50     FALSE 2022-12-16 21:00:00
## 602  2022-12-16 21:26:47     FALSE 2022-12-16 21:00:00
## 603  2022-12-16 21:26:39     FALSE 2022-12-16 21:00:00
## 604  2022-12-16 21:26:16     FALSE 2022-12-16 21:00:00
## 605  2022-12-16 21:25:35     FALSE 2022-12-16 21:00:00
## 606  2022-12-16 21:25:23     FALSE 2022-12-16 21:00:00
## 607  2022-12-16 21:25:21     FALSE 2022-12-16 21:00:00
## 608  2022-12-16 21:25:10     FALSE 2022-12-16 21:00:00
## 609  2022-12-16 21:24:57     FALSE 2022-12-16 21:00:00
## 610  2022-12-16 21:24:23     FALSE 2022-12-16 21:00:00
## 611  2022-12-16 21:24:07     FALSE 2022-12-16 21:00:00
## 612  2022-12-16 21:23:51     FALSE 2022-12-16 21:00:00
## 613  2022-12-16 21:23:42     FALSE 2022-12-16 21:00:00
## 614  2022-12-16 21:23:37     FALSE 2022-12-16 21:00:00
## 615  2022-12-16 21:23:33     FALSE 2022-12-16 21:00:00
## 616  2022-12-16 21:23:03     FALSE 2022-12-16 21:00:00
## 617  2022-12-16 21:22:58     FALSE 2022-12-16 21:00:00
## 618  2022-12-16 21:22:35     FALSE 2022-12-16 21:00:00
## 619  2022-12-16 21:22:07     FALSE 2022-12-16 21:00:00
## 620  2022-12-16 21:20:05     FALSE 2022-12-16 21:00:00
## 621  2022-12-16 21:19:57     FALSE 2022-12-16 21:00:00
## 622  2022-12-16 21:19:28     FALSE 2022-12-16 21:00:00
## 623  2022-12-16 21:19:24     FALSE 2022-12-16 21:00:00
## 624  2022-12-16 21:19:05     FALSE 2022-12-16 21:00:00
## 625  2022-12-16 21:18:45     FALSE 2022-12-16 21:00:00
## 626  2022-12-16 21:18:00     FALSE 2022-12-16 21:00:00
## 627  2022-12-16 21:17:43     FALSE 2022-12-16 21:00:00
## 628  2022-12-16 21:17:09     FALSE 2022-12-16 21:00:00
## 629  2022-12-16 21:17:06     FALSE 2022-12-16 21:00:00
## 630  2022-12-16 21:16:51     FALSE 2022-12-16 21:00:00
## 631  2022-12-16 21:16:36     FALSE 2022-12-16 21:00:00
## 632  2022-12-16 21:16:11     FALSE 2022-12-16 21:00:00
## 633  2022-12-16 21:16:07     FALSE 2022-12-16 21:00:00
## 634  2022-12-16 21:15:50     FALSE 2022-12-16 21:00:00
## 635  2022-12-16 21:15:21     FALSE 2022-12-16 21:00:00
## 636  2022-12-16 21:14:54     FALSE 2022-12-16 21:00:00
## 637  2022-12-16 21:14:53     FALSE 2022-12-16 21:00:00
## 638  2022-12-16 21:14:46     FALSE 2022-12-16 21:00:00
## 639  2022-12-16 21:14:38     FALSE 2022-12-16 21:00:00
## 640  2022-12-16 21:14:35     FALSE 2022-12-16 21:00:00
## 641  2022-12-16 21:13:49     FALSE 2022-12-16 21:00:00
## 642  2022-12-16 21:13:43     FALSE 2022-12-16 21:00:00
## 643  2022-12-16 21:12:45     FALSE 2022-12-16 21:00:00
## 644  2022-12-16 21:12:43     FALSE 2022-12-16 21:00:00
## 645  2022-12-16 21:12:19     FALSE 2022-12-16 21:00:00
## 646  2022-12-16 21:11:48     FALSE 2022-12-16 21:00:00
## 647  2022-12-16 21:11:43     FALSE 2022-12-16 21:00:00
## 648  2022-12-16 21:11:10     FALSE 2022-12-16 21:00:00
## 649  2022-12-16 21:11:02     FALSE 2022-12-16 21:00:00
## 650  2022-12-16 21:11:00     FALSE 2022-12-16 21:00:00
## 651  2022-12-16 21:10:34     FALSE 2022-12-16 21:00:00
## 652  2022-12-16 21:10:30     FALSE 2022-12-16 21:00:00
## 653  2022-12-16 21:10:17     FALSE 2022-12-16 21:00:00
## 654  2022-12-16 21:09:58     FALSE 2022-12-16 21:00:00
## 655  2022-12-16 21:09:26     FALSE 2022-12-16 21:00:00
## 656  2022-12-16 21:08:06     FALSE 2022-12-16 21:00:00
## 657  2022-12-16 21:07:18     FALSE 2022-12-16 21:00:00
## 658  2022-12-16 21:07:05     FALSE 2022-12-16 21:00:00
## 659  2022-12-16 21:06:41     FALSE 2022-12-16 21:00:00
## 660  2022-12-16 21:06:11     FALSE 2022-12-16 21:00:00
## 661  2022-12-16 21:05:59     FALSE 2022-12-16 21:00:00
## 662  2022-12-16 21:05:51     FALSE 2022-12-16 21:00:00
## 663  2022-12-16 21:05:38     FALSE 2022-12-16 21:00:00
## 664  2022-12-16 21:04:51     FALSE 2022-12-16 21:00:00
## 665  2022-12-16 21:04:51     FALSE 2022-12-16 21:00:00
## 666  2022-12-16 21:04:35     FALSE 2022-12-16 21:00:00
## 667  2022-12-16 21:03:46     FALSE 2022-12-16 21:00:00
## 668  2022-12-16 21:03:35     FALSE 2022-12-16 21:00:00
## 669  2022-12-16 21:03:13     FALSE 2022-12-16 21:00:00
## 670  2022-12-16 21:02:43     FALSE 2022-12-16 21:00:00
## 671  2022-12-16 21:02:40     FALSE 2022-12-16 21:00:00
## 672  2022-12-16 21:02:19     FALSE 2022-12-16 21:00:00
## 673  2022-12-16 21:01:20     FALSE 2022-12-16 21:00:00
## 674  2022-12-16 21:00:47     FALSE 2022-12-16 21:00:00
## 675  2022-12-16 21:00:43     FALSE 2022-12-16 21:00:00
## 676  2022-12-16 21:00:34     FALSE 2022-12-16 21:00:00
## 677  2022-12-16 20:59:48     FALSE 2022-12-16 21:00:00
## 678  2022-12-16 20:59:47     FALSE 2022-12-16 21:00:00
## 679  2022-12-16 20:59:16     FALSE 2022-12-16 21:00:00
## 680  2022-12-16 20:59:10     FALSE 2022-12-16 21:00:00
## 681  2022-12-16 20:58:41     FALSE 2022-12-16 21:00:00
## 682  2022-12-16 20:58:41     FALSE 2022-12-16 21:00:00
## 683  2022-12-16 20:58:37     FALSE 2022-12-16 21:00:00
## 684  2022-12-16 20:58:34     FALSE 2022-12-16 21:00:00
## 685  2022-12-16 20:58:00     FALSE 2022-12-16 21:00:00
## 686  2022-12-16 20:57:41     FALSE 2022-12-16 21:00:00
## 687  2022-12-16 20:57:38     FALSE 2022-12-16 21:00:00
## 688  2022-12-16 20:57:27     FALSE 2022-12-16 21:00:00
## 689  2022-12-16 20:57:26     FALSE 2022-12-16 21:00:00
## 690  2022-12-16 20:57:16     FALSE 2022-12-16 21:00:00
## 691  2022-12-16 20:57:03     FALSE 2022-12-16 21:00:00
## 692  2022-12-16 20:56:43     FALSE 2022-12-16 21:00:00
## 693  2022-12-16 20:56:32     FALSE 2022-12-16 21:00:00
## 694  2022-12-16 20:56:17     FALSE 2022-12-16 21:00:00
## 695  2022-12-16 20:56:12     FALSE 2022-12-16 21:00:00
## 696  2022-12-16 20:55:35     FALSE 2022-12-16 21:00:00
## 697  2022-12-16 20:55:32     FALSE 2022-12-16 21:00:00
## 698  2022-12-16 20:55:29     FALSE 2022-12-16 21:00:00
## 699  2022-12-16 20:55:11     FALSE 2022-12-16 21:00:00
## 700  2022-12-16 20:54:58     FALSE 2022-12-16 21:00:00
## 701  2022-12-16 20:54:27     FALSE 2022-12-16 21:00:00
## 702  2022-12-16 20:53:23     FALSE 2022-12-16 21:00:00
## 703  2022-12-16 20:52:57     FALSE 2022-12-16 21:00:00
## 704  2022-12-16 20:52:25     FALSE 2022-12-16 21:00:00
## 705  2022-12-16 20:52:23     FALSE 2022-12-16 21:00:00
## 706  2022-12-16 20:52:15     FALSE 2022-12-16 21:00:00
## 707  2022-12-16 20:52:11     FALSE 2022-12-16 21:00:00
## 708  2022-12-16 20:52:02     FALSE 2022-12-16 21:00:00
## 709  2022-12-16 20:51:54     FALSE 2022-12-16 21:00:00
## 710  2022-12-16 20:51:42     FALSE 2022-12-16 21:00:00
## 711  2022-12-16 20:51:31     FALSE 2022-12-16 21:00:00
## 712  2022-12-16 20:51:28     FALSE 2022-12-16 21:00:00
## 713  2022-12-16 20:51:19     FALSE 2022-12-16 21:00:00
## 714  2022-12-16 20:50:58     FALSE 2022-12-16 21:00:00
## 715  2022-12-16 20:50:39     FALSE 2022-12-16 21:00:00
## 716  2022-12-16 20:50:32     FALSE 2022-12-16 21:00:00
## 717  2022-12-16 20:50:17     FALSE 2022-12-16 21:00:00
## 718  2022-12-16 20:50:01     FALSE 2022-12-16 21:00:00
## 719  2022-12-16 20:49:46     FALSE 2022-12-16 21:00:00
## 720  2022-12-16 20:49:36     FALSE 2022-12-16 21:00:00
## 721  2022-12-16 20:49:30     FALSE 2022-12-16 21:00:00
## 722  2022-12-16 20:48:39     FALSE 2022-12-16 21:00:00
## 723  2022-12-16 20:48:20     FALSE 2022-12-16 21:00:00
## 724  2022-12-16 20:47:14     FALSE 2022-12-16 21:00:00
## 725  2022-12-16 20:46:58     FALSE 2022-12-16 21:00:00
## 726  2022-12-16 20:46:54     FALSE 2022-12-16 21:00:00
## 727  2022-12-16 20:46:42     FALSE 2022-12-16 21:00:00
## 728  2022-12-16 20:45:51     FALSE 2022-12-16 21:00:00
## 729  2022-12-16 20:44:44     FALSE 2022-12-16 21:00:00
## 730  2022-12-16 20:44:43     FALSE 2022-12-16 21:00:00
## 731  2022-12-16 20:44:22     FALSE 2022-12-16 21:00:00
## 732  2022-12-16 20:44:19     FALSE 2022-12-16 21:00:00
## 733  2022-12-16 20:43:54     FALSE 2022-12-16 21:00:00
## 734  2022-12-16 20:43:47     FALSE 2022-12-16 21:00:00
## 735  2022-12-16 20:43:02     FALSE 2022-12-16 21:00:00
## 736  2022-12-16 20:42:48     FALSE 2022-12-16 21:00:00
## 737  2022-12-16 20:42:38     FALSE 2022-12-16 21:00:00
## 738  2022-12-16 20:42:25     FALSE 2022-12-16 21:00:00
## 739  2022-12-16 20:42:20     FALSE 2022-12-16 21:00:00
## 740  2022-12-16 20:41:45     FALSE 2022-12-16 21:00:00
## 741  2022-12-16 20:41:19     FALSE 2022-12-16 21:00:00
## 742  2022-12-16 20:41:00     FALSE 2022-12-16 21:00:00
## 743  2022-12-16 20:40:52     FALSE 2022-12-16 21:00:00
## 744  2022-12-16 20:40:34     FALSE 2022-12-16 21:00:00
## 745  2022-12-16 20:40:19     FALSE 2022-12-16 21:00:00
## 746  2022-12-16 20:37:13     FALSE 2022-12-16 21:00:00
## 747  2022-12-16 20:37:08     FALSE 2022-12-16 21:00:00
## 748  2022-12-16 20:37:06     FALSE 2022-12-16 21:00:00
## 749  2022-12-16 20:36:55     FALSE 2022-12-16 21:00:00
## 750  2022-12-16 20:36:44     FALSE 2022-12-16 21:00:00
## 751  2022-12-16 20:36:15     FALSE 2022-12-16 21:00:00
## 752  2022-12-16 20:35:44     FALSE 2022-12-16 21:00:00
## 753  2022-12-16 20:35:42     FALSE 2022-12-16 21:00:00
## 754  2022-12-16 20:35:12     FALSE 2022-12-16 21:00:00
## 755  2022-12-16 20:35:07     FALSE 2022-12-16 21:00:00
## 756  2022-12-16 20:35:02     FALSE 2022-12-16 21:00:00
## 757  2022-12-16 20:34:09     FALSE 2022-12-16 21:00:00
## 758  2022-12-16 20:34:03     FALSE 2022-12-16 21:00:00
## 759  2022-12-16 20:33:46     FALSE 2022-12-16 21:00:00
## 760  2022-12-16 20:33:06     FALSE 2022-12-16 21:00:00
## 761  2022-12-16 20:33:01     FALSE 2022-12-16 21:00:00
## 762  2022-12-16 20:32:42     FALSE 2022-12-16 21:00:00
## 763  2022-12-16 20:32:33     FALSE 2022-12-16 21:00:00
## 764  2022-12-16 20:32:32     FALSE 2022-12-16 21:00:00
## 765  2022-12-16 20:32:28     FALSE 2022-12-16 21:00:00
## 766  2022-12-16 20:32:06     FALSE 2022-12-16 21:00:00
## 767  2022-12-16 20:31:40     FALSE 2022-12-16 21:00:00
## 768  2022-12-16 20:30:03     FALSE 2022-12-16 21:00:00
## 769  2022-12-16 20:29:40     FALSE 2022-12-16 20:00:00
## 770  2022-12-16 20:29:37     FALSE 2022-12-16 20:00:00
## 771  2022-12-16 20:27:49     FALSE 2022-12-16 20:00:00
## 772  2022-12-16 20:27:19     FALSE 2022-12-16 20:00:00
## 773  2022-12-16 20:26:49     FALSE 2022-12-16 20:00:00
## 774  2022-12-16 20:26:45     FALSE 2022-12-16 20:00:00
## 775  2022-12-16 20:26:44     FALSE 2022-12-16 20:00:00
## 776  2022-12-16 20:26:43     FALSE 2022-12-16 20:00:00
## 777  2022-12-16 20:26:28     FALSE 2022-12-16 20:00:00
## 778  2022-12-16 20:26:19     FALSE 2022-12-16 20:00:00
## 779  2022-12-16 20:26:02     FALSE 2022-12-16 20:00:00
## 780  2022-12-16 20:26:01     FALSE 2022-12-16 20:00:00
## 781  2022-12-16 20:25:55     FALSE 2022-12-16 20:00:00
## 782  2022-12-16 20:25:29     FALSE 2022-12-16 20:00:00
## 783  2022-12-16 20:25:17     FALSE 2022-12-16 20:00:00
## 784  2022-12-16 20:24:54     FALSE 2022-12-16 20:00:00
## 785  2022-12-16 20:24:39     FALSE 2022-12-16 20:00:00
## 786  2022-12-16 20:24:29     FALSE 2022-12-16 20:00:00
## 787  2022-12-16 20:24:25     FALSE 2022-12-16 20:00:00
## 788  2022-12-16 20:23:44     FALSE 2022-12-16 20:00:00
## 789  2022-12-16 20:22:39     FALSE 2022-12-16 20:00:00
## 790  2022-12-16 20:21:21     FALSE 2022-12-16 20:00:00
## 791  2022-12-16 20:20:08     FALSE 2022-12-16 20:00:00
## 792  2022-12-16 20:20:06     FALSE 2022-12-16 20:00:00
## 793  2022-12-16 20:20:03     FALSE 2022-12-16 20:00:00
## 794  2022-12-16 20:19:50     FALSE 2022-12-16 20:00:00
## 795  2022-12-16 20:19:09     FALSE 2022-12-16 20:00:00
## 796  2022-12-16 20:17:20     FALSE 2022-12-16 20:00:00
## 797  2022-12-16 20:16:05     FALSE 2022-12-16 20:00:00
## 798  2022-12-16 20:14:50     FALSE 2022-12-16 20:00:00
## 799  2022-12-16 20:14:43     FALSE 2022-12-16 20:00:00
## 800  2022-12-16 20:14:16     FALSE 2022-12-16 20:00:00
## 801  2022-12-16 20:14:05     FALSE 2022-12-16 20:00:00
## 802  2022-12-16 20:13:19     FALSE 2022-12-16 20:00:00
## 803  2022-12-16 20:12:41     FALSE 2022-12-16 20:00:00
## 804  2022-12-16 20:12:16     FALSE 2022-12-16 20:00:00
## 805  2022-12-16 20:11:33     FALSE 2022-12-16 20:00:00
## 806  2022-12-16 20:10:54     FALSE 2022-12-16 20:00:00
## 807  2022-12-16 20:10:42     FALSE 2022-12-16 20:00:00
## 808  2022-12-16 20:10:10     FALSE 2022-12-16 20:00:00
## 809  2022-12-16 20:09:51     FALSE 2022-12-16 20:00:00
## 810  2022-12-16 20:09:37     FALSE 2022-12-16 20:00:00
## 811  2022-12-16 20:09:29     FALSE 2022-12-16 20:00:00
## 812  2022-12-16 20:09:29     FALSE 2022-12-16 20:00:00
## 813  2022-12-16 20:08:45     FALSE 2022-12-16 20:00:00
## 814  2022-12-16 20:07:48     FALSE 2022-12-16 20:00:00
## 815  2022-12-16 20:07:48     FALSE 2022-12-16 20:00:00
## 816  2022-12-16 20:07:34     FALSE 2022-12-16 20:00:00
## 817  2022-12-16 20:07:21     FALSE 2022-12-16 20:00:00
## 818  2022-12-16 20:06:52     FALSE 2022-12-16 20:00:00
## 819  2022-12-16 20:06:47     FALSE 2022-12-16 20:00:00
## 820  2022-12-16 20:06:00     FALSE 2022-12-16 20:00:00
## 821  2022-12-16 20:05:52     FALSE 2022-12-16 20:00:00
## 822  2022-12-16 20:05:28     FALSE 2022-12-16 20:00:00
## 823  2022-12-16 20:05:00     FALSE 2022-12-16 20:00:00
## 824  2022-12-16 20:04:43     FALSE 2022-12-16 20:00:00
## 825  2022-12-16 20:04:13     FALSE 2022-12-16 20:00:00
## 826  2022-12-16 20:04:10     FALSE 2022-12-16 20:00:00
## 827  2022-12-16 20:04:03     FALSE 2022-12-16 20:00:00
## 828  2022-12-16 20:04:03     FALSE 2022-12-16 20:00:00
## 829  2022-12-16 20:04:03     FALSE 2022-12-16 20:00:00
## 830  2022-12-16 20:03:44     FALSE 2022-12-16 20:00:00
## 831  2022-12-16 20:03:38     FALSE 2022-12-16 20:00:00
## 832  2022-12-16 20:03:10     FALSE 2022-12-16 20:00:00
## 833  2022-12-16 20:03:08     FALSE 2022-12-16 20:00:00
## 834  2022-12-16 20:02:55     FALSE 2022-12-16 20:00:00
## 835  2022-12-16 20:02:47     FALSE 2022-12-16 20:00:00
## 836  2022-12-16 20:02:18     FALSE 2022-12-16 20:00:00
## 837  2022-12-16 20:02:12     FALSE 2022-12-16 20:00:00
## 838  2022-12-16 20:02:11     FALSE 2022-12-16 20:00:00
## 839  2022-12-16 20:01:40     FALSE 2022-12-16 20:00:00
## 840  2022-12-16 20:01:24     FALSE 2022-12-16 20:00:00
## 841  2022-12-16 20:01:13     FALSE 2022-12-16 20:00:00
## 842  2022-12-16 20:01:03     FALSE 2022-12-16 20:00:00
## 843  2022-12-16 20:00:55     FALSE 2022-12-16 20:00:00
## 844  2022-12-16 20:00:07     FALSE 2022-12-16 20:00:00
## 845  2022-12-16 20:00:03     FALSE 2022-12-16 20:00:00
## 846  2022-12-16 20:00:01     FALSE 2022-12-16 20:00:00
## 847  2022-12-16 19:59:59     FALSE 2022-12-16 20:00:00
## 848  2022-12-16 19:59:46     FALSE 2022-12-16 20:00:00
## 849  2022-12-16 19:59:41     FALSE 2022-12-16 20:00:00
## 850  2022-12-16 19:58:16     FALSE 2022-12-16 20:00:00
## 851  2022-12-16 19:58:12     FALSE 2022-12-16 20:00:00
## 852  2022-12-16 19:57:43     FALSE 2022-12-16 20:00:00
## 853  2022-12-16 19:57:20     FALSE 2022-12-16 20:00:00
## 854  2022-12-16 19:57:08     FALSE 2022-12-16 20:00:00
## 855  2022-12-16 19:56:48     FALSE 2022-12-16 20:00:00
## 856  2022-12-16 19:56:47     FALSE 2022-12-16 20:00:00
## 857  2022-12-16 19:56:28     FALSE 2022-12-16 20:00:00
## 858  2022-12-16 19:55:53     FALSE 2022-12-16 20:00:00
## 859  2022-12-16 19:55:52     FALSE 2022-12-16 20:00:00
## 860  2022-12-16 19:55:22     FALSE 2022-12-16 20:00:00
## 861  2022-12-16 19:55:16     FALSE 2022-12-16 20:00:00
## 862  2022-12-16 19:55:11     FALSE 2022-12-16 20:00:00
## 863  2022-12-16 19:54:22     FALSE 2022-12-16 20:00:00
## 864  2022-12-16 19:53:52     FALSE 2022-12-16 20:00:00
## 865  2022-12-16 19:53:40     FALSE 2022-12-16 20:00:00
## 866  2022-12-16 19:53:35     FALSE 2022-12-16 20:00:00
## 867  2022-12-16 19:53:34     FALSE 2022-12-16 20:00:00
## 868  2022-12-16 19:53:33     FALSE 2022-12-16 20:00:00
## 869  2022-12-16 19:53:32     FALSE 2022-12-16 20:00:00
## 870  2022-12-16 19:53:20     FALSE 2022-12-16 20:00:00
## 871  2022-12-16 19:53:18     FALSE 2022-12-16 20:00:00
## 872  2022-12-16 19:53:11     FALSE 2022-12-16 20:00:00
## 873  2022-12-16 19:53:09     FALSE 2022-12-16 20:00:00
## 874  2022-12-16 19:53:02     FALSE 2022-12-16 20:00:00
## 875  2022-12-16 19:52:57     FALSE 2022-12-16 20:00:00
## 876  2022-12-16 19:52:10     FALSE 2022-12-16 20:00:00
## 877  2022-12-16 19:52:03     FALSE 2022-12-16 20:00:00
## 878  2022-12-16 19:52:03     FALSE 2022-12-16 20:00:00
## 879  2022-12-16 19:51:46     FALSE 2022-12-16 20:00:00
## 880  2022-12-16 19:51:33     FALSE 2022-12-16 20:00:00
## 881  2022-12-16 19:51:09     FALSE 2022-12-16 20:00:00
## 882  2022-12-16 19:50:15     FALSE 2022-12-16 20:00:00
## 883  2022-12-16 19:49:43     FALSE 2022-12-16 20:00:00
## 884  2022-12-16 19:49:39     FALSE 2022-12-16 20:00:00
## 885  2022-12-16 19:49:27     FALSE 2022-12-16 20:00:00
## 886  2022-12-16 19:49:21     FALSE 2022-12-16 20:00:00
## 887  2022-12-16 19:49:12     FALSE 2022-12-16 20:00:00
## 888  2022-12-16 19:49:04     FALSE 2022-12-16 20:00:00
## 889  2022-12-16 19:47:53     FALSE 2022-12-16 20:00:00
## 890  2022-12-16 19:46:41     FALSE 2022-12-16 20:00:00
## 891  2022-12-16 19:45:28     FALSE 2022-12-16 20:00:00
## 892  2022-12-16 19:45:11     FALSE 2022-12-16 20:00:00
## 893  2022-12-16 19:44:51     FALSE 2022-12-16 20:00:00
## 894  2022-12-16 19:44:28     FALSE 2022-12-16 20:00:00
## 895  2022-12-16 19:44:25     FALSE 2022-12-16 20:00:00
## 896  2022-12-16 19:43:59     FALSE 2022-12-16 20:00:00
## 897  2022-12-16 19:43:49     FALSE 2022-12-16 20:00:00
## 898  2022-12-16 19:43:36     FALSE 2022-12-16 20:00:00
## 899  2022-12-16 19:43:36     FALSE 2022-12-16 20:00:00
## 900  2022-12-16 19:43:26     FALSE 2022-12-16 20:00:00
## 901  2022-12-16 19:43:25     FALSE 2022-12-16 20:00:00
## 902  2022-12-16 19:43:17     FALSE 2022-12-16 20:00:00
## 903  2022-12-16 19:41:56     FALSE 2022-12-16 20:00:00
## 904  2022-12-16 19:41:52     FALSE 2022-12-16 20:00:00
## 905  2022-12-16 19:40:52     FALSE 2022-12-16 20:00:00
## 906  2022-12-16 19:40:39     FALSE 2022-12-16 20:00:00
## 907  2022-12-16 19:40:21     FALSE 2022-12-16 20:00:00
## 908  2022-12-16 19:40:15     FALSE 2022-12-16 20:00:00
## 909  2022-12-16 19:40:00     FALSE 2022-12-16 20:00:00
## 910  2022-12-16 19:39:52     FALSE 2022-12-16 20:00:00
## 911  2022-12-16 19:39:12     FALSE 2022-12-16 20:00:00
## 912  2022-12-16 19:39:02     FALSE 2022-12-16 20:00:00
## 913  2022-12-16 19:39:02     FALSE 2022-12-16 20:00:00
## 914  2022-12-16 19:38:51     FALSE 2022-12-16 20:00:00
## 915  2022-12-16 19:38:25     FALSE 2022-12-16 20:00:00
## 916  2022-12-16 19:38:18     FALSE 2022-12-16 20:00:00
## 917  2022-12-16 19:37:46     FALSE 2022-12-16 20:00:00
## 918  2022-12-16 19:37:22     FALSE 2022-12-16 20:00:00
## 919  2022-12-16 19:37:03     FALSE 2022-12-16 20:00:00
## 920  2022-12-16 19:35:58     FALSE 2022-12-16 20:00:00
## 921  2022-12-16 19:35:46     FALSE 2022-12-16 20:00:00
## 922  2022-12-16 19:35:39     FALSE 2022-12-16 20:00:00
## 923  2022-12-16 19:35:02     FALSE 2022-12-16 20:00:00
## 924  2022-12-16 19:34:43     FALSE 2022-12-16 20:00:00
## 925  2022-12-16 19:34:04     FALSE 2022-12-16 20:00:00
## 926  2022-12-16 19:33:35     FALSE 2022-12-16 20:00:00
## 927  2022-12-16 19:33:18     FALSE 2022-12-16 20:00:00
## 928  2022-12-16 19:33:12     FALSE 2022-12-16 20:00:00
## 929  2022-12-16 19:33:10     FALSE 2022-12-16 20:00:00
## 930  2022-12-16 19:33:05     FALSE 2022-12-16 20:00:00
## 931  2022-12-16 19:33:03     FALSE 2022-12-16 20:00:00
## 932  2022-12-16 19:32:59     FALSE 2022-12-16 20:00:00
## 933  2022-12-16 19:32:51     FALSE 2022-12-16 20:00:00
## 934  2022-12-16 19:32:20     FALSE 2022-12-16 20:00:00
## 935  2022-12-16 19:32:16     FALSE 2022-12-16 20:00:00
## 936  2022-12-16 19:31:53     FALSE 2022-12-16 20:00:00
## 937  2022-12-16 19:31:52     FALSE 2022-12-16 20:00:00
## 938  2022-12-16 19:31:17     FALSE 2022-12-16 20:00:00
## 939  2022-12-16 19:30:40     FALSE 2022-12-16 20:00:00
## 940  2022-12-16 19:30:21     FALSE 2022-12-16 20:00:00
## 941  2022-12-16 19:30:01     FALSE 2022-12-16 20:00:00
## 942  2022-12-16 19:29:53     FALSE 2022-12-16 19:00:00
## 943  2022-12-16 19:29:25     FALSE 2022-12-16 19:00:00
## 944  2022-12-16 19:29:02     FALSE 2022-12-16 19:00:00
## 945  2022-12-16 19:28:37     FALSE 2022-12-16 19:00:00
## 946  2022-12-16 19:28:04     FALSE 2022-12-16 19:00:00
## 947  2022-12-16 19:28:00     FALSE 2022-12-16 19:00:00
## 948  2022-12-16 19:28:00     FALSE 2022-12-16 19:00:00
## 949  2022-12-16 19:27:46     FALSE 2022-12-16 19:00:00
## 950  2022-12-16 19:27:45     FALSE 2022-12-16 19:00:00
## 951  2022-12-16 19:26:39     FALSE 2022-12-16 19:00:00
## 952  2022-12-16 19:26:33     FALSE 2022-12-16 19:00:00
## 953  2022-12-16 19:26:28     FALSE 2022-12-16 19:00:00
## 954  2022-12-16 19:26:15     FALSE 2022-12-16 19:00:00
## 955  2022-12-16 19:26:15     FALSE 2022-12-16 19:00:00
## 956  2022-12-16 19:26:11     FALSE 2022-12-16 19:00:00
## 957  2022-12-16 19:25:58     FALSE 2022-12-16 19:00:00
## 958  2022-12-16 19:25:13     FALSE 2022-12-16 19:00:00
## 959  2022-12-16 19:23:55     FALSE 2022-12-16 19:00:00
## 960  2022-12-16 19:22:36     FALSE 2022-12-16 19:00:00
## 961  2022-12-16 19:22:14     FALSE 2022-12-16 19:00:00
## 962  2022-12-16 19:22:10     FALSE 2022-12-16 19:00:00
## 963  2022-12-16 19:21:47     FALSE 2022-12-16 19:00:00
## 964  2022-12-16 19:21:45     FALSE 2022-12-16 19:00:00
## 965  2022-12-16 19:21:36     FALSE 2022-12-16 19:00:00
## 966  2022-12-16 19:21:03     FALSE 2022-12-16 19:00:00
## 967  2022-12-16 19:20:32     FALSE 2022-12-16 19:00:00
## 968  2022-12-16 19:20:32     FALSE 2022-12-16 19:00:00
## 969  2022-12-16 19:20:22     FALSE 2022-12-16 19:00:00
## 970  2022-12-16 19:20:17     FALSE 2022-12-16 19:00:00
## 971  2022-12-16 19:19:52     FALSE 2022-12-16 19:00:00
## 972  2022-12-16 19:19:50     FALSE 2022-12-16 19:00:00
## 973  2022-12-16 19:18:23     FALSE 2022-12-16 19:00:00
## 974  2022-12-16 19:18:14     FALSE 2022-12-16 19:00:00
## 975  2022-12-16 19:18:08     FALSE 2022-12-16 19:00:00
## 976  2022-12-16 19:16:53     FALSE 2022-12-16 19:00:00
## 977  2022-12-16 19:16:44     FALSE 2022-12-16 19:00:00
## 978  2022-12-16 19:16:08     FALSE 2022-12-16 19:00:00
## 979  2022-12-16 19:16:03     FALSE 2022-12-16 19:00:00
## 980  2022-12-16 19:16:02     FALSE 2022-12-16 19:00:00
## 981  2022-12-16 19:15:18     FALSE 2022-12-16 19:00:00
## 982  2022-12-16 19:14:27     FALSE 2022-12-16 19:00:00
## 983  2022-12-16 19:13:56     FALSE 2022-12-16 19:00:00
## 984  2022-12-16 19:13:48     FALSE 2022-12-16 19:00:00
## 985  2022-12-16 19:13:44     FALSE 2022-12-16 19:00:00
## 986  2022-12-16 19:13:39     FALSE 2022-12-16 19:00:00
## 987  2022-12-16 19:13:39     FALSE 2022-12-16 19:00:00
## 988  2022-12-16 19:11:56     FALSE 2022-12-16 19:00:00
## 989  2022-12-16 19:10:46     FALSE 2022-12-16 19:00:00
## 990  2022-12-16 19:10:38     FALSE 2022-12-16 19:00:00
## 991  2022-12-16 19:10:28     FALSE 2022-12-16 19:00:00
## 992  2022-12-16 19:10:25     FALSE 2022-12-16 19:00:00
## 993  2022-12-16 19:09:57     FALSE 2022-12-16 19:00:00
## 994  2022-12-16 19:09:12     FALSE 2022-12-16 19:00:00
## 995  2022-12-16 19:09:06     FALSE 2022-12-16 19:00:00
## 996  2022-12-16 19:07:38     FALSE 2022-12-16 19:00:00
## 997  2022-12-16 19:06:58     FALSE 2022-12-16 19:00:00
## 998  2022-12-16 19:06:51     FALSE 2022-12-16 19:00:00
## 999  2022-12-16 19:06:49     FALSE 2022-12-16 19:00:00
## 1000 2022-12-16 19:06:28     FALSE 2022-12-16 19:00:00
## 1001 2022-12-16 19:06:20     FALSE 2022-12-16 19:00:00
## 1002 2022-12-16 19:05:09     FALSE 2022-12-16 19:00:00
## 1003 2022-12-16 19:04:52     FALSE 2022-12-16 19:00:00
## 1004 2022-12-16 19:04:50     FALSE 2022-12-16 19:00:00
## 1005 2022-12-16 19:04:49     FALSE 2022-12-16 19:00:00
## 1006 2022-12-16 19:04:39     FALSE 2022-12-16 19:00:00
## 1007 2022-12-16 19:03:59     FALSE 2022-12-16 19:00:00
## 1008 2022-12-16 19:03:45     FALSE 2022-12-16 19:00:00
## 1009 2022-12-16 19:03:23     FALSE 2022-12-16 19:00:00
## 1010 2022-12-16 19:03:21     FALSE 2022-12-16 19:00:00
## 1011 2022-12-16 19:03:20     FALSE 2022-12-16 19:00:00
## 1012 2022-12-16 19:02:45     FALSE 2022-12-16 19:00:00
## 1013 2022-12-16 19:02:35     FALSE 2022-12-16 19:00:00
## 1014 2022-12-16 19:01:52     FALSE 2022-12-16 19:00:00
## 1015 2022-12-16 19:01:48     FALSE 2022-12-16 19:00:00
## 1016 2022-12-16 19:01:44     FALSE 2022-12-16 19:00:00
## 1017 2022-12-16 19:01:33     FALSE 2022-12-16 19:00:00
## 1018 2022-12-16 19:00:30     FALSE 2022-12-16 19:00:00
## 1019 2022-12-16 19:00:10     FALSE 2022-12-16 19:00:00
## 1020 2022-12-16 19:00:02     FALSE 2022-12-16 19:00:00
## 1021 2022-12-16 18:59:42     FALSE 2022-12-16 19:00:00
## 1022 2022-12-16 18:59:24     FALSE 2022-12-16 19:00:00
## 1023 2022-12-16 18:58:58     FALSE 2022-12-16 19:00:00
## 1024 2022-12-16 18:58:42     FALSE 2022-12-16 19:00:00
## 1025 2022-12-16 18:58:32     FALSE 2022-12-16 19:00:00
## 1026 2022-12-16 18:57:56     FALSE 2022-12-16 19:00:00
## 1027 2022-12-16 18:57:24     FALSE 2022-12-16 19:00:00
## 1028 2022-12-16 18:57:03     FALSE 2022-12-16 19:00:00
## 1029 2022-12-16 18:56:47     FALSE 2022-12-16 19:00:00
## 1030 2022-12-16 18:56:39     FALSE 2022-12-16 19:00:00
## 1031 2022-12-16 18:56:26     FALSE 2022-12-16 19:00:00
## 1032 2022-12-16 18:56:12     FALSE 2022-12-16 19:00:00
## 1033 2022-12-16 18:55:29     FALSE 2022-12-16 19:00:00
## 1034 2022-12-16 18:55:02     FALSE 2022-12-16 19:00:00
## 1035 2022-12-16 18:54:23     FALSE 2022-12-16 19:00:00
## 1036 2022-12-16 18:54:18     FALSE 2022-12-16 19:00:00
## 1037 2022-12-16 18:54:11     FALSE 2022-12-16 19:00:00
## 1038 2022-12-16 18:54:10     FALSE 2022-12-16 19:00:00
## 1039 2022-12-16 18:54:04     FALSE 2022-12-16 19:00:00
## 1040 2022-12-16 18:53:20     FALSE 2022-12-16 19:00:00
## 1041 2022-12-16 18:53:15     FALSE 2022-12-16 19:00:00
## 1042 2022-12-16 18:52:53     FALSE 2022-12-16 19:00:00
## 1043 2022-12-16 18:51:19     FALSE 2022-12-16 19:00:00
## 1044 2022-12-16 18:50:53     FALSE 2022-12-16 19:00:00
## 1045 2022-12-16 18:50:40     FALSE 2022-12-16 19:00:00
## 1046 2022-12-16 18:50:30     FALSE 2022-12-16 19:00:00
## 1047 2022-12-16 18:50:11     FALSE 2022-12-16 19:00:00
## 1048 2022-12-16 18:49:11     FALSE 2022-12-16 19:00:00
## 1049 2022-12-16 18:48:34     FALSE 2022-12-16 19:00:00
## 1050 2022-12-16 18:48:31     FALSE 2022-12-16 19:00:00
## 1051 2022-12-16 18:47:58     FALSE 2022-12-16 19:00:00
## 1052 2022-12-16 18:47:34     FALSE 2022-12-16 19:00:00
## 1053 2022-12-16 18:47:04     FALSE 2022-12-16 19:00:00
## 1054 2022-12-16 18:46:44     FALSE 2022-12-16 19:00:00
## 1055 2022-12-16 18:46:25     FALSE 2022-12-16 19:00:00
## 1056 2022-12-16 18:45:26     FALSE 2022-12-16 19:00:00
## 1057 2022-12-16 18:45:13     FALSE 2022-12-16 19:00:00
## 1058 2022-12-16 18:45:06     FALSE 2022-12-16 19:00:00
## 1059 2022-12-16 18:44:50     FALSE 2022-12-16 19:00:00
## 1060 2022-12-16 18:44:38     FALSE 2022-12-16 19:00:00
## 1061 2022-12-16 18:44:34     FALSE 2022-12-16 19:00:00
## 1062 2022-12-16 18:44:08     FALSE 2022-12-16 19:00:00
## 1063 2022-12-16 18:43:42     FALSE 2022-12-16 19:00:00
## 1064 2022-12-16 18:43:39     FALSE 2022-12-16 19:00:00
## 1065 2022-12-16 18:43:18     FALSE 2022-12-16 19:00:00
## 1066 2022-12-16 18:43:06     FALSE 2022-12-16 19:00:00
## 1067 2022-12-16 18:43:05     FALSE 2022-12-16 19:00:00
## 1068 2022-12-16 18:42:32     FALSE 2022-12-16 19:00:00
## 1069 2022-12-16 18:42:32     FALSE 2022-12-16 19:00:00
## 1070 2022-12-16 18:42:24     FALSE 2022-12-16 19:00:00
## 1071 2022-12-16 18:42:11     FALSE 2022-12-16 19:00:00
## 1072 2022-12-16 18:41:57     FALSE 2022-12-16 19:00:00
## 1073 2022-12-16 18:41:49     FALSE 2022-12-16 19:00:00
## 1074 2022-12-16 18:41:39     FALSE 2022-12-16 19:00:00
## 1075 2022-12-16 18:41:28     FALSE 2022-12-16 19:00:00
## 1076 2022-12-16 18:41:12     FALSE 2022-12-16 19:00:00
## 1077 2022-12-16 18:40:43     FALSE 2022-12-16 19:00:00
## 1078 2022-12-16 18:40:33     FALSE 2022-12-16 19:00:00
## 1079 2022-12-16 18:40:30     FALSE 2022-12-16 19:00:00
## 1080 2022-12-16 18:40:27     FALSE 2022-12-16 19:00:00
## 1081 2022-12-16 18:40:25     FALSE 2022-12-16 19:00:00
## 1082 2022-12-16 18:40:20     FALSE 2022-12-16 19:00:00
## 1083 2022-12-16 18:40:11     FALSE 2022-12-16 19:00:00
## 1084 2022-12-16 18:39:39     FALSE 2022-12-16 19:00:00
## 1085 2022-12-16 18:39:36     FALSE 2022-12-16 19:00:00
## 1086 2022-12-16 18:39:36     FALSE 2022-12-16 19:00:00
## 1087 2022-12-16 18:39:23     FALSE 2022-12-16 19:00:00
## 1088 2022-12-16 18:39:19     FALSE 2022-12-16 19:00:00
## 1089 2022-12-16 18:39:18     FALSE 2022-12-16 19:00:00
## 1090 2022-12-16 18:39:02     FALSE 2022-12-16 19:00:00
## 1091 2022-12-16 18:38:53     FALSE 2022-12-16 19:00:00
## 1092 2022-12-16 18:38:30     FALSE 2022-12-16 19:00:00
## 1093 2022-12-16 18:38:26     FALSE 2022-12-16 19:00:00
## 1094 2022-12-16 18:38:24     FALSE 2022-12-16 19:00:00
## 1095 2022-12-16 18:38:20     FALSE 2022-12-16 19:00:00
## 1096 2022-12-16 18:37:47     FALSE 2022-12-16 19:00:00
## 1097 2022-12-16 18:37:39     FALSE 2022-12-16 19:00:00
## 1098 2022-12-16 18:37:35     FALSE 2022-12-16 19:00:00
## 1099 2022-12-16 18:37:32     FALSE 2022-12-16 19:00:00
## 1100 2022-12-16 18:37:12     FALSE 2022-12-16 19:00:00
## 1101 2022-12-16 18:37:11     FALSE 2022-12-16 19:00:00
## 1102 2022-12-16 18:37:06     FALSE 2022-12-16 19:00:00
## 1103 2022-12-16 18:37:01     FALSE 2022-12-16 19:00:00
## 1104 2022-12-16 18:37:01     FALSE 2022-12-16 19:00:00
## 1105 2022-12-16 18:36:52     FALSE 2022-12-16 19:00:00
## 1106 2022-12-16 18:36:50     FALSE 2022-12-16 19:00:00
## 1107 2022-12-16 18:36:43     FALSE 2022-12-16 19:00:00
## 1108 2022-12-16 18:36:41     FALSE 2022-12-16 19:00:00
## 1109 2022-12-16 18:36:32     FALSE 2022-12-16 19:00:00
## 1110 2022-12-16 18:36:32     FALSE 2022-12-16 19:00:00
## 1111 2022-12-16 18:36:32     FALSE 2022-12-16 19:00:00
## 1112 2022-12-16 18:36:22     FALSE 2022-12-16 19:00:00
## 1113 2022-12-16 18:36:22     FALSE 2022-12-16 19:00:00
## 1114 2022-12-16 18:36:12     FALSE 2022-12-16 19:00:00
## 1115 2022-12-16 18:36:12     FALSE 2022-12-16 19:00:00
## 1116 2022-12-16 18:35:22     FALSE 2022-12-16 19:00:00
## 1117 2022-12-16 18:35:20     FALSE 2022-12-16 19:00:00
## 1118 2022-12-16 18:35:15     FALSE 2022-12-16 19:00:00
## 1119 2022-12-16 18:35:13     FALSE 2022-12-16 19:00:00
## 1120 2022-12-16 18:35:09     FALSE 2022-12-16 19:00:00
## 1121 2022-12-16 18:34:58     FALSE 2022-12-16 19:00:00
## 1122 2022-12-16 18:34:48     FALSE 2022-12-16 19:00:00
## 1123 2022-12-16 18:34:04     FALSE 2022-12-16 19:00:00
## 1124 2022-12-16 18:33:40     FALSE 2022-12-16 19:00:00
## 1125 2022-12-16 18:33:36     FALSE 2022-12-16 19:00:00
## 1126 2022-12-16 18:32:58     FALSE 2022-12-16 19:00:00
## 1127 2022-12-16 18:32:50     FALSE 2022-12-16 19:00:00
## 1128 2022-12-16 18:32:28     FALSE 2022-12-16 19:00:00
## 1129 2022-12-16 18:32:08     FALSE 2022-12-16 19:00:00
## 1130 2022-12-16 18:32:01     FALSE 2022-12-16 19:00:00
## 1131 2022-12-16 18:31:51     FALSE 2022-12-16 19:00:00
## 1132 2022-12-16 18:31:34     FALSE 2022-12-16 19:00:00
## 1133 2022-12-16 18:31:15     FALSE 2022-12-16 19:00:00
## 1134 2022-12-16 18:31:01     FALSE 2022-12-16 19:00:00
## 1135 2022-12-16 18:30:21     FALSE 2022-12-16 19:00:00
## 1136 2022-12-16 18:30:21     FALSE 2022-12-16 19:00:00
## 1137 2022-12-16 18:30:20     FALSE 2022-12-16 19:00:00
## 1138 2022-12-16 18:30:17     FALSE 2022-12-16 19:00:00
## 1139 2022-12-16 18:29:43     FALSE 2022-12-16 18:00:00
## 1140 2022-12-16 18:29:42     FALSE 2022-12-16 18:00:00
## 1141 2022-12-16 18:29:29     FALSE 2022-12-16 18:00:00
## 1142 2022-12-16 18:28:19     FALSE 2022-12-16 18:00:00
## 1143 2022-12-16 18:27:43     FALSE 2022-12-16 18:00:00
## 1144 2022-12-16 18:27:37     FALSE 2022-12-16 18:00:00
## 1145 2022-12-16 18:27:29     FALSE 2022-12-16 18:00:00
## 1146 2022-12-16 18:27:16     FALSE 2022-12-16 18:00:00
## 1147 2022-12-16 18:27:06     FALSE 2022-12-16 18:00:00
## 1148 2022-12-16 18:26:56     FALSE 2022-12-16 18:00:00
## 1149 2022-12-16 18:26:35     FALSE 2022-12-16 18:00:00
## 1150 2022-12-16 18:26:34     FALSE 2022-12-16 18:00:00
## 1151 2022-12-16 18:26:29     FALSE 2022-12-16 18:00:00
## 1152 2022-12-16 18:25:18     FALSE 2022-12-16 18:00:00
## 1153 2022-12-16 18:24:59     FALSE 2022-12-16 18:00:00
## 1154 2022-12-16 18:24:45     FALSE 2022-12-16 18:00:00
## 1155 2022-12-16 18:24:11     FALSE 2022-12-16 18:00:00
## 1156 2022-12-16 18:24:03     FALSE 2022-12-16 18:00:00
## 1157 2022-12-16 18:23:35     FALSE 2022-12-16 18:00:00
## 1158 2022-12-16 18:22:58     FALSE 2022-12-16 18:00:00
## 1159 2022-12-16 18:22:52     FALSE 2022-12-16 18:00:00
## 1160 2022-12-16 18:22:16     FALSE 2022-12-16 18:00:00
## 1161 2022-12-16 18:22:15     FALSE 2022-12-16 18:00:00
## 1162 2022-12-16 18:22:14     FALSE 2022-12-16 18:00:00
## 1163 2022-12-16 18:22:12     FALSE 2022-12-16 18:00:00
## 1164 2022-12-16 18:22:10     FALSE 2022-12-16 18:00:00
## 1165 2022-12-16 18:22:09     FALSE 2022-12-16 18:00:00
## 1166 2022-12-16 18:22:07     FALSE 2022-12-16 18:00:00
## 1167 2022-12-16 18:22:07     FALSE 2022-12-16 18:00:00
## 1168 2022-12-16 18:22:06     FALSE 2022-12-16 18:00:00
## 1169 2022-12-16 18:22:04     FALSE 2022-12-16 18:00:00
## 1170 2022-12-16 18:22:01     FALSE 2022-12-16 18:00:00
## 1171 2022-12-16 18:22:00     FALSE 2022-12-16 18:00:00
## 1172 2022-12-16 18:21:45     FALSE 2022-12-16 18:00:00
## 1173 2022-12-16 18:21:06     FALSE 2022-12-16 18:00:00
## 1174 2022-12-16 18:21:05     FALSE 2022-12-16 18:00:00
## 1175 2022-12-16 18:20:45     FALSE 2022-12-16 18:00:00
## 1176 2022-12-16 18:20:41     FALSE 2022-12-16 18:00:00
## 1177 2022-12-16 18:20:36     FALSE 2022-12-16 18:00:00
## 1178 2022-12-16 18:20:21     FALSE 2022-12-16 18:00:00
## 1179 2022-12-16 18:20:11     FALSE 2022-12-16 18:00:00
## 1180 2022-12-16 18:19:49     FALSE 2022-12-16 18:00:00
## 1181 2022-12-16 18:19:28     FALSE 2022-12-16 18:00:00
## 1182 2022-12-16 18:18:47     FALSE 2022-12-16 18:00:00
## 1183 2022-12-16 18:18:40     FALSE 2022-12-16 18:00:00
## 1184 2022-12-16 18:18:31     FALSE 2022-12-16 18:00:00
## 1185 2022-12-16 18:18:31     FALSE 2022-12-16 18:00:00
## 1186 2022-12-16 18:18:29     FALSE 2022-12-16 18:00:00
## 1187 2022-12-16 18:18:20     FALSE 2022-12-16 18:00:00
## 1188 2022-12-16 18:17:55     FALSE 2022-12-16 18:00:00
## 1189 2022-12-16 18:17:15     FALSE 2022-12-16 18:00:00
## 1190 2022-12-16 18:17:00     FALSE 2022-12-16 18:00:00
## 1191 2022-12-16 18:16:58     FALSE 2022-12-16 18:00:00
## 1192 2022-12-16 18:16:42     FALSE 2022-12-16 18:00:00
## 1193 2022-12-16 18:16:42     FALSE 2022-12-16 18:00:00
## 1194 2022-12-16 18:16:40     FALSE 2022-12-16 18:00:00
## 1195 2022-12-16 18:16:11     FALSE 2022-12-16 18:00:00
## 1196 2022-12-16 18:15:59     FALSE 2022-12-16 18:00:00
## 1197 2022-12-16 18:15:49     FALSE 2022-12-16 18:00:00
## 1198 2022-12-16 18:15:45     FALSE 2022-12-16 18:00:00
## 1199 2022-12-16 18:15:36     FALSE 2022-12-16 18:00:00
## 1200 2022-12-16 18:15:10     FALSE 2022-12-16 18:00:00
## 1201 2022-12-16 18:14:56     FALSE 2022-12-16 18:00:00
## 1202 2022-12-16 18:14:49     FALSE 2022-12-16 18:00:00
## 1203 2022-12-16 18:14:31     FALSE 2022-12-16 18:00:00
## 1204 2022-12-16 18:14:09     FALSE 2022-12-16 18:00:00
## 1205 2022-12-16 18:13:39     FALSE 2022-12-16 18:00:00
## 1206 2022-12-16 18:13:12     FALSE 2022-12-16 18:00:00
## 1207 2022-12-16 18:13:10     FALSE 2022-12-16 18:00:00
## 1208 2022-12-16 18:13:08     FALSE 2022-12-16 18:00:00
## 1209 2022-12-16 18:13:01     FALSE 2022-12-16 18:00:00
## 1210 2022-12-16 18:12:57     FALSE 2022-12-16 18:00:00
## 1211 2022-12-16 18:12:41     FALSE 2022-12-16 18:00:00
## 1212 2022-12-16 18:12:38     FALSE 2022-12-16 18:00:00
## 1213 2022-12-16 18:12:38     FALSE 2022-12-16 18:00:00
## 1214 2022-12-16 18:12:28     FALSE 2022-12-16 18:00:00
## 1215 2022-12-16 18:12:25     FALSE 2022-12-16 18:00:00
## 1216 2022-12-16 18:12:07     FALSE 2022-12-16 18:00:00
## 1217 2022-12-16 18:11:57     FALSE 2022-12-16 18:00:00
## 1218 2022-12-16 18:11:55     FALSE 2022-12-16 18:00:00
## 1219 2022-12-16 18:11:48     FALSE 2022-12-16 18:00:00
## 1220 2022-12-16 18:11:45     FALSE 2022-12-16 18:00:00
## 1221 2022-12-16 18:11:19     FALSE 2022-12-16 18:00:00
## 1222 2022-12-16 18:10:42     FALSE 2022-12-16 18:00:00
## 1223 2022-12-16 18:10:41     FALSE 2022-12-16 18:00:00
## 1224 2022-12-16 18:10:32     FALSE 2022-12-16 18:00:00
## 1225 2022-12-16 18:10:16     FALSE 2022-12-16 18:00:00
## 1226 2022-12-16 18:09:22     FALSE 2022-12-16 18:00:00
## 1227 2022-12-16 18:09:18     FALSE 2022-12-16 18:00:00
## 1228 2022-12-16 18:09:12     FALSE 2022-12-16 18:00:00
## 1229 2022-12-16 18:09:09     FALSE 2022-12-16 18:00:00
## 1230 2022-12-16 18:09:05     FALSE 2022-12-16 18:00:00
## 1231 2022-12-16 18:09:01     FALSE 2022-12-16 18:00:00
## 1232 2022-12-16 18:08:55     FALSE 2022-12-16 18:00:00
## 1233 2022-12-16 18:08:55     FALSE 2022-12-16 18:00:00
## 1234 2022-12-16 18:08:16     FALSE 2022-12-16 18:00:00
## 1235 2022-12-16 18:08:13     FALSE 2022-12-16 18:00:00
## 1236 2022-12-16 18:07:57     FALSE 2022-12-16 18:00:00
## 1237 2022-12-16 18:07:52     FALSE 2022-12-16 18:00:00
## 1238 2022-12-16 18:07:43     FALSE 2022-12-16 18:00:00
## 1239 2022-12-16 18:07:39     FALSE 2022-12-16 18:00:00
## 1240 2022-12-16 18:07:37     FALSE 2022-12-16 18:00:00
## 1241 2022-12-16 18:07:22     FALSE 2022-12-16 18:00:00
## 1242 2022-12-16 18:07:08     FALSE 2022-12-16 18:00:00
## 1243 2022-12-16 18:06:26     FALSE 2022-12-16 18:00:00
## 1244 2022-12-16 18:06:18     FALSE 2022-12-16 18:00:00
## 1245 2022-12-16 18:06:17     FALSE 2022-12-16 18:00:00
## 1246 2022-12-16 18:06:15     FALSE 2022-12-16 18:00:00
## 1247 2022-12-16 18:05:35     FALSE 2022-12-16 18:00:00
## 1248 2022-12-16 18:05:32     FALSE 2022-12-16 18:00:00
## 1249 2022-12-16 18:04:57     FALSE 2022-12-16 18:00:00
## 1250 2022-12-16 18:04:54     FALSE 2022-12-16 18:00:00
## 1251 2022-12-16 18:04:54     FALSE 2022-12-16 18:00:00
## 1252 2022-12-16 18:04:52     FALSE 2022-12-16 18:00:00
## 1253 2022-12-16 18:04:44     FALSE 2022-12-16 18:00:00
## 1254 2022-12-16 18:04:18     FALSE 2022-12-16 18:00:00
## 1255 2022-12-16 18:04:12     FALSE 2022-12-16 18:00:00
## 1256 2022-12-16 18:03:54     FALSE 2022-12-16 18:00:00
## 1257 2022-12-16 18:03:37     FALSE 2022-12-16 18:00:00
## 1258 2022-12-16 18:03:35     FALSE 2022-12-16 18:00:00
## 1259 2022-12-16 18:03:26     FALSE 2022-12-16 18:00:00
## 1260 2022-12-16 18:03:21     FALSE 2022-12-16 18:00:00
## 1261 2022-12-16 18:03:18     FALSE 2022-12-16 18:00:00
## 1262 2022-12-16 18:03:13     FALSE 2022-12-16 18:00:00
## 1263 2022-12-16 18:03:02     FALSE 2022-12-16 18:00:00
## 1264 2022-12-16 18:02:49     FALSE 2022-12-16 18:00:00
## 1265 2022-12-16 18:02:41     FALSE 2022-12-16 18:00:00
## 1266 2022-12-16 18:02:29     FALSE 2022-12-16 18:00:00
## 1267 2022-12-16 18:02:11     FALSE 2022-12-16 18:00:00
## 1268 2022-12-16 18:02:10     FALSE 2022-12-16 18:00:00
## 1269 2022-12-16 18:02:06     FALSE 2022-12-16 18:00:00
## 1270 2022-12-16 18:02:00     FALSE 2022-12-16 18:00:00
## 1271 2022-12-16 18:01:55     FALSE 2022-12-16 18:00:00
## 1272 2022-12-16 18:01:30     FALSE 2022-12-16 18:00:00
## 1273 2022-12-16 18:01:26     FALSE 2022-12-16 18:00:00
## 1274 2022-12-16 18:01:23     FALSE 2022-12-16 18:00:00
## 1275 2022-12-16 18:01:19     FALSE 2022-12-16 18:00:00
## 1276 2022-12-16 18:01:12     FALSE 2022-12-16 18:00:00
## 1277 2022-12-16 18:01:09     FALSE 2022-12-16 18:00:00
## 1278 2022-12-16 18:01:08     FALSE 2022-12-16 18:00:00
## 1279 2022-12-16 18:01:08     FALSE 2022-12-16 18:00:00
## 1280 2022-12-16 18:01:04     FALSE 2022-12-16 18:00:00
## 1281 2022-12-16 18:00:54     FALSE 2022-12-16 18:00:00
## 1282 2022-12-16 18:00:50     FALSE 2022-12-16 18:00:00
## 1283 2022-12-16 18:00:49     FALSE 2022-12-16 18:00:00
## 1284 2022-12-16 18:00:37     FALSE 2022-12-16 18:00:00
## 1285 2022-12-16 18:00:25     FALSE 2022-12-16 18:00:00
## 1286 2022-12-16 18:00:23     FALSE 2022-12-16 18:00:00
## 1287 2022-12-16 18:00:11     FALSE 2022-12-16 18:00:00
## 1288 2022-12-16 18:00:06     FALSE 2022-12-16 18:00:00
## 1289 2022-12-16 18:00:02     FALSE 2022-12-16 18:00:00
## 1290 2022-12-16 18:00:01     FALSE 2022-12-16 18:00:00
## 1291 2022-12-16 18:00:00     FALSE 2022-12-16 18:00:00
## 1292 2022-12-16 17:59:57     FALSE 2022-12-16 18:00:00
## 1293 2022-12-16 17:59:52     FALSE 2022-12-16 18:00:00
## 1294 2022-12-16 17:59:50     FALSE 2022-12-16 18:00:00
## 1295 2022-12-16 17:59:50     FALSE 2022-12-16 18:00:00
## 1296 2022-12-16 17:59:38     FALSE 2022-12-16 18:00:00
## 1297 2022-12-16 17:59:37     FALSE 2022-12-16 18:00:00
## 1298 2022-12-16 17:59:34     FALSE 2022-12-16 18:00:00
## 1299 2022-12-16 17:59:33     FALSE 2022-12-16 18:00:00
## 1300 2022-12-16 17:59:11     FALSE 2022-12-16 18:00:00
## 1301 2022-12-16 17:59:10     FALSE 2022-12-16 18:00:00
## 1302 2022-12-16 17:59:03     FALSE 2022-12-16 18:00:00
## 1303 2022-12-16 17:59:02     FALSE 2022-12-16 18:00:00
## 1304 2022-12-16 17:58:52     FALSE 2022-12-16 18:00:00
## 1305 2022-12-16 17:57:58     FALSE 2022-12-16 18:00:00
## 1306 2022-12-16 17:57:56     FALSE 2022-12-16 18:00:00
## 1307 2022-12-16 17:57:54     FALSE 2022-12-16 18:00:00
## 1308 2022-12-16 17:57:47     FALSE 2022-12-16 18:00:00
## 1309 2022-12-16 17:57:38     FALSE 2022-12-16 18:00:00
## 1310 2022-12-16 17:57:23     FALSE 2022-12-16 18:00:00
## 1311 2022-12-16 17:57:17     FALSE 2022-12-16 18:00:00
## 1312 2022-12-16 17:57:02     FALSE 2022-12-16 18:00:00
## 1313 2022-12-16 17:56:38     FALSE 2022-12-16 18:00:00
## 1314 2022-12-16 17:56:37     FALSE 2022-12-16 18:00:00
## 1315 2022-12-16 17:56:25     FALSE 2022-12-16 18:00:00
## 1316 2022-12-16 17:56:24     FALSE 2022-12-16 18:00:00
## 1317 2022-12-16 17:55:56     FALSE 2022-12-16 18:00:00
## 1318 2022-12-16 17:55:50     FALSE 2022-12-16 18:00:00
## 1319 2022-12-16 17:55:49     FALSE 2022-12-16 18:00:00
## 1320 2022-12-16 17:55:44     FALSE 2022-12-16 18:00:00
## 1321 2022-12-16 17:55:32     FALSE 2022-12-16 18:00:00
## 1322 2022-12-16 17:55:19     FALSE 2022-12-16 18:00:00
## 1323 2022-12-16 17:55:08     FALSE 2022-12-16 18:00:00
## 1324 2022-12-16 17:55:07     FALSE 2022-12-16 18:00:00
## 1325 2022-12-16 17:55:07     FALSE 2022-12-16 18:00:00
## 1326 2022-12-16 17:54:59     FALSE 2022-12-16 18:00:00
## 1327 2022-12-16 17:54:55     FALSE 2022-12-16 18:00:00
## 1328 2022-12-16 17:54:38     FALSE 2022-12-16 18:00:00
## 1329 2022-12-16 17:54:31     FALSE 2022-12-16 18:00:00
## 1330 2022-12-16 17:54:24     FALSE 2022-12-16 18:00:00
## 1331 2022-12-16 17:54:23     FALSE 2022-12-16 18:00:00
## 1332 2022-12-16 17:54:05     FALSE 2022-12-16 18:00:00
## 1333 2022-12-16 17:54:04     FALSE 2022-12-16 18:00:00
## 1334 2022-12-16 17:54:00     FALSE 2022-12-16 18:00:00
## 1335 2022-12-16 17:53:34     FALSE 2022-12-16 18:00:00
## 1336 2022-12-16 17:53:31     FALSE 2022-12-16 18:00:00
## 1337 2022-12-16 17:53:30     FALSE 2022-12-16 18:00:00
## 1338 2022-12-16 17:53:15     FALSE 2022-12-16 18:00:00
## 1339 2022-12-16 17:53:08     FALSE 2022-12-16 18:00:00
## 1340 2022-12-16 17:52:46     FALSE 2022-12-16 18:00:00
## 1341 2022-12-16 17:52:35     FALSE 2022-12-16 18:00:00
## 1342 2022-12-16 17:52:27     FALSE 2022-12-16 18:00:00
## 1343 2022-12-16 17:52:25     FALSE 2022-12-16 18:00:00
## 1344 2022-12-16 17:52:20     FALSE 2022-12-16 18:00:00
## 1345 2022-12-16 17:52:15     FALSE 2022-12-16 18:00:00
## 1346 2022-12-16 17:52:07     FALSE 2022-12-16 18:00:00
## 1347 2022-12-16 17:52:03     FALSE 2022-12-16 18:00:00
## 1348 2022-12-16 17:51:59     FALSE 2022-12-16 18:00:00
## 1349 2022-12-16 17:51:56     FALSE 2022-12-16 18:00:00
## 1350 2022-12-16 17:51:38     FALSE 2022-12-16 18:00:00
## 1351 2022-12-16 17:51:27     FALSE 2022-12-16 18:00:00
## 1352 2022-12-16 17:51:11     FALSE 2022-12-16 18:00:00
## 1353 2022-12-16 17:51:01     FALSE 2022-12-16 18:00:00
## 1354 2022-12-16 17:50:58     FALSE 2022-12-16 18:00:00
## 1355 2022-12-16 17:50:53     FALSE 2022-12-16 18:00:00
## 1356 2022-12-16 17:50:47     FALSE 2022-12-16 18:00:00
## 1357 2022-12-16 17:50:39     FALSE 2022-12-16 18:00:00
## 1358 2022-12-16 17:50:33     FALSE 2022-12-16 18:00:00
## 1359 2022-12-16 17:50:32     FALSE 2022-12-16 18:00:00
## 1360 2022-12-16 17:50:29     FALSE 2022-12-16 18:00:00
## 1361 2022-12-16 17:50:22     FALSE 2022-12-16 18:00:00
## 1362 2022-12-16 17:50:13     FALSE 2022-12-16 18:00:00
## 1363 2022-12-16 17:50:03     FALSE 2022-12-16 18:00:00
## 1364 2022-12-16 17:50:01     FALSE 2022-12-16 18:00:00
## 1365 2022-12-16 17:49:58     FALSE 2022-12-16 18:00:00
## 1366 2022-12-16 17:49:37     FALSE 2022-12-16 18:00:00
## 1367 2022-12-16 17:49:24     FALSE 2022-12-16 18:00:00
## 1368 2022-12-16 17:49:18     FALSE 2022-12-16 18:00:00
## 1369 2022-12-16 17:49:11     FALSE 2022-12-16 18:00:00
## 1370 2022-12-16 17:49:08     FALSE 2022-12-16 18:00:00
## 1371 2022-12-16 17:49:06     FALSE 2022-12-16 18:00:00
## 1372 2022-12-16 17:49:05     FALSE 2022-12-16 18:00:00
## 1373 2022-12-16 17:48:55     FALSE 2022-12-16 18:00:00
## 1374 2022-12-16 17:48:53     FALSE 2022-12-16 18:00:00
## 1375 2022-12-16 17:48:32     FALSE 2022-12-16 18:00:00
## 1376 2022-12-16 17:48:24     FALSE 2022-12-16 18:00:00
## 1377 2022-12-16 17:48:17     FALSE 2022-12-16 18:00:00
seventeen %>% pull(created) %>% min()
## [1] "2022-12-16 17:48:17 UTC"
seventeen %>% pull(created) %>% max()
## [1] "2022-12-16 23:59:39 UTC"

plotting ggplot() & plotly()

ggplot(data = seventeen, aes(x = created)) + geom_histogram(aes(fill = ..count..)) +
  theme(legend.position = "right") + xlab("Time") + ylab("Number of Tweets") +
  scale_fill_gradient(low = "green", high = "pink")
## Warning: The dot-dot notation (`..count..`) was deprecated in ggplot2 3.4.0.
## ℹ Please use `after_stat(count)` instead.
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

gpltly <- grp1 %>%
  dplyr::count(Created_At_Round) %>%
  ggplot(mapping = aes(x = Created_At_Round, y = n)) + theme_light() +
  geom_line() + xlab(label = 'Date') + ylab(label = NULL) +
  ggtitle(label = 'Number of Tweets Per Hour')
gpltly %>% ggplotly()

rts

svnteen1 <- seven10DF %>%
  select(screenName,text,created, isRetweet) %>% filter(isRetweet == TRUE)

group 2

svnteen1 %>%  
  group_by(1) %>%  
  summarise(max = max(created), min = min(created))
## # A tibble: 1 × 3
##     `1` max                 min                
##   <dbl> <dttm>              <dttm>             
## 1     1 2022-12-16 23:59:59 2022-12-16 17:48:08
grp2 <- svnteen1 %>%  mutate(Created_At_Round = created %>% round(units = 'hours') %>% as.POSIXct())
grp2
##           screenName
## 1          pipiii113
## 2          dinoIuvrr
## 3          faeiryoon
## 4        byul_______
## 5       cheolsoo1317
## 6           xhaobabi
## 7          dinoIuvrr
## 8        Vee70316545
## 9       ikonicpunani
## 10        squezeee_k
## 11            srzhyn
## 12       byul_______
## 13          ahluvgyu
## 14   adi_is_adrianne
## 15         dinoIuvrr
## 16    saythesebentin
## 17         dinoIuvrr
## 18       shimmerwonu
## 19   candiceskies_92
## 20          crstnvll
## 21   huihuibutterfly
## 22      celecorrea19
## 23       hoshiselbow
## 24           970406g
## 25          yjhdazed
## 26          yjwheeki
## 27    saythesebentin
## 28          _mikaelK
## 29      sm17eflowers
## 30          Kimbai18
## 31     mencarimingyu
## 32       reveluving_
## 33   Lillian79976312
## 34    saythesebentin
## 35      luluuuuu2000
## 36     Fabiola_army7
## 37         hamrangae
## 38     JeonghanieAgi
## 39   msirish0077yah1
## 40          luvksy__
## 41    jvillanueva_18
## 42      jeonjkww1_17
## 43    jeonjeonjeonsa
## 44    saythesebentin
## 45       shimmerwonu
## 46           Xyyyuna
## 47         kreixclsv
## 48         shuacubes
## 49      ChittaKun96L
## 50   adi_is_adrianne
## 51          kth_axie
## 52         spnadda36
## 53       bitteriiiie
## 54   huihuibutterfly
## 55     AlessaLeisure
## 56    saythesebentin
## 57    saythesebentin
## 58      dkyeomcartz_
## 59          gyucheoI
## 60    saythesebentin
## 61         kreixclsv
## 62          gyuxiiee
## 63       its_kimchoi
## 64       junshihaono
## 65     thedanmarquez
## 66          yexungie
## 67      jihoonmelody
## 68       shujisunday
## 69      owlghostbird
## 70       maecaratsxx
## 71           le_suho
## 72   JeonHwangSinKo1
## 73     agippanginnie
## 74     seokjinniepoo
## 75          luvksy__
## 76         koowinous
## 77     agippanginnie
## 78      dkyeomcartz_
## 79      mavillera_ww
## 80        tigerwoozi
## 81          carotbee
## 82        gooberjoon
## 83            9_eo42
## 84         mintcoups
## 85     JhycLovesKPOP
## 86           cy159__
## 87           theSDMG
## 88       yuka5470_17
## 89   AliciAmonxbe76R
## 90    ttalgi88966317
## 91        VinterScen
## 92          gyuriwon
## 93     JhycLovesKPOP
## 94          xhaobabi
## 95      DiamantYanie
## 96        jeycodonat
## 97   BayabanJennifer
## 98     heartjnwonwoo
## 99        chwedollyy
## 100    born2_beAlone
## 101       chwedollyy
## 102          aiFazz_
## 103      Yj7Sunshine
## 104       hellawoozi
## 105        malen_mbb
## 106       chwedollyy
## 107  EpicMahonelover
## 108      jinkunrjjin
## 109           Emygyu
## 110     huangjangeun
## 111         _iskartz
## 112        sARInghae
## 113         hoterim_
## 114     joshualover_
## 115          sujxsvt
## 116      jinkunrjjin
## 117       chwedollyy
## 118      dinaurlatte
## 119      _hanabibiii
## 120         xhaobabi
## 121        A17_sette
## 122      wonwonycart
## 123        Shadowmab
## 124     joshualover_
## 125         blondjun
## 126    butterscoup17
## 127         kaye7208
## 128      Nranieysa__
## 129   laisha_samanta
## 130   LunaIsabelle54
## 131      cikiputri20
## 132         prodbyIN
## 133        wonuhauIs
## 134        carat_say
## 135        carat_say
## 136  adi_is_adrianne
## 137        licu_cart
## 138         HEY8UDDY
## 139   _astridsoleil_
## 140   jeongshua_hoon
## 141          _kim_92
## 142        sanriozhi
## 143           Monwe_
## 144    bestboywoozi_
## 145        0manignat
## 146        luvdxbbey
## 147          _kim_92
## 148   sunflower_kims
## 149        notjeannn
## 150       seokhangel
## 151           wodisz
## 152      Yj7Sunshine
## 153       vymouse_ie
## 154          _kim_92
## 155       vymouse_ie
## 156     jasmineggies
## 157   bambinicologne
## 158        hoshiiest
## 159          _kim_92
## 160         lucidtzu
## 161   PalranghaeEisa
## 162          _kim_92
## 163       TaeNySone9
## 164         9796jeon
## 165           shvlia
## 166         PRODWZ96
## 167   dandelions1707
## 168       shuaonewoo
## 169       june_sunoo
## 170       wonsoonhan
## 171   dandelions1707
## 172        carrotanj
## 173       chwedollyy
## 174  GotWreckedbySVT
## 175        ImYeowoNy
## 176   pizzaboi_dekey
## 177          g_jukry
## 178     huangjangeun
## 179        kwonsnyng
## 180        wonuynter
## 181         lucidtzu
## 182      cheeesekeiz
## 183     MILKIEJEONS_
## 184        costerixa
## 185       yoonfiles_
## 186        misseuvee
## 187    Lia_seventeen
## 188         wonuuu__
## 189       kitsuneyh1
## 190       monichiId_
## 191        boutcheol
## 192          jwwshie
## 193     JadeJensen29
## 194          milkim_
## 195       primjeon97
## 196      Wookie_1211
## 197       MYOT12TRSR
## 198        igyuzihae
## 199      iamyomonday
## 200        caratfldk
## 201  hoshimagination
## 202       xcoupsxoon
## 203          jai_cka
## 204          LupeKTF
## 205        pawinajon
## 206     _flutterby_u
## 207         lee_rien
## 208          chweraa
## 209   imcrushingyouu
## 210          httpcmy
## 211   hongjisooworld
## 212      kwon_minwon
## 213         717Lunla
## 214     SHUAHOHOHOHO
## 215     cptnbrooklyn
## 216   misterchwechew
## 217       sukabuffet
## 218   shuasasparagus
## 219   saythesebentin
## 220  hoshimagination
## 221          unieyd2
## 222   ninikiddiemeal
## 223        reditulab
## 224         4ourMoon
## 225       songswltvs
## 226        kikyykiky
## 227      yjhanscloud
## 228   punggungscoups
## 229        yookkiyoo
## 230  FannyAc01338370
## 231    sunshinee_sol
## 232        reditulab
## 233   saythesebentin
## 234  welovekimjongun
## 235   saythesebentin
## 236        h0bifaceu
## 237           cjf7wc
## 238     ajuniceeey__
## 239    Wendy53755158
## 240  onyourj_eonghan
## 241   DarkAngel_LaLa
## 242           Ieah05
## 243     CaseyManasan
## 244    joc_minyoongi
## 245     nuralyh_ahmd
## 246      woohaohan17
## 247   saythesebentin
## 248   asulnabuwan08_
## 249       yoonichigo
## 250       vantaerinn
## 251   bambinicologne
## 252   saythesebentin
## 253    AlessaLeisure
## 254         ljnjm825
## 255      Iloveyou_SC
## 256       chulicoups
## 257      yjhanscloud
## 258         67minwon
## 259    Lia_seventeen
## 260           srzhyn
## 261       MingXiaoqt
## 262       myungswift
## 263      sound_of_dk
## 264     AuliaSeokmin
## 265    wortelpremium
## 266    wortelpremium
## 267       yoonfiles_
## 268       chingurl96
## 269         lalabin6
## 270      iamyomonday
## 271        seokkieji
## 272     QuickDsurfer
## 273         zidannu_
## 274        h0bifaceu
## 275   saythesebentin
## 276       hoonie_02z
## 277      tsukki_soma
## 278        ailaffuu_
## 279        hoshiiest
## 280      Kiamazinggg
## 281        h0bifaceu
## 282     pau_cheolsvt
## 283         unmoodnt
## 284       mochishuuu
## 285     loveminhyukk
## 286  hoshimagination
## 287       iam_zeevia
## 288      svt_cutiees
## 289        ww_chu_sc
## 290          mwoichi
## 291       MingXiaoqt
## 292           xiivr5
## 293      Hannahline5
## 294        snrhmllya
## 295    bobalimilktea
## 296      mosheymoshi
## 297  kwonwoohancheol
## 298       sebtinsebt
## 299        Moon_7661
## 300   saythesebentin
## 301       __kwonshii
## 302   changwonwoo_17
## 303        anneiyooo
## 304         bboogyus
## 305      mosheymoshi
## 306     wonupangpang
## 307          unieyd2
## 308        _wonuduel
## 309       kwonhosh06
## 310        fIowerIds
## 311      louiseee131
## 312       sebtinsebt
## 313       chomamamas
## 314   changwonwoo_17
## 315          awkiii_
## 316        kiawoniee
## 317        _wonuduel
## 318        dokyeom28
## 319    jeonghan_loml
## 320    Chi_CupSleeve
## 321      shanecarylm
## 322     rayne_rouise
## 323         lucidtzu
## 324      00110111kai
## 325     tteoksunokki
## 326         lucidtzu
## 327         haolabyu
## 328          jjeonzm
## 329         niw__new
## 330     lovemaze1992
## 331         jnwoowoo
## 332          liadeun
## 333           pwnrki
## 334      Yj7Sunshine
## 335        _wonuduel
## 336          liadeun
## 337       etoileshua
## 338   changwonwoo_17
## 339        cho2_tete
## 340      SHUAMALLOWS
## 341        kiawoniee
## 342   changwonwoo_17
## 343        kiawoniee
## 344        kwonfeedz
## 345        kiawoniee
## 346      darlingyu__
## 347   cantchoosebias
## 348      cheonsa_234
## 349        hansknnie
## 350      pocapoca_po
## 351        kiawoniee
## 352    uuwikayjunhui
## 353        ww_chu_sc
## 354   Seokjinniee_30
## 355        ww_chu_sc
## 356         beamz_25
## 357       nyiurpalem
## 358        vanilluxc
## 359        cheolblog
## 360          hrj_zai
## 361   changwonwoo_17
## 362          huei_ot
## 363        lunakyeom
## 364  Kimberl21634382
## 365          RrDeasy
## 366        ww_chu_sc
## 367         ravn_gth
## 368    ffallinforgyu
## 369  hoshimagination
## 370       NiaLidiaNY
## 371     AuliaSeokmin
## 372      iniminimoni
## 373   changwonwoo_17
## 374      usnorgmanis
## 375        Zqtie_min
## 376      Hannahline5
## 377       hoshieeeya
## 378        Zqtie_min
## 379     huangjangeun
## 380        Riskiyaa_
## 381        reditulab
## 382      iniminimoni
## 383      analgesica1
## 384     wonhwifulday
## 385        Armcgenes
## 386   sadist_bbypink
## 387     tteoksunokki
## 388       Eyenatniya
## 389   changwonwoo_17
## 390         Kimbai18
## 391        _wonuduel
## 392      iniminimoni
## 393      _fallenyoon
## 394   meows_junnie96
## 395      jjongjj1004
## 396          jchzafx
## 397         KIM1N9YU
## 398      jjongjj1004
## 399   changwonwoo_17
## 400      SHUAMALLOWS
## 401    svteumeikonic
## 402        o_oikawaa
## 403  iWyC3voMlsc6dME
## 404    yoongisgunner
## 405  iWyC3voMlsc6dME
## 406        iiamjanne
## 407     shuacheekies
## 408       sebtinsebt
## 409  supapornpoonpe9
## 410  iWyC3voMlsc6dME
## 411  iWyC3voMlsc6dME
## 412          zuuuri_
## 413      SHUAMALLOWS
## 414   ilchillguchill
## 415      jjongjj1004
## 416        agent_x53
## 417       docheolshi
## 418      jjongjj1004
## 419          sujxsvt
## 420         cmllecrz
## 421        orihimess
## 422    jeonwonuwu717
## 423   mikaelmaximoff
## 424  mr_bindaetteokk
## 425  8ZbFGUCMkTda8yC
## 426          sujxsvt
## 427       tetehcarat
## 428    Mamuang_mango
## 429       baebaeboo_
## 430        HeyYajyaj
## 431        orihimess
## 432          1woouji
## 433        takoyunki
## 434     PatDohertySF
## 435          hnsllvr
## 436  min_gyuldaengie
## 437        shuacubes
## 438    svteumeikonic
## 439  mr_bindaetteokk
## 440    annisanahdifs
## 441  cherryberry17__
## 442     user33715115
## 443        vanilluxc
## 444   127_LEEHAECHAN
## 445       nctzen_neo
## 446        djhaeruto
## 447      ayshuahong_
## 448   _meowmeowrayne
## 449        SangoNyaw
## 450  cherryberry17__
## 451     _nicolengggg
## 452           bp0797
## 453         lcvetlks
## 454  ultralordxyehet
## 455           mintd_
## 456       hannieyooo
## 457  cherryberry17__
## 458        MochiME10
## 459        apokkaddo
## 460        orihimess
## 461       noniehaver
## 462        agent_x53
## 463   changwonwoo_17
## 464         W0NUJE0N
## 465         shihohae
## 466  _selenagomezecu
## 467      1004_meanie
## 468           kmngy_
## 469           WX1796
## 470     SebongSev_17
## 471        foratsumu
## 472       BluemoonAn
## 473        agent_x53
## 474   _meowmeowrayne
## 475           pcyztt
## 476        ddinatika
## 477     _nicolengggg
## 478      aagathaaaaa
## 479           kmngy_
## 480    uriwoojiverse
## 481  happiestsebongs
## 482      AlexaAlecxa
## 483           ygjhdw
## 484   midnightscheol
## 485      kjkjaaaynu_
## 486   shuasasparagus
## 487      NaomiWidhia
## 488      vachirawyxt
## 489      rainny_0526
## 490  maungkwonhoshii
## 491   wonwoorideulip
## 492           wwzip_
## 493      AlexaAlecxa
## 494  mydarlinghansol
## 495        ailaffuu_
## 496     Whenever_SVT
## 497         bestnsdk
## 498           kmngy_
## 499       svteen_lei
## 500      cxrrxt_zxcv
## 501     hanniehaseyo
## 502        kukioreo_
## 503       hanniezel_
## 504   changwonwoo_17
## 505     dokyeomhanie
## 506  92jenlisafanboy
## 507      cielyyyfish
## 508     hanniehaseyo
## 509         tala_eri
## 510        seochaery
## 511    JhycLovesKPOP
## 512        quartzeri
## 513        binniee_4
## 514     ddadducheoli
## 515      foreheadsvt
## 516  starmyblink_emj
## 517        Jayshypn_
## 518         ksun_woo
## 519       carrotkaik
## 520     minemrmingyu
## 521        jeowolfie
## 522      mymoonnchan
## 523      AlexaAlecxa
## 524     alexa_mae135
## 525   changwonwoo_17
## 526   kyujimma_yewoo
## 527       milicrente
## 528        chewshv__
## 529   saythesebentin
## 530       MichWen548
## 531      AlexaAlecxa
## 532         rishenie
## 533           kmngy_
## 534  horanghaehoshii
## 535      glynbudolsz
## 536          kaiczea
## 537   shuasasparagus
## 538      AlexaAlecxa
## 539    JhycLovesKPOP
## 540      junhaocaart
## 541          kaiczea
## 542       Cherunghae
## 543    Wendy53755158
## 544       MingXiaoqt
## 545         ccavirae
## 546        chewshv__
## 547       kyeominiee
## 548          yeonxz0
## 549        shuacubes
## 550   changwonwoo_17
## 551        skynzysun
## 552     ChihiroHaru1
## 553      acheol_nice
## 554        luv__wonu
## 555   saythesebentin
## 556     mygoktsgkkmg
## 557        caratleil
## 558          kaiczea
## 559     itsmeeeAivee
## 560  handongonlyfans
## 561        vanilluxc
## 562      foreheadsvt
## 563   spacewalkcartz
## 564      _boocherry_
## 565    xylanasenzyme
## 566        jisstally
## 567  EpicMahonelover
## 568     nejra_bajric
## 569       kwonhosh06
## 570       oxcellaxav
## 571     akitasound__
## 572      rhyneldiego
## 573  shuhoshminkwann
## 574    yoonzinoverse
## 575  dokyeomsunsh1ne
## 576       kwonhosh06
## 577           mintd_
## 578       kwonhosh06
## 579    kwonie_chiewa
## 580     mygoktsgkkmg
## 581            MDFup
## 582    jeonghanlaozu
## 583          hzkyeom
## 584    Scpsbellezaaa
## 585  stllgyujuncheol
## 586     pamelajane28
## 587        din0logy_
## 588        vanilluxc
## 589       kwonhosh06
## 590       hanniehime
## 591      forSVTpolls
## 592     VictoriaPkmn
## 593         Soniaso_
## 594      AlexaAlecxa
## 595        cocopriv_
## 596          gyutome
## 597     alexa_mae135
## 598     ninelie_1982
## 599    ilovedokyeomm
## 600           ziepjs
## 601     klassicmingi
## 602       geonububby
## 603         maziidal
## 604        97XMNGHAO
## 605         vallhela
## 606     tteoksunokki
## 607       kwonhosh06
## 608       celiinezzi
## 609          shuacom
## 610        ciphersvn
## 611     claireisse23
## 612        97XMNGHAO
## 613         geewaiju
## 614  shuhoshminkwann
## 615     tteoksunokki
## 616           svvnfv
## 617        mutchenle
## 618       kwonhosh06
## 619        1989_1617
## 620     dkyeomcartz_
## 621   zayumzaddy8995
## 622       haesajae13
## 623       vwxy_len_z
## 624       ujiiiverse
## 625        1989_1617
## 626   MOONchild___03
## 627      onefinename
## 628  cherryberry17__
## 629        KILLUAYAH
## 630  MadelVillarias2
## 631     dkyeomcartz_
## 632   saythesebentin
## 633      onefinename
## 634   ykislifehelp11
## 635          ccheoli
## 636   SugaHoneyHoney
## 637     tteoksunokki
## 638      justforgyuu
## 639    svtworldcarat
## 640   Micapaolasolis
## 641         dkzdeals
## 642       bbyumingyu
## 643        11040906_
## 644       philgqueen
## 645   Micapaolasolis
## 646    svtworldcarat
## 647      AlexaAlecxa
## 648      svtmarketmy
## 649   8starpresident
## 650    Scpsbellezaaa
## 651          YaretG4
## 652     lixiegatinho
## 653    svtworldcarat
## 654     JeonKate_Que
## 655         WONW00ZI
## 656         huiluv17
## 657            S034L
## 658          duwaeji
## 659     joshualover_
## 660      Caramelaine
## 661         lolyummy
## 662      AlexaAlecxa
## 663  MnicaRe36388786
## 664      hoshiselbow
## 665       pepiyoung_
## 666      coupsiechoi
## 667       17sCouphan
## 668         lolyummy
## 669     mockingjed13
## 670     jihoonmelody
## 671       kwonhosh06
## 672        joonzino_
## 673     fairyoon1004
## 674      Caramelaine
## 675       chediejeon
## 676    yoonhongjisoo
## 677         Jacky_17
## 678   Micapaolasolis
## 679         Jacky_17
## 680      maeniecarat
## 681   everyone_wunoo
## 682   Micapaolasolis
## 683         Jacky_17
## 684       korelvsjin
## 685  MadelVillarias2
## 686   Micapaolasolis
## 687        woohaulsh
## 688       soonwonist
## 689         yoonh0ng
## 690         woozinut
## 691      lalawonshua
## 692        halaagire
## 693       Keiza_2298
## 694     JeonKate_Que
## 695       Smooochyay
## 696     shawolXcarat
## 697     micayientuan
## 698          dlsel14
## 699       O127drafts
## 700        Shelaziv1
## 701       kwonhosh06
## 702      haomingthe8
## 703  MadelVillarias2
## 704     bunnyjjongie
## 705           lhsfit
## 706  MadelVillarias2
## 707      everywon_ww
## 708  MadelVillarias2
## 709   jvillanueva_18
## 710         omwonwoo
## 711  MadelVillarias2
## 712     JeonKate_Que
## 713       melo619000
## 714         gyuriwon
## 715        linoch0co
## 716   Chloroform_021
## 717       dkyeomieee
## 718         mxwh_rox
## 719    luv_ingjunhao
## 720         May04EXO
## 721        xiao_yu07
## 722     seungsolehot
## 723     huangjangeun
## 724      tapia_aliya
## 725    yourgirljaney
## 726   EuniceGentolio
## 727   kimberlyoshing
## 728          sbuytme
## 729          ansaa27
## 730  MariamN21611718
## 731      kimjeonsimp
## 732           02seoo
## 733        kwujicart
## 734       jenoescart
## 735  chocopiewoocart
## 736      iniminimoni
## 737         4lwayshj
## 738          shuasbb
## 739       avokaiidoo
## 740          sanhjwa
## 741     seungsolehot
## 742  MadelVillarias2
## 743    ilovedokyeomm
## 744         www04827
## 745  MadelVillarias2
## 746     chwepinecone
## 747       bizurailee
## 748         akzehcba
## 749  MadelVillarias2
## 750   bucketlist2022
## 751       cloversky_
## 752      cherryshgyu
## 753  kathlee24126894
## 754        jkheartjk
## 755       hanjicheol
## 756        nayyynaa_
## 757           k_flwr
## 758         jnwoowoo
## 759   EuniceGentolio
## 760      onefinename
## 761    blondejungwoo
## 762    _jeonghan_nie
## 763       nisaland23
## 764           SOOR4H
## 765  Memoirs_ofRouge
## 766           SOOR4H
## 767      onefinename
## 768       naksjaksel
## 769           wwzip_
## 770  MadelVillarias2
## 771         95zbliss
## 772     nikkihorangi
## 773           wwzip_
## 774      httpsxpeach
## 775           joxuji
## 776       sofirios91
## 777        jaespoils
## 778          Tuty135
## 779      wonfeatdino
## 780  MadelVillarias2
## 781  maungkwonhoshii
## 782        jaespoils
## 783  Jeongmi39991707
## 784     joshuadobaur
## 785          EMSavvy
## 786        lalayzza_
## 787  MadelVillarias2
## 788       jimingyuu_
## 789        melby_yes
## 790   etherealkhoshi
## 791      iniminimoni
## 792      _hanabibiii
## 793      Yj7Sunshine
## 794  gyuldaengrideul
## 795  monanon73114193
## 796       mysvtworld
## 797          huinity
## 798        wonwoshuu
## 799    uriPirateKing
## 800        ovthumans
## 801      kaori761015
## 802  MadelVillarias2
## 803        sovoyeons
## 804        vjshualvr
## 805   cantchoosebias
## 806           wwzip_
## 807  seungcheoluvr13
## 808     k_winterbear
## 809         jhhjbuys
## 810     onlyoonchoi_
## 811    alexasarchive
## 812         tsay2120
## 813      billnheyman
## 814          _kimgyu
## 815     tdlajcjjad_5
## 816     anyacollects
## 817    uriPirateKing
## 818  Sabrina91721301
## 819      baekhyuaena
## 820    lovemaze_fave
## 821      larryyywins
## 822    jaelentineeee
## 823     medusamama21
## 824   etherealkhoshi
## 825  MadelVillarias2
## 826         ft_dino_
## 827     binibambinii
## 828      ppickblue05
## 829     akitasound__
## 830  hwang_sajangnim
## 831           1kfuyu
## 832     illaillaqila
## 833       creamcarat
## 834      mrscheollie
## 835         luvxrexo
## 836      hamzziangel
## 837      neocityvals
## 838  seungcheoluvr13
## 839      arisetotell
## 840       H0RANGKW0N
## 841   horangdanho5hi
## 842      hamzziangel
## 843         JkZeynoo
## 844         thugcafe
## 845    by_soonminwon
## 846    chandriaxford
## 847   dontbeclassist
## 848  bahiyya46904587
## 849        woyfakmen
## 850     celestialkmg
## 851     moonchiIdhan
## 852      httpsxpeach
## 853     goingboochan
## 854   8starpresident
## 855  yourspringnoona
## 856      joshuaphile
## 857       akqiwonnie
## 858        the8cheng
## 859        kiwiboong
## 860     everyoneelle
## 861     Amber_TaeJin
## 862         iceywifu
## 863      iniminimoni
## 864        glossipie
## 865       hobiiicart
## 866  MadelVillarias2
## 867          mynghoe
## 868        realseoIa
## 869        diarymoli
## 870        junhuisol
## 871  jisoomissedhani
## 872     Won09_abby19
## 873     starrrytaeee
## 874   horangdanho5hi
## 875          kim_erc
## 876       cessxyiest
## 877      hamzziangel
## 878       saytheboyz
## 879        baesujin7
## 880   christinaparkk
## 881          ennix21
## 882        cheolcake
## 883     Won09_abby19
## 884         yjhnslvr
## 885           1kfuyu
## 886          ennix21
## 887        jkscatkvn
## 888  jeonghanniehaee
## 889          dlsel14
## 890     hoshitenxten
## 891     yukimint0413
## 892        Daseamoon
## 893         yjhnslvr
## 894         yjhnslvr
## 895    hbdmingyuyaaa
## 896         _526214_
## 897    imcelinaaaaaa
## 898       cyutierull
## 899         yjhnslvr
## 900         jenosgbf
## 901        ketuabemm
## 902  min_gyuldaengie
## 903          kriri_v
## 904     liyacarat_an
## 905     tastywonwooo
## 906  SelenaHoneymoon
## 907       couphanshi
## 908  MadelVillarias2
## 909      svtqmnjnhwi
## 910         lemonvia
## 911  Kimberl21634382
## 912     notesonwoozi
## 913   minghaolicious
## 914       its_lily17
## 915      may_omar821
## 916  Kimberl21634382
## 917   svtcaretvernon
## 918      Myangel0526
## 919   jaehyuk_addict
## 920     hancheolshii
## 921     Won09_abby19
## 922  Kimberl21634382
## 923  stephanienotes_
## 924          Tuty135
## 925       _chennnhui
## 926        yuree_mae
## 927         scouporn
## 928     iaseokminnie
## 929        akifays99
## 930      hottiehoshi
## 931      seokshujiii
## 932     Won09_abby19
## 933  MadelVillarias2
## 934      yjinfires92
## 935    threetwonewoo
## 936     yoonie_jaemi
## 937        yawannabi
## 938         m9ichan_
## 939           riryle
## 940           1kfuyu
## 941      introjunhui
## 942         m9ichan_
## 943    nicolerika_24
## 944            a3_nc
## 945          jahchl_
## 946  Khate_Blackpink
## 947   SteveD36612713
## 948        fluffyy21
## 949    Lia_seventeen
## 950        shujisvt_
## 951        redtvelve
## 952       GreatTopow
## 953         m9ichan_
## 954        no1mrsboo
## 955      junshihaono
## 956  ur_fallinflower
## 957    etoile_150526
## 958        shujisvt_
## 959      HannahLabao
## 960        shujisvt_
## 961    etoile_150526
## 962       wonhaobubs
## 963           XuSimp
## 964          svtguoz
## 965     gyuhancheolz
## 966        horangful
## 967    etoile_150526
## 968        luthfifer
## 969    etoile_150526
## 970        paleisaxu
## 971         ivegenre
## 972     pigshxt_tang
## 973         m9ichan_
## 974  JuliaSchwarthof
## 975           ekcc73
## 976           enhyry
## 977        ggaleuk07
## 978           SVTAU9
## 979       cheolreads
## 980  hoshi_tigergaze
## 981  hoshifrutillita
## 982    chimchimney13
## 983        shujisvt_
## 984        17scarat7
## 985    hongjisoohoon
## 986       miimiisaem
## 987      kwonvell_17
## 988      elle_park22
## 989       versiani__
## 990      brattycarat
## 991          pal_ory
## 992           qqinxr
## 993     notesonwoozi
## 994        nojameden
## 995       retroshuji
## 996           eIhszo
## 997      kwonvell_17
## 998        noriwonss
## 999         Mixiziee
## 1000 _kwonhoshifire_
## 1001    carats052615
## 1002        _Moonpjw
## 1003      AYABIGWINN
## 1004   boonooniiieee
## 1005       paumojado
## 1006    SCoupstatuuu
## 1007 hoshi_tigergaze
## 1008  sunshinegongju
## 1009       amourwozi
## 1010     misshappy00
## 1011        saikisvt
## 1012       byBoobiu_
## 1013       bellrees1
## 1014   everywon9yu_k
## 1015      17sCouphan
## 1016     kwonvell_17
## 1017       byBoobiu_
## 1018     kwonvell_17
## 1019        afnidwii
## 1020       minrisuji
## 1021      17sCouphan
## 1022   jaehyun_noana
## 1023    gyuhancheolz
## 1024       Gladissp1
## 1025        smnthmgs
## 1026       jaespoils
## 1027      VinterScen
## 1028      forminwonn
## 1029        dohanjye
## 1030     cheoliemoja
## 1031 MadelVillarias2
## 1032 hoshi_tigergaze
## 1033 MadelVillarias2
## 1034       cheolacee
## 1035       jaespoils
## 1036       jaespoils
## 1037  sunshinegongju
## 1038      _dannyieee
## 1039      ynaloves17
## 1040        SIdolsay
## 1041       jaespoils
## 1042  Strwbrrycake01
## 1043     NoonaWonwoo
## 1044        B4NDSBOI
## 1045       jaespoils
## 1046      17sCouphan
## 1047       hanshuayo
## 1048 iflostplzreturn
## 1049          woowzn
## 1050        wonhuied
## 1051 chaoticgroupSVT
## 1052         yslshua
## 1053    geeeennielyn
## 1054    teh_acoustic
## 1055    luluuuuu2000
## 1056  marico59987359
## 1057 MadelVillarias2
## 1058         gr8hao_
## 1059         1keeer_
## 1060    hanniehaee17
## 1061     iniminimoni
## 1062       jaespoils
## 1063     murdrofcrow
## 1064         _archao
## 1065        maemeluv
## 1066     Special8387
## 1067    dokyeomistic
## 1068 cheonsarang1004
## 1069 jjongjjongiehae
## 1070    Jayahhhcytx_
## 1071     badutbagimu
## 1072        smnthmgs
## 1073 bahiyya46904587
## 1074      micacheeew
## 1075        ndmeanie
## 1076     bestboydino
## 1077        smnthmgs
## 1078        hwng__hj
## 1079   cheollierrys_
## 1080       ailaffuu_
## 1081 shuhoshminkwann
## 1082        dinolity
## 1083      anghel2__1
## 1084         afiiice
## 1085        henjxcin
## 1086      craftbybie
## 1087    HulyanaLucky
## 1088  sarcasticpaulo
## 1089   DickOnVeteran
## 1090       blcshao_o
## 1091       reditulab
## 1092    HulyanaLucky
## 1093 shuhoshminkwann
## 1094       reditulab
## 1095          h9shkw
## 1096      mxxnhwi796
## 1097        yowonwoo
## 1098   by_soonminwon
## 1099    poyo_gyu_SVT
## 1100      Triplekim2
## 1101       hannie_dk
## 1102        _Moonpjw
## 1103    Briankellyfc
## 1104     Hannahlois_
## 1105       min_gyuqt
## 1106      _pashhhhha
## 1107    uri_sebongs_
## 1108       Japuttttt
## 1109        carizenn
## 1110   rs_qrtz_srnty
## 1111      jokerjeons
## 1112       urmainbij
## 1113         029_joi
## 1114         seshi51
## 1115    akitasound__
## 1116       kisseugyu
## 1117     park_matyuu
## 1118       hanshuayo
## 1119        No1toKSJ
## 1120     AnOdeForSVT
## 1121     ohnununu_00
## 1122    junhui_budam
## 1123 magic_shop_0613
## 1124      MisoFruity
## 1125      micacheeew
## 1126      MisoFruity
## 1127         vangjjk
## 1128      nuelXwole8
## 1129 cheonsarang1004
## 1130    Won09_abby19
## 1131 loves_gyujunhao
## 1132        urhaven_
## 1133        kw0nSarl
## 1134      Iam_Anggel
## 1135 felixmullethair
## 1136      varriouses
## 1137      itzaescart
## 1138       taetaecte
## 1139 shuhoshminkwann
## 1140    Carrots_are_
## 1141 ItsNickyyymouse
## 1142      AezriU_SVT
## 1143       hanshuayo
## 1144      sebtinsebt
## 1145     murdrofcrow
## 1146 _yownicepaprika
## 1147       heykimgyu
## 1148       jaehearth
## 1149     iniminimoni
## 1150     dokyeokki17
## 1151        nyahquai
## 1152         H0SHLUV
## 1153    chenchen9785
## 1154     AnOdeForSVT
## 1155  qoniqoniqonita
## 1156        Niiikoru
## 1157   seoksoonshiii
## 1158     fairylady96
## 1159    Carrots_are_
## 1160  moonchildmina_
## 1161    Carrots_are_
## 1162  moonchildmina_
## 1163       blcshao_o
## 1164      ddeonutss_
## 1165      dynjnespnz
## 1166   jinovermorals
## 1167    kwonhsh15ky_
## 1168          i7eonu
## 1169 kyeomcheolcartz
## 1170       kukirawin
## 1171     dokyeokki17
## 1172       lesgauuur
## 1173    akitasound__
## 1174     Myra_Atiera
## 1175    pikanamjoon1
## 1176  svtenrgyskncre
## 1177          04yjhz
## 1178         zzywoon
## 1179      micacheeew
## 1180       FaanNicki
## 1181    cutiewonwooo
## 1182        scdreiel
## 1183    Rieli_lilili
## 1184      xcalicoups
## 1185      MisoFruity
## 1186     junshihaono
## 1187       kwonyoon_
## 1188       71209kart
## 1189   hazel_black11
## 1190    chimochicart
## 1191       hopeamy_t
## 1192 MonstaXWonhoVSQ
## 1193          huibns
## 1194      Sofiacarat
## 1195          04yjhz
## 1196         doIlyjn
## 1197     Y00NGIS_TWT
## 1198      coupsbunny
## 1199 seoulbondedsoul
## 1200     nininonugyu
## 1201   EmaknyakimRJ2
## 1202      _woozistar
## 1203  tiniwinijinnie
## 1204          huibns
## 1205           rmygk
## 1206 jjongjjongiehae
## 1207      GfortheHon
## 1208   RxseKgyUu_SVT
## 1209       wantcheol
## 1210      hanniessvt
## 1211  moonchildmina_
## 1212     AnOdeForSVT
## 1213    kookiejung19
## 1214          huibns
## 1215   JerlienCoyoca
## 1216      enhyfiness
## 1217  moonchildmina_
## 1218    hanniebaekso
## 1219 jjongjjongiehae
## 1220      iamtalika_
## 1221     shiningkwon
## 1222       wantcheol
## 1223      MisoFruity
## 1224 CutieDokyeommie
## 1225   rivierewenboo
## 1226       17scarat7
## 1227       ilhwngjin
## 1228  cherryforcheol
## 1229          huibns
## 1230       ggukjmnie
## 1231      seungjihoo
## 1232        hwajinss
## 1233          huibns
## 1234      MisoFruity
## 1235         Camisun
## 1236      enough4gyu
## 1237      sharlaraye
## 1238        ejjanggu
## 1239     curimansi88
## 1240     krizhielgwy
## 1241       wantcheol
## 1242         Camisun
## 1243        ejjanggu
## 1244       wantcheol
## 1245    seokmineeeee
## 1246        ejjanggu
## 1247        ejjanggu
## 1248       wantcheol
## 1249        m9ichan_
## 1250   matchaberry83
## 1251          huibns
## 1252         Camisun
## 1253 cheonsarang1004
## 1254      wonutiktik
## 1255 drewspotlessmin
## 1256      MisoFruity
## 1257        skshuabb
## 1258         vntaexv
## 1259        BRforJin
## 1260 drewspotlessmin
## 1261        m9ichan_
## 1262  moonchildmina_
## 1263        m9ichan_
## 1264  njunnaloeykyun
## 1265    SoftHope_Jay
## 1266      KM33957890
## 1267          huibns
## 1268 cheonsarang1004
## 1269  cantchoosebias
## 1270 stephanienotes_
## 1271      MisoFruity
## 1272         jhanrds
## 1273  hongranghae_30
## 1274        prjsluvs
## 1275        m9ichan_
## 1276      MisoFruity
## 1277 cheonsarang1004
## 1278  marico59987359
## 1279       adanganan
## 1280 only4jeonwonwoo
## 1281    rockwithkyeo
## 1282     latatucoups
## 1283  sarcasticpaulo
## 1284     4ever_stay1
## 1285        jianviel
## 1286   reebokjumeoni
## 1287         featsch
## 1288        Niiikoru
## 1289       myownplce
## 1290         naaxdt_
## 1291  dearjeongcheol
## 1292      jakefleurs
## 1293     Joshishua17
## 1294  marico59987359
## 1295  starrynight_jy
## 1296       Aeeaea_io
## 1297        cuddlkim
## 1298     SimplyYhanz
## 1299  rodriguez_anci
## 1300     latatucoups
## 1301  moonchildmina_
## 1302          huibns
## 1303       blcshao_o
## 1304       svtkarath
## 1305    junhaoinlove
## 1306   wonhwarchives
## 1307        _kookssi
## 1308   ujinonieloops
## 1309   scoupse_cheol
## 1310          huibns
## 1311    rockwithkyeo
## 1312          yrwon_
## 1313 BeaExolaghcarat
## 1314         p4rkjj_
## 1315          huibns
## 1316   SpicyMartinie
## 1317  moonchildmina_
## 1318        Niiikoru
## 1319    seoksookieee
## 1320    slowpoke_art
## 1321        m9ichan_
## 1322         chi_799
## 1323     wonungieeee
## 1324         http15s
## 1325       17scarat7
## 1326    smileangelfs
## 1327          huibns
## 1328       apoleague
## 1329       naju_rice
## 1330      ddeonutss_
## 1331        m9ichan_
## 1332          huibns
## 1333       heyembeey
## 1334    TheRealstanm
## 1335      noniehaver
## 1336        xxxrei_l
## 1337       ohmingiii
## 1338     byfxutifujo
## 1339  samiasamouna42
## 1340      noniehaver
## 1341    joshu_apollo
## 1342     njuninjun23
## 1343        jnwoowoo
## 1344  watanabaeparky
## 1345        tsay2120
## 1346    carattoall13
## 1347         Janu17_
## 1348        tsay2120
## 1349  Jana_Horanghae
## 1350      jeonghanbb
## 1351          huibns
## 1352         Janu17_
## 1353  woozitheredboy
## 1354      vil2_sofia
## 1355          4woota
## 1356  Jana_Horanghae
## 1357          huibns
## 1358   _jeonghan_nie
## 1359     GyuNunaXVII
## 1360    rockwithkyeo
## 1361    _anneknownnn
## 1362    dkyeomcartz_
## 1363       Yennieque
## 1364       luv__wonu
## 1365         1004wjy
## 1366       jinjuhaee
## 1367      moon950808
## 1368       alleizone
## 1369     moonyorongz
## 1370    huyngtaesimp
## 1371        fttihh__
## 1372       bernacnti
## 1373        huiluv17
## 1374  id_potatochips
## 1375      shujiicart
## 1376       17scarat7
## 1377       woooahaes
## 1378    dillikahoshi
## 1379    lyssalegaspi
## 1380   ancafrancinee
## 1381          4woota
## 1382       taetaecte
## 1383      priuzessin
## 1384    rockwithkyeo
## 1385  tannies_stigma
## 1386          khbbyd
## 1387     kimoonjin04
## 1388  moonchildmina_
## 1389       taetaecte
## 1390      dedelbebel
## 1391    LilyliYabbay
## 1392          huibns
## 1393  woozitheredboy
## 1394          4woota
## 1395   Wonwoohyun717
## 1396          huibns
## 1397       taetaecte
## 1398         029_joi
## 1399      priuzessin
## 1400       jonajopay
## 1401         029_joi
## 1402          huibns
## 1403   babysharkeu00
## 1404      gyurrified
## 1405 LeilaGo83141895
## 1406     jaemtokkiii
## 1407    Tass39192139
## 1408      pampam_sia
## 1409         029_joi
## 1410         jmnlied
## 1411  BTSeokjinnie__
## 1412    neozencityx_
## 1413        tyongflv
## 1414  moonchildmina_
## 1415          huibns
## 1416      Marie_BIM6
## 1417 RecheleKIMyours
## 1418         17dayph
## 1419        Niiikoru
## 1420     elysium0218
## 1421      priuzessin
## 1422      WizCarat01
## 1423    Carrots_are_
## 1424          4woota
## 1425     seu_venteen
## 1426     UrtAllgurl_
## 1427          huibns
## 1428      divine_gyu
## 1429  summer87874592
## 1430        flauwerr
## 1431          huibns
## 1432      priuzessin
## 1433      bardaguhan
## 1434       starhuish
## 1435         029_joi
## 1436        odetovou
## 1437        xyonewoo
## 1438     chansolcart
## 1439      vil2_sofia
## 1440  moonchildmina_
## 1441    dkyeomcartz_
## 1442      priuzessin
## 1443     Myra_Atiera
## 1444    yo_onjeongha
## 1445   caronia_elise
## 1446     honeygyuhao
## 1447     il0vemin9yu
## 1448   seungcheoleen
## 1449       kaardbord
## 1450      Kamila_svt
## 1451      Kendry_MCG
## 1452     kkwonslatte
## 1453      haosmyname
## 1454 Crazy4myselfBTS
## 1455  psowosejjddjmd
## 1456      yjeongshua
## 1457   choikkumasmom
## 1458       wonwoorai
## 1459    ihugjeonghan
## 1460      haulygraye
## 1461    epitychiahae
## 1462 AngelinLothian7
## 1463     seokjin1017
## 1464         KMac941
## 1465          huibns
## 1466   caronia_elise
## 1467       Deantree_
## 1468        ae_fngrl
## 1469      superRoxee
## 1470   daywithsebong
## 1471 cantchoosemygrp
## 1472       gotsvtave
## 1473    minghaopogii
## 1474  psowosejjddjmd
## 1475        mintyhyo
## 1476        I0082022
## 1477 jjongjjongiehae
## 1478        _miraker
## 1479        svtsuals
## 1480          4woota
## 1481  blackcomet1224
## 1482          huibns
## 1483    minghaopogii
## 1484         jhel172
## 1485 gK4ds3nRRHUsGpS
## 1486          yrwon_
## 1487          4woota
## 1488          huibns
## 1489    dkyeomcartz_
## 1490   user239718570
## 1491       jjongjino
## 1492      songswltvs
## 1493    dkyeomcartz_
## 1494     charianeliz
## 1495      myskrrrrrt
## 1496          4woota
## 1497      yjeongshua
## 1498    woowoonctsvt
## 1499      pixieyedam
## 1500      galaxywonj
## 1501   DennisCardiff
## 1502    sound_of_def
## 1503           wzrfc
## 1504      _wooziyaaa
## 1505      winddxncer
## 1506    minghaopogii
## 1507        hihenlo_
## 1508        wsecarat
## 1509        I0082022
## 1510       ellexjeon
## 1511         029_joi
## 1512    kyeomhanshua
## 1513     hoonki_0809
## 1514    kdrama_spice
## 1515      jjwinyllow
## 1516     nwsraveenoe
## 1517    bebenimingyu
## 1518     junhaocaart
## 1519       malax1925
## 1520   ontopischerry
## 1521    minisundery_
## 1522    YURAing_time
## 1523        17svtdiv
## 1524    kyeomhanshua
## 1525       wwinnckep
## 1526       luvssvntn
## 1527      hobisbabes
## 1528      chatime_id
## 1529   seokminspizza
## 1530      kkokkomelo
## 1531       Hao_KWHMM
## 1532      chatime_id
## 1533      semicolwon
## 1534      yjeongshua
## 1535     Koalajonnie
## 1536     lindzzz1357
## 1537      chatime_id
## 1538    ChaeHanCheol
## 1539  shadowcloudsss
## 1540       luvssvntn
## 1541      divine_gyu
## 1542        karibetl
## 1543    hongjoshookt
## 1544       gyuricshi
## 1545   NurfiantoGiar
## 1546         vangjjk
## 1547    ElizenGailey
## 1548        mrldcrtz
## 1549     iniminimoni
## 1550 ThrashCetchum12
## 1551      Nickholeas
## 1552         pal_ory
## 1553   buildismylove
## 1554  choihyebin0916
## 1555 pacarmabuchikou
## 1556       eocheolna
## 1557         vangjjk
## 1558       kookoogyu
## 1559        wooahskz
## 1560    yuki05260315
## 1561      Kooandmimi
## 1562      buutherfly
## 1563         vangjjk
## 1564      no20751519
## 1565        rawrtast
## 1566       bboyhao_o
## 1567    happyangelar
## 1568         vangjjk
## 1569         vangjjk
## 1570        lm1004th
## 1571      Kooandmimi
## 1572      gyulovelyy
## 1573         vangjjk
## 1574     moonyorongz
## 1575       jeyyxvier
## 1576       kyeomerry
## 1577  svtinthescoups
## 1578   junshuachanie
## 1579         maewooz
## 1580     iniminimoni
## 1581      yoonciella
## 1582         maewooz
## 1583     moonyorongz
## 1584        mchlgrno
## 1585    tdlajcjjad_5
## 1586    Podongtruzie
## 1587   dikeysunshine
## 1588        jjklvour
## 1589        bigwinme
## 1590    joshujikyeom
## 1591     pjsdumpcart
## 1592        jjklvour
## 1593       vocalnize
## 1594         svt_run
## 1595      sigure1218
## 1596         gyuuser
## 1597        jjklvour
## 1598    POCKETZZZZZZ
## 1599         gyuuser
## 1600        _maharrr
## 1601        17svtdiv
## 1602         vangjjk
## 1603      mikay_c4rt
## 1604      wonwooed29
## 1605    radIreaddzzz
## 1606      yawnonewoo
## 1607         vangjjk
## 1608      kimgyucart
## 1609    jicheolation
## 1610        ksoolina
## 1611       _kwendiii
## 1612     TerryMims14
## 1613   junshuachanie
## 1614       taetaecte
## 1615     butfirstsvt
## 1616     kaori761015
## 1617      yawnonewoo
## 1618         kthday_
## 1619     caratscloud
## 1620     luckyJMwins
## 1621          vkthzi
## 1622   DinaTangerino
## 1623     onlyone_woo
## 1624  Fullwinbearlhc
## 1625  xmyselfanymore
## 1626       mirabheLa
## 1627      inlove3517
## 1628  Lovable_WonWoo
## 1629          luvrc7
## 1630    akkinda_yoon
## 1631        17minone
## 1632      MichWen548
## 1633       saffiee07
## 1634   chwemoonlight
## 1635   nonstickygirl
## 1636  coupranghaeisa
## 1637   littlemoonhui
## 1638    kat_fanixczs
## 1639  carat17CARAT17
## 1640     mamemi_mari
## 1641        GWIYE0UN
## 1642   fokinavocadxs
## 1643      josheecart
## 1644       friedksoo
## 1645          lvyjm0
## 1646         4wonhao
## 1647        heeshuas
## 1648       shuarkive
## 1649   chwemoonlight
## 1650       joshiuahs
## 1651      galaxywonj
## 1652 EpicMahonelover
## 1653        handoks_
## 1654 katie_seventeen
## 1655     AnnieDewell
## 1656 in2sebongs4ever
## 1657      gyumaezing
## 1658        handoks_
## 1659    mimicheolhan
## 1660       cylomlcy7
## 1661 EpicMahonelover
## 1662        mingy0_o
## 1663 horangseranghae
## 1664      kkoccherry
## 1665   sanisanistore
## 1666      8winenight
## 1667    yourcaratzen
## 1668      Younghu1_2
## 1669  caratintheland
## 1670     kyeomshushi
## 1671       quartzhae
## 1672 EpicMahonelover
## 1673      axxelblade
## 1674         i60kwon
## 1675        wosesmio
## 1676   icaprikoornio
## 1677    peaceinwaves
## 1678     SolaceCart_
## 1679         LeckzyC
## 1680      myjin41292
## 1681  JustDecibelios
## 1682      no20751519
## 1683    HoshiCheeks_
## 1684         jchzafx
## 1685    dillikahoshi
## 1686          Nheda5
## 1687 jinniesarchives
## 1688    avocadoeluvs
## 1689     _taendipity
## 1690  allianedennise
## 1691    karlajeremee
## 1692    alpacajintae
## 1693    hhhongggshua
## 1694 stephanienotes_
## 1695    avocadoeluvs
## 1696  MoonbinsCirera
## 1697 in2sebongs4ever
## 1698       the8cheng
## 1699     _taendipity
## 1700      Desi_Ladki
## 1701     mamemi_mari
## 1702 mr_bindaetteokk
## 1703 EpicMahonelover
## 1704  taesmagicshopp
## 1705 shadowtrooper55
## 1706  Joonmyuniverse
## 1707      addicTINEE
## 1708         jujudtx
## 1709    MMariangel13
## 1710 HannahM21850825
## 1711 EpicMahonelover
## 1712     bangtanx7x7
## 1713         029_joi
## 1714           j8ng_
## 1715      altdokyeom
## 1716     snoozebaram
## 1717        Honggbae
## 1718       _kwendiii
## 1719     DELULURACHA
## 1720  TheeAstronaut7
## 1721       huintarou
## 1722      wonyanghui
## 1723         shjlvre
## 1724    cooks_scoups
## 1725     snoozebaram
## 1726   ho5hipangpang
## 1727       jenasriso
## 1728         acs_hao
## 1729          m_djmc
## 1730       b0ranghae
## 1731       aucstaybb
## 1732       elikyut26
## 1733        wdytmegg
## 1734      vyonitha_w
## 1735         vangjjk
## 1736      mingyuIomI
## 1737       Caelorenz
## 1738     jaegrayndal
## 1739     mamemi_mari
## 1740         029_joi
## 1741    babbibababez
## 1742    dwncheolcart
## 1743       bernacnti
## 1744    caratzendump
## 1745 woozintheclouds
## 1746      meeperseee
## 1747      deerhansie
## 1748         Asi__uL
## 1749     jo_shuahong
## 1750  spacewalkcartz
## 1751   ForeverMore03
## 1752     Febbloggerv
## 1753  spacewalkcartz
## 1754     michh134340
## 1755      Ima17honv_
## 1756      arcel_chwe
## 1757     ZachMicheli
## 1758   vvinterbear07
## 1759       bernacnti
## 1760  My_Tweety_Bird
## 1761    berrydelishx
## 1762    babbibababez
## 1763        woahaeee
## 1764         vangjjk
## 1765       chyngteen
## 1766   lavielee_cjsw
## 1767  Jana_Horanghae
## 1768         vangjjk
## 1769     yoonhaniyoo
## 1770         vangjjk
## 1771     sanhaechani
## 1772  carateu_wongyu
## 1773     woozfactory
## 1774          zzbhui
## 1775     Myra_Atiera
## 1776        woahaeee
## 1777        domiekie
## 1778     pakslamet88
## 1779       tinidorks
## 1780    nanagirlfrnd
## 1781         Zame_96
## 1782     jo_shuahong
## 1783       17scarat7
## 1784        fool4svt
## 1785     FatimaGail1
## 1786       jo_choisc
## 1787       EL_ICAAAA
## 1788  rocesjanelleee
## 1789        woahaeee
## 1790        hiheesng
## 1791        17minone
## 1792  anne_yeong1004
## 1793        lipwoozi
## 1794  watanabaeparky
## 1795   shua_1230_hae
## 1796 in2sebongs4ever
## 1797 JeonHwangSinKo1
## 1798     segyeshiimo
## 1799  kreng_of_coups
## 1800    minghaopogii
## 1801      yna_mx1357
## 1802  rocesjanelleee
## 1803  Jana_Horanghae
## 1804        hiheesng
## 1805    hcevaporated
## 1806    babbibababez
## 1807  Jana_Horanghae
## 1808 valeriaabigail9
## 1809     FatimaGail1
## 1810      AlyloonyPH
## 1811 butterflyamused
## 1812        maymaeey
## 1813     its_kimchoi
## 1814        lipwoozi
## 1815 in2sebongs4ever
## 1816        hiheesng
## 1817         shjlvre
## 1818      MicsMics07
## 1819        lipwoozi
## 1820     urcoffeelvr
## 1821    karlajeremee
## 1822      addicTINEE
## 1823  mingyukimlover
## 1824     FatimaGail1
## 1825         kaiahae
## 1826        narureen
## 1827  mingyukimlover
## 1828        hiheesng
## 1829    babi64691057
## 1830  Jana_Horanghae
## 1831     pancongkeju
## 1832     FatimaGail1
## 1833     onlyfor_one
## 1834       thdus6892
## 1835       notfine89
## 1836       thdus6892
## 1837      shestaken_
## 1838     mamemi_mari
## 1839       thdus6892
## 1840       Miinginni
## 1841     onlyfor_one
## 1842           msnwu
## 1843       woohaogin
## 1844    shuasblossom
## 1845    babbibababez
## 1846       wonugamer
## 1847         hao4reu
## 1848      im_itnnnnn
## 1849       imnylenor
## 1850  svt_wonwoojeon
## 1851        jjaeshi_
## 1852   Julia26954994
## 1853     svtea260515
## 1854  hansolcrackerz
## 1855   ForeverMore03
## 1856  MoonbinsCirera
## 1857  chinguuuuuuuuu
## 1858        dinoaraa
## 1859     svtea260515
## 1860       jo_choisc
## 1861         SB_0526
## 1862         shyxkjk
## 1863      boosreason
## 1864        izzoyall
## 1865   do_alyssa0101
## 1866    hangyulieee_
## 1867    babbibababez
## 1868 EpicMahonelover
## 1869    ihugjeonghan
## 1870    _wonurideul_
## 1871        izzoyall
## 1872  mingyukimlover
## 1873     kiraya_mita
## 1874     jo_shuahong
## 1875  mingyukimlover
## 1876    dreamyjunhui
## 1877    junhui_budam
## 1878    babbibababez
## 1879        Anijhope
## 1880 love_leprechaun
## 1881    eternalfluff
## 1882          VtSxad
## 1883      iuhnujnoom
## 1884   reminscingsvt
## 1885    dandieloniee
## 1886      kxxtaehyun
## 1887  Jana_Horanghae
## 1888         bvbbley
## 1889 sebeuntinicarat
## 1890        stycrteu
## 1891    swaggyhoshii
## 1892        hiheesng
## 1893      ahgaselimm
## 1894       yoonziwon
## 1895       boothesun
## 1896    cheoliedaddu
## 1897        hiheesng
## 1898    babbibababez
## 1899       hvnscheol
## 1900   KyeomiesWorld
## 1901   MONSTAXkillus
## 1902      jcngwoniee
## 1903        jssysimp
## 1904       iiamjanne
## 1905        din8nara
## 1906      iuhnujnoom
## 1907        hiheesng
## 1908   seoksoologist
## 1909       chipa_17i
## 1910    babbibababez
## 1911     jo_shuahong
## 1912    dreamyjunhui
## 1913    dreamyjunhui
## 1914        hiheesng
## 1915        hiheesng
## 1916      powlaaaber
## 1917    babbibababez
## 1918    bobohohohoho
## 1919        ybtkcart
## 1920        wwjnluvr
## 1921        hiheesng
## 1922   eyxseungcheol
## 1923 CutieDokyeommie
## 1924 thisisrealjayyy
## 1925        maemeluv
## 1926        bhizarre
## 1927 jeonghansluvbot
## 1928        lovesdyo
## 1929        hiheesng
## 1930  KSJsweetpotato
## 1931       mownchild
## 1932 julietmontero11
## 1933     kaiterrdrie
## 1934           dvnee
## 1935     kaiterrdrie
## 1936   KyeomiesWorld
## 1937     kaiterrdrie
## 1938     heejinsrosy
## 1939           dvnee
## 1940     kaiterrdrie
## 1941    bootiful1998
## 1942      naveedurie
## 1943    CrizziaLopez
## 1944        hiheesng
## 1945   KyeomiesWorld
## 1946   h3ll0_exoteen
## 1947          yrwon_
## 1948   naiiiwonuyong
## 1949  minghaolicious
## 1950      da_yan_jin
## 1951          i6vhan
## 1952 julietmontero11
## 1953   KyeomiesWorld
## 1954 julietmontero11
## 1955        enchugoo
## 1956          jmjnty
## 1957      minlixxoxo
## 1958     joueuriwons
## 1959      Mingyulay_
## 1960      cloudubiii
## 1961        n_adilia
## 1962        abi14789
## 1963     joueuriwons
## 1964 julietmontero11
## 1965    lovemyselfbt
## 1966          vitaae
## 1967 blysfulchanhyun
## 1968 winwinluvs12231
## 1969 howoorecueillir
## 1970        smwqpqp1
## 1971     yaaaknoriii
## 1972    CrizziaLopez
## 1973    everafterain
## 1974      AlyloonyPH
## 1975   coupshanified
## 1976    favouritezoo
## 1977      addicTINEE
## 1978      Okiebrit19
## 1979     yellooow_02
## 1980      SeokHanne7
## 1981      Lumiierree
## 1982      kwanseries
## 1983        hiheesng
## 1984 SimiaExspiravit
## 1985         Camisun
## 1986  ayodaddyshownu
## 1987        ya990211
## 1988       mingoohae
## 1989      extrasquee
## 1990     meloree_713
## 1991         jinsvee
## 1992 JulienneAranet1
## 1993      kwanseries
## 1994   coupshanified
## 1995      wonkyeomzz
## 1996        hiheesng
## 1997     gusibyukwon
## 1998        maymaeey
## 1999    honeybungyuu
## 2000   previousindex
## 2001         ikeuksn
## 2002      bookkeubox
## 2003      wonkyeomzz
## 2004       phoenenix
## 2005    Podongtruzie
## 2006      Issipisiii
## 2007      callmedkgf
## 2008     beensobabey
## 2009         xudiary
## 2010       ujigenius
## 2011     jo_shuahong
## 2012      e_scoupshi
## 2013    ikonicpunani
## 2014       hansknnie
## 2015  CabacangHannah
## 2016        putzzelo
## 2017    caratwolchez
## 2018      tinaneylon
## 2019    Bella_Bebe99
## 2020   bestboywoozi_
## 2021         lkim084
## 2022 TheEducatedBarb
## 2023  EuniceGentolio
## 2024       gyuilatte
## 2025      yoonssilvr
## 2026      chingurl96
## 2027     rubyjaniste
## 2028    dreamyjunhui
## 2029    mingyunism__
## 2030     itsmiramee_
## 2031      jackiesaku
## 2032         lkim084
## 2033       liezldhin
## 2034      geonububby
## 2035        hiheesng
## 2036      Yo0nnation
## 2037      nanasev7en
## 2038       dyeyahne1
## 2039        i015snoe
## 2040 servicesbydonna
## 2041        hiheesng
## 2042      caratphile
## 2043        hiheesng
## 2044        hiheesng
## 2045        ksyhozhi
## 2046        hiheesng
## 2047       notchew18
## 2048    noona_dohyon
## 2049          jstsvt
## 2050      _dannyieee
## 2051     krizhielgwy
## 2052  sebongie1woo17
## 2053 wondercheol9158
## 2054      jagiiii95z
## 2055      prioscoups
## 2056    jjong_hannie
## 2057    seuniesideup
## 2058   rayofsunkyeom
## 2059          jcf_aa
## 2060        ASAAVEEN
## 2061    mingfthao_17
## 2062     breadchenle
## 2063    mingfthao_17
## 2064   sousdictature
## 2065      armengggay
## 2066     PammyTrashy
## 2067          krz4ry
## 2068      JEONSNlGHT
## 2069 BeaExolaghcarat
## 2070          krz4ry
## 2071      KayeMissss
## 2072          615kwn
## 2073       ellexjeon
## 2074         _4btsvt
## 2075      Omi_Dollah
## 2076      addicTINEE
## 2077  NCT127_Dreamer
## 2078        JJENST4R
## 2079         zjhadey
## 2080         riIiple
## 2081 unexpectedcarat
## 2082        maymaeey
## 2083     windylearns
## 2084         nonusyi
## 2085 SeokjinOurMoon_
## 2086       Ricee____
## 2087    itss_tasiaaa
## 2088       hypeshota
## 2089     rockwithkoo
## 2090     windylearns
## 2091          gemsvt
## 2092       deboizone
## 2093         clowjfs
## 2094  cheonsannyeong
## 2095  wonuseungcheol
## 2096    jjong_hannie
## 2097        haoniste
## 2098   wonsollovebot
## 2099       SofhiaB19
## 2100  wonhanseoksoon
## 2101   Julia26954994
## 2102 unexpectedcarat
## 2103          gemsvt
## 2104   Julia26954994
## 2105        rindrina
## 2106      oohmakeuya
## 2107 unexpectedcarat
## 2108        maymaeey
## 2109  wonuseungcheol
## 2110     moonwen1996
## 2111      icecoupsoo
## 2112        jwwluuvs
## 2113  singgibanggi_7
## 2114          kezRmr
## 2115      skyxmhwjh_
## 2116          gemsvt
## 2117   horanghaehana
## 2118        jnwoowoo
## 2119        mimyumin
## 2120       boosksksk
## 2121 shua_1230315__y
## 2122          qscynr
## 2123         skhmjcw
## 2124 Kurotsuchi_____
## 2125          gemsvt
## 2126    berrymelonxx
## 2127     hongnotkong
## 2128        maymaeey
## 2129        rawrtast
## 2130        ahengeef
## 2131     soonchanlvr
## 2132        Romisk17
## 2133     arabellacrz
## 2134 CutieDokyeommie
## 2135 julietmontero11
## 2136  EuniceGentolio
## 2137 julietmontero11
## 2138   geochimeobshi
## 2139     joueuriwons
## 2140    Jincheollie8
## 2141       yaying_jf
## 2142  EuniceGentolio
## 2143 CutieDokyeommie
## 2144    cheolitopapi
## 2145    seongwujimin
## 2146    cheolitopapi
## 2147       l4l4milla
## 2148        jeonnbum
## 2149      byourhythm
## 2150        kw0nSarl
## 2151   bangteezkids_
## 2152      svntnzshua
## 2153        heebeans
## 2154          gemsvt
## 2155         dfordk_
## 2156    Seokjihanwon
## 2157          WH_OT7
## 2158    baekjeomahhh
## 2159   jhoannabeeeee
## 2160     just_pingu5
## 2161       l4l4milla
## 2162    hosh_hoshing
## 2163      mia_bbyuuu
## 2164  watanabaeparky
## 2165      KatsukiSel
## 2166     yoonzino_23
## 2167  lovesoonwooboo
## 2168     kimbokjooke
## 2169   wonranghaeee_
## 2170      pitcheolin
## 2171       NonieKoo_
## 2172     wonwoojoshy
## 2173    whore4marrow
## 2174       chwentchw
## 2175        shisoons
## 2176  hanniehaedaddu
## 2177    hancheolshii
## 2178     Evelin_6366
## 2179 92jenlisafanboy
## 2180     FatimaGail1
## 2181        jujuxvii
## 2182        ah_joshu
## 2183        ah_joshu
## 2184    fangirlll_19
## 2185       iloveesvt
## 2186        ah_joshu
## 2187 cutiejeonghan04
## 2188        B4NDSBOI
## 2189       LyzzznWon
## 2190        ah_joshu
## 2191       iloveesvt
## 2192          gemsvt
## 2193      mingyuIomI
## 2194      kyeowonwoo
## 2195  cherryberryhae
## 2196 JeonHwangSinKo1
## 2197     beensobabey
## 2198        ah_joshu
## 2199         aygchwe
## 2200       iloveesvt
## 2201     joueuriwons
## 2202         chwewei
## 2203    kerseyforyou
## 2204    cxexexjxaxyx
## 2205      otthirteen
## 2206          gemsvt
## 2207 JeonHwangSinKo1
## 2208       iloveesvt
## 2209         13ngyuu
## 2210      shishiyooo
## 2211  withshuaminwon
## 2212      yjeongh4an
## 2213     soulfullyst
## 2214      pfugallery
## 2215        x_xndzsy
## 2216       Eclipxe_s
## 2217   h3ll0_exoteen
## 2218         majaehs
## 2219        soft4ksy
## 2220        notjwonu
## 2221      imdeekayyy
## 2222       iloveesvt
## 2223       TOXX_XXOT
## 2224     jaz_beomjun
## 2225        seoksoar
## 2226          sjyvze
## 2227       iloveesvt
## 2228     cactusmunch
## 2229  17goldenbanana
## 2230       luv4cheol
## 2231         luna5ky
## 2232        nahyukie
## 2233  Cierracrouch91
## 2234       wonu_twou
## 2235        krshlvrn
## 2236      gethelight
## 2237 ridewithminaj__
## 2238      KWON_HANII
## 2239      kyeowonwoo
## 2240         17bbang
## 2241      DokyeomiaM
## 2242      nayeliii_a
## 2243       wonuluvsz
## 2244         lee_fy1
## 2245      _aichaaann
## 2246       binniee_4
## 2247      shishiyooo
## 2248     HIT0RIJANAI
## 2249       Almameni2
## 2250        eninisei
## 2251 Charlie86261337
## 2252    jjongjjingie
## 2253       qtpiewonu
## 2254        LOR3NLE1
## 2255      shishiyooo
## 2256       ahbabiboo
## 2257       haniinunu
## 2258    daphneleigh_
## 2259 sparklingcarat_
## 2260       iloveesvt
## 2261      shishiyooo
## 2262   svnchillhoons
## 2263         joshvtz
## 2264     iamyomonday
## 2265       palthe_17
## 2266         wonuwwj
## 2267         sskylwt
## 2268          kezRmr
## 2269         sskylwt
## 2270         gyusinn
## 2271        eninisei
## 2272         smdebus
## 2273         lee_fy1
## 2274        eninisei
## 2275       HyukELF93
## 2276      YunitaIsna
## 2277  ilchillguchill
## 2278        jeonxena
## 2279         sskylwt
## 2280   uri_se7enteen
## 2281        hylnshua
## 2282   caiiipingul17
## 2283       imrj_0412
## 2284        chemiyow
## 2285         sskylwt
## 2286        nctzsvtz
## 2287       HyukELF93
## 2288       ehmmtasty
## 2289      mingyuIomI
## 2290        eninisei
## 2291         sskylwt
## 2292         sskylwt
## 2293      caratphile
## 2294         cesumss
## 2295         sskylwt
## 2296   marvelous_adi
## 2297    wonusdumdumb
## 2298    wonunuhannie
## 2299         sskylwt
## 2300         ilyramn
## 2301         sskylwt
## 2302   sanisanistore
## 2303  KimMingyuJapan
## 2304    JELLYJUNNl3S
## 2305         xumhlvr
## 2306   sohui20578605
## 2307         niexzly
## 2308      cloudkwon_
## 2309      8winenight
## 2310 Giovann67851767
## 2311  ExolSaythename
## 2312         sskylwt
## 2313 gyuldaengrideul
## 2314       jo_choisc
## 2315    salmiahali11
## 2316 BlanquizaMariel
## 2317   Hoosier_Diddy
## 2318         sskylwt
## 2319 margajuliamarga
## 2320      hanquookka
## 2321        hanieeun
## 2322         sskylwt
## 2323  chiechiechie02
## 2324         sskylwt
## 2325     leeeeyaaaah
## 2326        GuchinoJ
## 2327  whippedformgyu
## 2328     Angel030202
## 2329     DianHyunWoo
## 2330    gyucheolatte
## 2331        RojGinez
## 2332    jjongjjingie
## 2333      haulygraye
## 2334         bcnjake
## 2335         gyusinn
## 2336     DizonElaisa
## 2337     carat_hazel
## 2338     gam3bo1wonu
## 2339    eriyaxsebong
## 2340         huito_o
## 2341       hoshdiwon
## 2342     MooseKnight
## 2343  chiechiechie02
## 2344          bxvcgt
## 2345         O2_Zein
## 2346       kaiwonkat
## 2347   minghaocheol_
## 2348         mansaes
## 2349       minhobi32
## 2350         chwewei
## 2351  svtstinkerbell
## 2352       ha00linxx
## 2353    btsvt_myhome
## 2354     jjongdol_xx
## 2355    TaeGookieTan
## 2356          Ms0T13
## 2357       dinounits
## 2358       ellexjeon
## 2359     jungwoogfie
## 2360      smellarbee
## 2361 WonuDSoundMaker
## 2362       ChiiLee12
## 2363         ssolchw
## 2364  thixinhdep1312
## 2365      CaratHong_
## 2366     ArraAlexxaa
## 2367     nyenyen_ien
## 2368      CaeberCruz
## 2369   jenbrthdayb0y
## 2370         featsch
## 2371       nic_roxas
## 2372       heykimgyu
## 2373      handycoups
## 2374       heykimgyu
## 2375         gyusinn
## 2376     cheoliemoja
## 2377     milkuddalgi
## 2378      sophiicart
## 2379        aluvrlol
## 2380      radiantsjy
## 2381         kwonvay
## 2382     SVT_PHCarat
## 2383        qkuncart
## 2384 etherealhraeth_
## 2385        aluvrlol
## 2386        mmgg_svt
## 2387   seokiechievie
## 2388    makachiseo_k
## 2389        qkuncart
## 2390       binniee_4
## 2391  KSJsweetpotato
## 2392       iiamjanne
## 2393        Hosehel7
## 2394     wonungieeee
## 2395       _jjkyuala
## 2396  MichealSolis16
## 2397    dadduhannie_
## 2398       binniee_4
## 2399       leebubu24
## 2400       _featdlno
## 2401  vanillabluetae
## 2402      chanieyeom
## 2403      ilove_gyuu
## 2404     micchievous
## 2405  chim_ft_sebong
## 2406      missin_9yu
## 2407         gyusinn
## 2408    wubianxiwang
## 2409       doominsun
## 2410        SViTkraM
## 2411        ahluvgyu
## 2412 JeonHwangSinKo1
## 2413   wonsollovebot
## 2414   collie_plus_8
## 2415       mry_latte
## 2416       _wonuhoon
## 2417       _featdlno
## 2418          jjs_jh
## 2419        _sailene
## 2420          jjeyha
## 2421       kixxibixi
## 2422   mingyu_kyu411
## 2423      wonseoksgf
## 2424   Hajeongwoo123
## 2425 goingleftnright
## 2426        _sailene
## 2427     Gentlesexy7
## 2428          mwseyy
## 2429     scjnjh_9405
## 2430 SamSamloveDKhae
## 2431   min9yuahjussi
## 2432          Ieah05
## 2433      triplechb_
## 2434      gyurrified
## 2435    stellonlyyou
## 2436       nasolunar
## 2437  itsmntflcklare
## 2438     baekhyuaena
## 2439        10VET4LK
## 2440     _hanihae101
## 2441    gam3rhyunwoo
## 2442       jo_choisc
## 2443      wonypottee
## 2444      viaellehyc
## 2445          jjs_jh
## 2446       howanghee
## 2447       hypeshota
## 2448        _sailene
## 2449        maemeluv
## 2450      wonmariwoo
## 2451     yellooow_02
## 2452       hoshiiest
## 2453          al2ama
## 2454 eunice_boohanie
## 2455      heyyydarya
## 2456      MoonJianne
## 2457  _meowmeowrayne
## 2458  starlight_0807
## 2459     eightstar__
## 2460  ashlee68868054
## 2461          kmglty
## 2462     mingyusuaIs
## 2463         gyusinn
## 2464      arcel_chwe
## 2465   seokmin121722
## 2466      fansince14
## 2467      acheolnice
## 2468     RaphaFourth
## 2469     kenyasbodin
## 2470      wonmariwoo
## 2471      carrotkaik
## 2472  hanniefication
## 2473 katie_seventeen
## 2474    justdeekaaay
## 2475      snoopyhaul
## 2476       ehmmtasty
## 2477        dalyahao
## 2478   pure_be_kind1
## 2479     alexaxoxo__
## 2480  Ashley19533156
## 2481    my_justsmile
## 2482 mymymymymywaaay
## 2483     ronikosmoss
## 2484   winrosycheeks
## 2485       hoshiiest
## 2486      _yenyenyen
## 2487     wone_woonly
## 2488    gfsvtbzlover
## 2489   pure_be_kind1
## 2490           eixyr
## 2491         _dkutie
## 2492       charwong2
## 2493           eixyr
## 2494        handoks_
## 2495    swaggyhoshii
## 2496           eixyr
## 2497          96_UZI
## 2498    rumaishaahza
## 2499        odetovou
## 2500    jeongcheolbb
## 2501          yj_bbh
## 2502   weakforjoshua
## 2503   sunnykyeommie
## 2504    my_justsmile
## 2505 in2sebongs4ever
## 2506    Crescent0624
## 2507          bcgaes
## 2508    BroccoliGyuu
## 2509      leejchanie
## 2510   lovjeongcheol
## 2511          618444
## 2512       yuchicart
## 2513       reditulab
## 2514       ceryiskan
## 2515       reditulab
## 2516       reditulab
## 2517       spideekay
## 2518  _meowmeowrayne
## 2519       reditulab
## 2520      150499_jpg
## 2521        sshxxxbi
## 2522 SweetVixenMusic
## 2523     wonuvobohan
## 2524     nojeell0128
## 2525       MYLUCKYDK
## 2526     mingyushibe
## 2527       binniee_4
## 2528     kimjeonsimp
## 2529    my_justsmile
## 2530        shiahaee
## 2531  _twothreeerica
## 2532 MichelleAnglic7
## 2533         Tsaalit
## 2534    makachiseo_k
## 2535         na77y_p
## 2536    makachiseo_k
## 2537         _aki_re
## 2538 hobsunshinecart
## 2539  _meowmeowrayne
## 2540       jzheshoon
## 2541    anjo_monstax
## 2542          srzhyn
## 2543       OmimiZero
## 2544    shinkibanggi
## 2545       ehmmtasty
## 2546       hoshiiest
## 2547   sunnykyeommie
## 2548        xiubrows
## 2549       jwonumeow
## 2550         UtaunaH
## 2551     Lou82189528
## 2552    yourcaratzen
## 2553    shinkibanggi
## 2554      kaileee_01
## 2555       hoshiiest
## 2556  retroviralodds
## 2557       hoshiiest
## 2558         rv__svt
## 2559     nielleja_24
## 2560       jkscatkvn
## 2561   geochimeobshi
## 2562  foreverwithus7
## 2563  taekookietrash
## 2564       ellexjeon
## 2565      MariGuiMo_
## 2566  Jeon_WonwooMin
## 2567 happyjoanavirus
## 2568     kiraya_mita
## 2569 Cristin44278071
## 2570   _wonuniverse_
## 2571   sunnykyeommie
## 2572    mr_dumbell10
## 2573   _wonderfulwoo
## 2574      sunric_twt
## 2575      jj81185070
## 2576       ellexjeon
## 2577 happyjoanavirus
## 2578  minghaolicious
## 2579       AzzaWindi
## 2580     Angel030202
## 2581      sssssseee_
## 2582     Mnemoiselle
## 2583      KWON_HANII
## 2584         forsvt9
## 2585  _meowmeowrayne
## 2586        elynd1sh
## 2587 Mariana00381568
## 2588     Lou82189528
## 2589    baekjeomahhh
## 2590    Claudiavc121
## 2591          J1HOON
## 2592  Seventeen_17_3
## 2593        yuarinea
## 2594         jnhrsnn
## 2595  saythesebentin
## 2596          prynn0
## 2597      svtscrispy
## 2598   saythename_JP
## 2599        0129buys
## 2600      jooshuuuji
## 2601         ptrkavs
## 2602      renkumikun
## 2603          ZrlRah
## 2604       k_fancyuh
## 2605     Lou82189528
## 2606          ZrlRah
## 2607  saythesebentin
## 2608     scjnjh_9405
## 2609        sayitbnx
## 2610     haojimalago
## 2611        0129buys
## 2612  saythesebentin
## 2613  saythesebentin
## 2614      rinaiombak
## 2615        sayitbnx
## 2616   saythename_JP
## 2617   saythename_JP
## 2618      svttannies
## 2619   saythename_JP
## 2620     Mnemoiselle
## 2621     kiraya_mita
## 2622        Faxfalay
## 2623       SofaCat26
## 2624          ossalp
## 2625   saythename_JP
## 2626         eysabff
## 2627       AeArnirah
## 2628       ti9erkwon
## 2629    akitasounddd
## 2630        Faxfalay
## 2631       jjowashua
## 2632       Chxmskxns
## 2633    _firstluvsvt
## 2634       wonshua95
## 2635       ti9erkwon
## 2636      woojirangi
## 2637           swjki
## 2638  sierra_soleilx
## 2639       Suun_seok
## 2640         gyusinn
## 2641  coupranghaeisa
## 2642         SyubAmy
## 2643      MySunMoon2
## 2644         sskylwt
## 2645       EL_ICAAAA
## 2646        sayitbnx
## 2647         sskylwt
## 2648          JW9705
## 2649         sskylwt
## 2650         sskylwt
## 2651      kaileee_01
## 2652        sayitbnx
## 2653       Chxmskxns
## 2654       minggurie
## 2655   mayoonminkook
## 2656       deekaeisa
## 2657        monaevis
## 2658 techmidschteach
## 2659       hourlyebi
## 2660      WheeInfant
## 2661 in2sebongs4ever
## 2662     markkeuu028
## 2663       yugtenhao
## 2664       hoshiiest
## 2665 EpicMahonelover
## 2666       hobilvrsz
## 2667       yachi6666
## 2668     withgtseven
## 2669   hansolkrakers
## 2670  saythesebentin
## 2671       yupuwulan
## 2672       ChiiLee12
## 2673  saythesebentin
## 2674   hansolkrakers
## 2675         hwakuna
## 2676      florinedbd
## 2677  taeskookieshop
## 2678   hansolkrakers
## 2679        pergyuwu
## 2680       Jhanniyyy
## 2681       hoshiiest
## 2682          cydorj
## 2683       kaizerxyr
## 2684       wonshua95
## 2685     wickterrell
## 2686       ellexjeon
## 2687        tsay2120
## 2688         gyurese
## 2689    tuananikalix
## 2690    odetochannie
## 2691 Fernand90778248
## 2692 katie_seventeen
## 2693      icedminwon
## 2694       hanlikive
## 2695       kaizerxyr
## 2696         mwchnjn
## 2697   dohwanbestboi
## 2698       binniee_4
## 2699      shoeahsshi
## 2700       hoshiiest
## 2701         namxo_o
## 2702        yanah_17
## 2703    tuananikalix
## 2704      imbluehour
## 2705     realsvtshua
## 2706      booricano_
## 2707       hoshiiest
## 2708  kpop_love13_17
## 2709        huiluv17
## 2710     lee_seulbi1
## 2711  morancachorrao
## 2712  saythesebentin
## 2713    tuananikalix
## 2714        pergyuwu
## 2715       ChiiLee12
## 2716       ichimmyyy
## 2717      icedminwon
## 2718        yanah_17
## 2719     mahal5_0430
## 2720       wonu_twou
## 2721 martyna_koniara
## 2722    tuananikalix
## 2723  SEVENTEENINFO1
## 2724        yanah_17
## 2725    tuananikalix
## 2726  dailyoungkhaye
## 2727 EpicMahonelover
## 2728        sserasol
## 2729        r_u_nice
## 2730         _aiioo_
## 2731        niw__new
## 2732      svtscrispy
## 2733       dmdefiore
## 2734     fairyhaoshi
## 2735      fordeoboyz
## 2736       hoeshijun
## 2737         bri_lrq
## 2738         chhyraa
## 2739  saythesebentin
## 2740       mrjhnllyd
## 2741        ravtoyou
## 2742         chhyraa
## 2743  SEVENTEENINFO1
## 2744    unodostrizz_
## 2745      wonutiktik
## 2746    United4Pinks
## 2747       Chxmskxns
## 2748    daphneleigh_
## 2749      Chilboni11
## 2750         teume2u
## 2751     withgtseven
## 2752      furcoathao
## 2753       Chxmskxns
## 2754       doominsun
## 2755 katie_seventeen
## 2756      mullenbe11
## 2757 geniusmoonvante
## 2758      AbbyMccord
## 2759  sierra_soleilx
## 2760        monbewon
## 2761           _r4i9
## 2762    deeekaaayyy_
## 2763      kaiiii_abl
## 2764       hoshiiest
## 2765   kidemaharanii
## 2766  SEVENTEENINFO1
## 2767    wonuwoocartt
## 2768        hikunsuk
## 2769       jiseokhao
## 2770  shu_nyamik_0o0
## 2771       hoshiiest
## 2772      Going_1woo
## 2773 geniusmoonvante
## 2774    artist_jhope
## 2775  SEVENTEENINFO1
## 2776  SEVENTEENINFO1
## 2777       hoshiiest
## 2778         mwchnjn
## 2779  SEVENTEENINFO1
## 2780      hozicheolo
## 2781    xumingha_o17
## 2782     lololoveuto
## 2783     alovelyfan_
## 2784       moonikwan
## 2785  maxineeehannie
## 2786       Chxmskxns
## 2787  saythesebentin
## 2788          96_UZI
## 2789     yow_sopyaaa
## 2790    zinnzalabim_
## 2791       sssebbbb_
## 2792  saythesebentin
## 2793  ChinkyutieOT12
## 2794         W1gmund
## 2795   dohwanbestboi
## 2796       _AnnVera_
## 2797    nanamshaliee
## 2798    hanniejeongz
## 2799     coupsloverr
## 2800  saythesebentin
## 2801  ChinkyutieOT12
## 2802         gyusinn
## 2803    nanamshaliee
## 2804     imwithjjong
## 2805   yusansunshine
## 2806  saythesebentin
## 2807        wonuupie
## 2808    hanniejeongz
## 2809        wonuupie
## 2810  SnowSunshineee
## 2811         msbston
## 2812       binniee_4
## 2813       rinsykwon
## 2814   tigerhoshiiii
## 2815   H0RANGHAEY00N
## 2816         chadzlt
## 2817      shiho_kim_
## 2818           gyuw_
## 2819       cheolt4ng
## 2820     coupsloverr
## 2821     itsmemarsea
## 2822        jnshuhaa
## 2823        jnshuhaa
## 2824       joonzino_
## 2825    nanamshaliee
## 2826       iluvponyo
## 2827        meowjnh_
## 2828    SinogbaAngel
## 2829   HOSHlFlCATlON
## 2830     ryushokupan
## 2831   xprssnsbymela
## 2832      woojirangi
## 2833 EpicMahonelover
## 2834       Chxmskxns
## 2835       binniee_4
## 2836      cart4taebi
## 2837   joshuasboyfie
## 2838         cyksivz
## 2839     chilcheol17
## 2840       somizitos
## 2841      shiho_kim_
## 2842     amor_neesha
## 2843          stthsn
## 2844   shiningdkyeom
## 2845 chocolexeascart
## 2846       ProZoneGD
## 2847      cart4taebi
## 2848     MINWHOMSTve
## 2849       Chxmskxns
## 2850      hozicheolo
## 2851  smilingdokyeom
## 2852  saythesebentin
## 2853    giuliaaaaa01
## 2854         fpdls_v
## 2855       Rj1Stacia
## 2856        61wonu_u
## 2857        fool4svt
## 2858    ArlethGiron4
## 2859     KimKaaIndri
## 2860    BamBamsBABYY
## 2861         GDKAI20
## 2862 jincrystalvoice
## 2863     seokgyukart
## 2864 Syarifah_Aini98
## 2865        jwwcloud
## 2866      booricano_
## 2867       LynRogero
## 2868   shiningdkyeom
## 2869  sierra_soleilx
## 2870     jo_shuahong
## 2871        iseoubel
## 2872        Brnrd_12
## 2873      booricano_
## 2874        jnghn410
## 2875   shiningdkyeom
## 2876  smilingdokyeom
## 2877     luciaelle25
## 2878        bunycatz
## 2879    SinogbaAngel
## 2880     wooshistick
## 2881      dokmingwoo
## 2882       8contents
## 2883     minimalbaca
## 2884  thixinhdep1312
## 2885     kenyasbodin
## 2886   shiningdkyeom
## 2887    sportsgeek42
## 2888   AdikPledis_17
## 2889      wwonuyoung
## 2890     kenyasbodin
## 2891       yoonjhany
## 2892       KylaKysha
## 2893      cheolsinta
## 2894    yo_onjeongha
## 2895 skskskskksgyuuu
## 2896        yjhvnnie
## 2897  coupranghaeisa
## 2898      addicTINEE
## 2899     mikalvision
## 2900          stthsn
## 2901       cherreale
## 2902 Lillian79976312
## 2903       _ravenboo
## 2904   shiningdkyeom
## 2905        2kay2kay
## 2906         gyusinn
## 2907   AdikPledis_17
## 2908        jijung31
## 2909     kenyasbodin
## 2910   lovjeongcheol
## 2911     meaniedraft
## 2912     _Horangrace
## 2913  itsmntflcklare
## 2914      _JJKLOVE__
## 2915      cloudkwon_
## 2916      ikaingaldo
## 2917    honeyjoo0514
## 2918     JenKasper81
## 2919       leerraeel
## 2920       Eclipxe_s
## 2921      jodilbeers
## 2922  nox_et_stellae
## 2923 yoongisdompling
## 2924  prdsdefprncss_
## 2925  sierra_soleilx
## 2926      kyeomispov
## 2927 yoonjeonghannny
## 2928          prynn0
## 2929    avocadoeluvs
## 2930    yoon_woo_soo
## 2931       ustwonwoo
## 2932   softboiwonwoo
## 2933       Eclipxe_s
## 2934       Eclipxe_s
## 2935        atin1918
## 2936  Jana_Horanghae
## 2937       ustwonwoo
## 2938         str_ony
## 2939     into_SooHui
## 2940       maristaas
## 2941    avocadoeluvs
## 2942          _dy178
## 2943     featscoupss
## 2944      kaileee_01
## 2945    avocadoeluvs
## 2946 OktavianiSinta3
## 2947       KylaKysha
## 2948     itsmemarsea
## 2949          stthsn
## 2950   DarkchocoJean
## 2951     sebongtinin
## 2952      jshcllngif
## 2953   blessie_lampa
## 2954     Lou82189528
## 2955   blessie_lampa
## 2956    seokchanhoon
## 2957     daehyungwim
## 2958    onlyoonchoi_
## 2959   DarkchocoJean
## 2960    seokchanhoon
## 2961       seonghyks
## 2962       faketobio
## 2963         _lovgyu
## 2964 wonseokuniverse
## 2965     hantydumpty
## 2966      dokmingwoo
## 2967    chaeyoungnna
## 2968      myskrrrrrt
## 2969 jeonjungcooky01
## 2970         jiswgyu
## 2971     SVT_xxshuaa
## 2972    lovemaze1992
## 2973          lwlla4
## 2974       ddaddu_17
## 2975     dinonara_15
## 2976  miura364082557
## 2977      mileunashi
## 2978 katie_seventeen
## 2979   javemeareason
## 2980     gam3bo1wonu
## 2981         mmt2431
## 2982       zy_wonsol
## 2983       Eclipxe_s
## 2984        e0heung_
## 2985     SVT_xxshuaa
## 2986 Lillian79976312
## 2987    ddaengdaebak
## 2988       ajunkkyyu
## 2989         shu8hae
## 2990       hani_cc17
## 2991         xuThe_8
## 2992        pwonkwan
## 2993       Kimjineda
## 2994 teatimewiththe8
## 2995       wonuskmin
## 2996     anajanine14
## 2997      _JJKLOVE__
## 2998   blessie_lampa
## 2999        9yuramen
## 3000    poottee_wonu
## 3001      koominiee_
## 3002         _dkutie
## 3003     orionandyou
## 3004     yousaranksj
## 3005       MeraLYS7N
## 3006      jimim_luvr
## 3007     s2nochikara
## 3008        eisazone
## 3009      ReinaKim06
## 3010     bitenbitter
## 3011      cheolsinta
## 3012      PABLOistic
## 3013      moonjunwin
## 3014       aviderrrr
## 3015  enjellovesyoon
## 3016        elyxcart
## 3017 Lillian79976312
## 3018   lorraineriego
## 3019  i_lightbeamers
## 3020      addicTINEE
## 3021 Lillian79976312
## 3022     sebongtinin
## 3023         jiestos
## 3024  AugustaHollywd
## 3025   ValentinaBSTV
## 3026    Nbodylistens
## 3027    sweetanime99
## 3028  Roberta_Lostia
## 3029       lil_meooo
## 3030      riri_eresh
## 3031  shuaranghaeeee
## 3032    gauri_always
## 3033        birulawt
## 3034  Roberta_Lostia
## 3035  sarcasticpaulo
## 3036   wonuuthankyou
## 3037 StewartSmithTwt
## 3038      stillbamie
## 3039        ospaxpop
## 3040         dkavinn
## 3041         niaeowz
## 3042        vrnnqtie
## 3043    sweetanime99
## 3044        shyuabun
## 3045    woncheolonly
## 3046         dangjwu
## 3047      stillbamie
## 3048       cheolt4ng
## 3049      thecheorry
## 3050 NickThiwerspoon
## 3051      thecheorry
## 3052       Doahae_17
## 3053       ketuabemm
## 3054      breadhao_o
## 3055      seungppiri
## 3056      hoshihtzuu
## 3057        tsay2120
## 3058   aladream31258
## 3059 katie_seventeen
## 3060        grrshxxx
## 3061    seokminroyal
## 3062       cheollryy
## 3063      cloudedbyu
## 3064    hanniejeongz
## 3065   ramyeonshikie
## 3066 theworldofshery
## 3067     jhhjantiera
## 3068      marieyaaee
## 3069        lamyeonz
## 3070 katie_seventeen
## 3071       us_writes
## 3072     ENGENEEEEE3
## 3073 theworldofshery
## 3074  Littlelambseat
## 3075       howanghee
## 3076   jihanificient
## 3077      carathae96
## 3078        elyxcart
## 3079   jihanificient
## 3080       chwentchw
## 3081 theworldofshery
## 3082  Roberta_Lostia
## 3083      _JJKLOVE__
## 3084        9yuramen
## 3085  Jana_Horanghae
## 3086          prynn0
## 3087      _JJKLOVE__
## 3088    lyonsagility
## 3089       wonyubuys
## 3090    sweetanime99
## 3091     wonurisoons
## 3092        kwoneisa
## 3093         taleofg
## 3094       wonyubuys
## 3095      hoonlights
## 3096  Jana_Horanghae
## 3097       wonyubuys
## 3098         m_khs11
## 3099     kyeomshijun
## 3100      svt_Moochi
## 3101     jhhjantiera
## 3102      cart4taebi
## 3103        junjolii
## 3104 CL0UDYSKIES_JPG
## 3105      joshy_buys
## 3106      cart4taebi
## 3107 Lillian79976312
## 3108       ksnfxyO17
## 3109   patchots_cart
## 3110  shuaranghaeeee
## 3111       ksnfxyO17
## 3112     Den61164492
## 3113      eisahyegi_
## 3114      DokyeomiaM
## 3115          oiiau1
## 3116        chattase
## 3117          AJSRNJ
## 3118   Lalalalisabp1
## 3119        tbqltbql
## 3120    JaiParonable
## 3121        mingy0_o
## 3122      DokyeomiaM
## 3123        mingy0_o
## 3124      sugarjeans
## 3125       dokyeowo_
## 3126     _hanabibiii
## 3127    JaiParonable
## 3128       jikoohaul
## 3129      btsvt_OT20
## 3130        wsecarat
## 3131     wonurisoons
## 3132         jng_hun
## 3133 bangtan_vorahae
## 3134  rsqrtzserenity
## 3135    lazybear1783
## 3136   sweetieonewoo
## 3137  Roberta_Lostia
## 3138        svtxtini
## 3139     meloree_713
## 3140   kyunsdaydream
## 3141         hcshinx
## 3142      pqpolitics
## 3143       kichanie_
## 3144         hcshinx
## 3145 sunwoonoona0412
## 3146      btsvt_OT20
## 3147        96WONWON
## 3148 hanniecheolieee
## 3149        9yuramen
## 3150    nanamshaliee
## 3151          skeym_
## 3152 onyourj_eonghan
## 3153        svtxtini
## 3154     byrvnmrthvn
## 3155  Roberta_Lostia
## 3156        jijung31
## 3157   SamRoseWatson
## 3158     cua_yolanda
## 3159    jagi_baeksoo
## 3160     Coenffl0514
## 3161    svtquerencia
## 3162      addicTINEE
## 3163      triplechb_
## 3164       meanieral
## 3165         _shuahi
## 3166       FthScoups
## 3167    kim_vannetae
## 3168       KarenTKD2
## 3169       the8cheng
## 3170      comicsoons
## 3171        96WONWON
## 3172    svtquerencia
## 3173   cia_kyeomshua
## 3174    dokyeomhanie
## 3175      shuahyunle
## 3176  imyourhope_jhs
## 3177   HollyAnderson
## 3178   yjhanniepyong
## 3179      yawnonewoo
## 3180  cheolcheollie_
## 3181   meongitemjeon
## 3182        catvrnon
## 3183      cart4taebi
## 3184   meongitemjeon
## 3185       iyoimiyai
## 3186      wonnosleep
## 3187       itsieworm
## 3188 min_gyuldaengie
## 3189        jponze24
## 3190      Adalid1004
## 3191        wsecarat
## 3192  jodohnyaksoo12
## 3193      bookishian
## 3194        chattase
## 3195 min_gyuldaengie
## 3196        pedzz_bd
## 3197          kezRmr
## 3198        lm1004th
## 3199        mistycsc
## 3200      gyulovelyy
## 3201   junoneplusone
## 3202    hanii_noonie
## 3203   junoneplusone
## 3204       GukMatoki
## 3205      s_scoups95
## 3206   saturnsorbit_
## 3207 favcheolcolatte
## 3208  lightcherrybee
## 3209 taro_marshmallo
## 3210        wsecarat
## 3211    piriwonpiris
## 3212     JE0NGINFLRT
## 3213   threetwonewoo
## 3214        JEON96WO
## 3215        wsecarat
## 3216     JE0NGINFLRT
## 3217   threetwonewoo
## 3218    arinnoexiste
## 3219     JE0NGINFLRT
## 3220  hoRANGHAEshiii
## 3221        wsecarat
## 3222       adean2025
## 3223        arys_mbb
## 3224     curimansi88
## 3225 hanniecheolieee
## 3226         _cxjayy
## 3227      urityongie
## 3228          cjclvs
## 3229    gyuseokhao97
## 3230        _intosvt
## 3231    girlstar_MBb
## 3232 krystalicznosc_
## 3233  Jana_Horanghae
## 3234     vvsoonyoung
## 3235 OktavianiSinta3
## 3236         ave5177
## 3237         xpjjkth
## 3238     kate_rach12
## 3239        iamsisha
## 3240      drowsyyy95
## 3241       the8cheng
## 3242      blankblush
## 3243        odetovou
## 3244    JiHannie0430
## 3245   thesnapshoots
## 3246    OxSvtEnhaSkz
## 3247       allowasky
## 3248        arumdyni
## 3249  Itsmepeeyyyttt
## 3250      Iyabenteen
## 3251       din0logy_
## 3252    sweetanime99
## 3253        iamsisha
## 3254        wowoozi_
## 3255    sweetanime99
## 3256        bcd_siew
## 3257  prdsdefprncss_
## 3258   liliiiiiiii_0
## 3259    niyarhmdny61
## 3260        boosboo_
## 3261      renjuntink
## 3262   uarmyprincess
## 3263  onetwosvnsquad
## 3264      najaeminax
## 3265  1004_Cheonghan
## 3266         zvndruh
## 3267        knjdkjww
## 3268     eightstar__
## 3269   addtocarteume
## 3270   liliiiiiiii_0
## 3271     minxhoshilv
## 3272        x_xndzsy
## 3273        catvrnon
## 3274   seoksoominwon
## 3275       allowasky
## 3276    DKHOSHISVT17
## 3277         vndump1
## 3278  HolyVandSuga03
## 3279     shiashishii
## 3280        wowoozi_
## 3281     junniemoon_
## 3282     kithicdames
## 3283   4darksunsets_
## 3284      hoebynight
## 3285        wowoozi_
## 3286      _imacarrot
## 3287 anyeongHOSHIyow
## 3288         Ayeroha
## 3289       btsvtlife
## 3290        wowoozi_
## 3291      hoebynight
## 3292          SHNLVI
## 3293 cheonsaimnidaaa
## 3294        wowoozi_
## 3295      shuashuji_
## 3296     wonwoncheol
## 3297       qtpiewonu
## 3298       iyoimiyai
## 3299      hoebynight
## 3300    moonchiIdhan
## 3301      carrotdeul
## 3302 cheollierancher
## 3303     ri_yomiaka_
## 3304       iyoimiyai
## 3305      _imacarrot
## 3306     ri_yomiaka_
## 3307      _imacarrot
## 3308     ri_yomiaka_
## 3309      via_is_avi
## 3310      _imacarrot
## 3311     kwonjeology
## 3312  Jana_Horanghae
## 3313  qwertaeyawnzzn
## 3314    JaiParonable
## 3315      _imacarrot
## 3316     ri_yomiaka_
## 3317   addtocarteume
## 3318  orianademierda
## 3319    JaiParonable
## 3320       joollylee
## 3321          dkymii
## 3322  Jana_Horanghae
## 3323     wonwoncheol
## 3324  Jana_Horanghae
## 3325   addtocarteume
## 3326  minghaosgiggle
## 3327       weannmxix
## 3328  teteplusgoogie
## 3329         bibivmt
## 3330     flos_osseus
## 3331  itsmntflcklare
## 3332         vntaexv
## 3333  Jana_Horanghae
## 3334 4v6ku4bmcJ7vHLy
## 3335       ibexenina
## 3336    dmpilgnfrncn
## 3337       ibexenina
## 3338 in2sebongs4ever
## 3339       ibexenina
## 3340  1004_Cheonghan
## 3341         vsqzc__
## 3342      JVOBADNEWS
## 3343        rvelmina
## 3344 Lillian79976312
## 3345        yowcoups
## 3346 Lillian79976312
## 3347 in2sebongs4ever
## 3348 ambiguous_amica
## 3349        kaiaxiii
## 3350       notchew18
## 3351        wowoozi_
## 3352   prodleejihoon
## 3353 Lillian79976312
## 3354       cain_fiel
## 3355         vsyouri
## 3356      Erkdizon25
## 3357   formingyu0208
## 3358     sartojoycee
## 3359       dinounits
## 3360       wonyubuys
## 3361    JaiParonable
## 3362 ruuubbbyyyyyyy4
## 3363      DokyeomiaM
## 3364      meaniewon_
## 3365      q_eenlopez
## 3366        wowoozi_
## 3367     lalaine_svt
## 3368    wildfirechae
## 3369       tiivvaaaa
## 3370       wonyubuys
## 3371 Lillian79976312
## 3372     _tzudorimin
## 3373      seok_jinam
## 3374   __WINTERMNJNG
## 3375  kyeommiedoremi
## 3376        wowoozi_
## 3377 Lillian79976312
## 3378  Jana_Horanghae
## 3379  teteplusgoogie
## 3380     25hupfendes
## 3381     VerbaSophia
## 3382 in2sebongs4ever
## 3383    dokyeomsvt10
## 3384   addtocarteume
## 3385       jeykey918
## 3386      koominiee_
## 3387  The_Drink_King
## 3388  rsqrtzserenity
## 3389       us_writes
## 3390 lovingmarinette
## 3391  personaltrashy
## 3392  moonjunhuihehe
## 3393        chattase
## 3394      hoshi_ky17
## 3395        eupauria
## 3396        wowoozi_
## 3397       aeieio_08
## 3398     nunbitterie
## 3399 Lillian79976312
## 3400     _tzudorimin
## 3401        hohuishi
## 3402  1004_Cheonghan
## 3403    amorabrienne
## 3404       fdxlla_na
## 3405     BOOTIEJESUS
## 3406    nanamshaliee
## 3407   addtocarteume
## 3408        xLeeKimx
## 3409  seokminoodles_
## 3410 in2sebongs4ever
## 3411        wowoozi_
## 3412 cheollierancher
## 3413      haydee199x
## 3414      jeonghan00
## 3415      hoebynight
## 3416        elnsxx07
## 3417 in2sebongs4ever
## 3418       kelimansi
## 3419    nanamshaliee
## 3420        tala_eri
## 3421       liza2196_
## 3422 acoustic_jisoo_
## 3423        markbium
## 3424       strawshua
## 3425 in2sebongs4ever
## 3426   FLOWERBOYSVTN
## 3427        kaiaxiii
## 3428   rkiveprettygf
## 3429     Santyyoo_97
## 3430   rkiveprettygf
## 3431    moonchiIdhan
## 3432  thundeeercloud
## 3433       wo_okyeom
## 3434        XRPdad23
## 3435         wonji96
## 3436    kyeomdaisies
## 3437       hopanness
## 3438      luvielilyv
## 3439     8makes1crab
## 3440  shuaashushushu
## 3441         wonji96
## 3442       _ravenboo
## 3443  shuaashushushu
## 3444        noraehey
## 3445      SasaHwang_
## 3446       ellie1700
## 3447  shuaashushushu
## 3448 in2sebongs4ever
## 3449    dmpilgnfrncn
## 3450    Coco07841857
## 3451 in2sebongs4ever
## 3452 in2sebongs4ever
## 3453   DwiNurlaeli11
## 3454 in2sebongs4ever
## 3455         hkaiove
## 3456 AnaSofa85784392
## 3457    dmpilgnfrncn
## 3458    Coco07841857
## 3459 SVTs_CARAT_YMMD
## 3460        _sojubuu
## 3461   FLOWERBOYSVTN
## 3462     lalawonshua
## 3463    dmpilgnfrncn
## 3464    GuiangAndrea
## 3465 in2sebongs4ever
## 3466      najaeminax
## 3467       luv__wonu
## 3468    dmpilgnfrncn
## 3469          huiblg
## 3470          NTO3OK
## 3471 in2sebongs4ever
## 3472    woozisplanet
## 3473    jeydinalways
## 3474         jisocyn
## 3475 in2sebongs4ever
## 3476      beahdaaay_
## 3477 in2sebongs4ever
## 3478    dmpilgnfrncn
## 3479   theotrickmann
## 3480        heyckffl
## 3481   dawgcommander
## 3482    dmpilgnfrncn
## 3483     _hanabibiii
## 3484        _imkkung
## 3485        noraehey
## 3486 Kim_AppleJinnie
## 3487    dmpilgnfrncn
## 3488         jusw_yo
## 3489      najaeminax
## 3490  jangseowon0506
## 3491       mrlnjnyzq
## 3492        _martski
## 3493  minghaosgiggle
## 3494   cia_kyeomshua
## 3495        jchukims
## 3496     han_keychan
## 3497       mrlnjnyzq
## 3498     beejungkook
## 3499    dmpilgnfrncn
## 3500     Malia_liine
## 3501      wonmariwoo
## 3502          bffswm
## 3503          bffswm
## 3504       strawshua
## 3505   uriPirateKing
## 3506       mrlnjnyzq
## 3507   kio_batumbaks
## 3508       mrlnjnyzq
## 3509     _LovelyMini
## 3510      moonmonggu
## 3511   uriPirateKing
## 3512         RiLo_08
## 3513         _kixyaa
## 3514      hoshijashy
## 3515  anne_yeong1004
## 3516         RiLo_08
## 3517       mrlnjnyzq
## 3518       jdynn1299
## 3519    dmpilgnfrncn
## 3520        zairawrr
## 3521      jjhuembp10
## 3522   rkiveprettygf
## 3523    svtdkwhipped
## 3524   rkiveprettygf
## 3525       huiluna17
## 3526        djsuh_10
## 3527      akukaratan
## 3528         justhvc
## 3529   jjeonghannxie
## 3530       CASVT_315
## 3531  starrysectorep
## 3532       Kateez_01
## 3533   loveskyeomshu
## 3534   rkiveprettygf
## 3535  aprilabsyuu6SJ
## 3536         Xelliy1
## 3537       mrlnjnyzq
## 3538     Chrishaynee
## 3539      minmo_onie
## 3540       strawshua
## 3541 _angelavidaloca
## 3542 JudyAnn28655971
## 3543    alyce_layden
## 3544        kyeomzyo
## 3545     han_keychan
## 3546 MCrisisTraveler
## 3547       schpsych8
## 3548         fpdls_v
## 3549    happyangelar
## 3550   moonjunhuisgf
## 3551         gyutuaI
## 3552      _taestytae
## 3553  spanishlatthe8
## 3554   hellevator67_
## 3555   rkiveprettygf
## 3556      akukaratan
## 3557        alynhbui
## 3558        j_soohwa
## 3559      jannayyyyy
## 3560   rkiveprettygf
## 3561    hannieficent
## 3562       ellie1700
## 3563      hanquookka
## 3564       mrlnjnyzq
## 3565      akukaratan
## 3566      dinoe_1999
## 3567       chrxphiyu
## 3568     25hupfendes
## 3569     sunrise_def
## 3570       wonwoost_
## 3571       mrlnjnyzq
## 3572        zairawrr
## 3573      dinoe_1999
## 3574          aeceyy
## 3575         c750123
## 3576     sartojoycee
## 3577      MichWen548
## 3578       rjthbags_
## 3579       mrlnjnyzq
## 3580    happyangelar
## 3581       meanieral
## 3582       rjthbags_
## 3583    dmpilgnfrncn
## 3584       zxcvbn248
## 3585     xpeacyjuns_
## 3586    dmpilgnfrncn
## 3587          jjs_jh
## 3588         zands_a
## 3589      hanquookka
## 3590 jeongcheolmahar
## 3591    dmpilgnfrncn
## 3592       ahloveyew
## 3593  starrysectorep
## 3594    btsvt_myhome
## 3595        eeaeauea
## 3596     Mandyamour3
## 3597       CASVT_315
## 3598   loveskyeomshu
## 3599     CaratxTeume
## 3600     _tzudorimin
## 3601    dmpilgnfrncn
## 3602        nomaesce
## 3603   loveskyeomshu
## 3604      hanquookka
## 3605 fitrianashinoda
## 3606   soft4ensvtexo
## 3607          HAN1RM
## 3608        zairawrr
## 3609         zands_a
## 3610      hobiiicart
## 3611    daphneleigh_
## 3612  svtdaydreaming
## 3613      hanquookka
## 3614       vobosquad
## 3615    dmpilgnfrncn
## 3616     rajjaameer1
## 3617    wonhaogyuhui
## 3618    treasuremaru
## 3619      dinasami22
## 3620       CASVT_315
## 3621   loveskyeomshu
## 3622    CurtneyloveB
## 3623    CurtneyloveB
## 3624    CurtneyloveB
## 3625       jdynn1299
## 3626        jchukims
## 3627  istrinyascoups
## 3628       CASVT_315
## 3629   Dulce51033154
## 3630   MoonSupport_1
## 3631     AHL0VECHE0L
## 3632      dinoe_1999
## 3633       notchew18
## 3634        jchukims
## 3635       SickSide3
## 3636    moonchiIdhan
## 3637        fuhaesun
## 3638        bstvst__
## 3639        jchukims
## 3640  anne_yeong1004
## 3641     Atinybebe62
## 3642        kim_zeph
## 3643      venusgleam
## 3644      seolforgyu
## 3645   kihyunroyalty
## 3646    shannabonbon
## 3647   loveskyeomshu
## 3648 namjooningrkive
## 3649       ksywangja
## 3650        ttoinks_
## 3651     coupshanshi
## 3652 sophiadas_neves
## 3653   s_cutie_cheol
## 3654     gyeomseokie
## 3655   loveskyeomshu
## 3656    tarabeach123
## 3657     soulfullyst
## 3658     17ismylife3
## 3659      LynT19_SVT
## 3660 zenitramynnej14
## 3661  anne_yeong1004
## 3662     IgneousRose
## 3663        MSeoksoo
## 3664      sadturxnus
## 3665   HeyIamCamille
## 3666  myharujjongshu
## 3667     cparkclaims
## 3668     leeeeyaaaah
## 3669        jchukims
## 3670         det_tan
## 3671      cb97staner
## 3672         sjywonu
## 3673      hooniechwe
## 3674  forjungwononly
## 3675   loveskyeomshu
## 3676      JHaniToast
## 3677     pedantichoe
## 3678       GukMatoki
## 3679  reginachagon19
## 3680       wwoncartz
## 3681         400461i
## 3682       Hanihae92
## 3683   loveskyeomshu
## 3684    svtquerencia
## 3685         400461i
## 3686       _minguu_k
## 3687      jannayyyyy
## 3688    hondrada_bea
## 3689         lee_fy1
## 3690    wowamawijjjj
## 3691  GardenFairy_WW
## 3692       shujipaui
## 3693       esecupsee
## 3694       wonufolla
## 3695     dumplingyuu
## 3696        daypill6
## 3697       lovelyyjn
## 3698          Mrsbc7
## 3699    cruel_cupidd
## 3700        hunyohui
## 3701       JEON96WON
## 3702          byuldk
## 3703        ariesksj
## 3704     whenuusleep
## 3705   MoonSupport_1
## 3706    ReyAntonio73
## 3707          kezRmr
## 3708       jdynn1299
## 3709     sebongsHae_
## 3710      8winenight
## 3711    NOVIEXNICKII
## 3712          i2wons
## 3713    MaryMary0414
## 3714  SeptemberMorn4
## 3715    _ForLalisa_m
## 3716    nikkoupstatu
## 3717       sihstress
## 3718    kyeomdaisies
## 3719 jeongcheolmahar
## 3720      dinoe_1999
## 3721      akiiidult_
## 3722      ynaloves17
## 3723      youngbriar
## 3724     everyownwoo
## 3725   madrona_ciara
## 3726      dinoe_1999
## 3727         400461i
## 3728   cheolranghae_
## 3729         400461i
## 3730       sheiwoo92
## 3731      youngbriar
## 3732   Emerald007007
## 3733    nikkoupstatu
## 3734     myonlywoozi
## 3735      shuaa_jizy
## 3736  anne_yeong1004
## 3737       _95jhyoon
## 3738       userlili_
## 3739     gianeromano
## 3740        jeykeeyz
## 3741    catheeeeeey_
## 3742          rgskmm
## 3743       qoh93_aus
## 3744 rosymikrokosmos
## 3745     myonlywoozi
## 3746   sunoobonjbonj
## 3747    carats052615
## 3748         1UVAZR4
## 3749   maiochiruhani
## 3750  ItsAwa99216003
## 3751        Ath1201R
## 3752  anne_yeong1004
## 3753      via_is_avi
## 3754   s_cutie_cheol
## 3755   learntolive09
## 3756       jaywonlov
## 3757         yu_haos
## 3758      Chwe_Loren
## 3759     soonchanlvr
## 3760         the8flr
## 3761   s_cutie_cheol
## 3762   YG_WATERMELON
## 3763      yjeongh4an
## 3764  seokminoodles_
## 3765        lottoten
## 3766       yzafanacc
## 3767       haeshinny
## 3768    ching_min024
## 3769     KwanSolChan
## 3770 thatseokjinstan
## 3771   Real_Estate18
## 3772  Orangeblobaloo
## 3773       wwoncartz
## 3774   sunoobonjbonj
## 3775        hoshwidk
## 3776    kyeomdaisies
## 3777       dh_qorgks
## 3778         ngla444
## 3779     myungholine
## 3780   Soonding_0615
## 3781       LMAbigwin
## 3782      kadzunia76
## 3783      cloudywon_
## 3784        Amorrhey
## 3785      kihyunsjay
## 3786        txtyun__
## 3787   eyxseungcheol
## 3788      dinoe_1999
## 3789    chcjhn_hhjin
## 3790 KiannaJ52205189
## 3791      aaronjacko
## 3792     MylaGA17SVT
## 3793    BadyahHassan
## 3794     Mysmoothie_
## 3795     kylareiiwoo
## 3796    chakojamthme
## 3797   cia_kyeomshua
## 3798  aly_as_a_carat
## 3799  iloveyooallday
## 3800     kylareiiwoo
## 3801     markgf_1999
## 3802    PredesJingle
## 3803        rnjnamor
## 3804       shujipaui
## 3805   Alisonkyutie2
## 3806 BarryHo02721730
## 3807        kaeyishi
## 3808  annyeongjinnie
## 3809          tuwpic
## 3810       kyeomijie
## 3811       woomygosh
## 3812 BarryHo02721730
## 3813       athe8naaa
## 3814     bjyxYizhan_
## 3815 BarryHo02721730
## 3816     minorlysour
## 3817     curimansi88
## 3818     staywithran
## 3819  bambinicologne
## 3820         _archao
## 3821 sinclairzehriah
## 3822     cheoldeushi
## 3823  KwanHoshua_uji
## 3824         _archao
## 3825        nomaesce
## 3826       novnoophi
## 3827         _archao
## 3828  KwanHoshua_uji
## 3829         sexyIeo
## 3830       Baoxiao15
## 3831  KwanHoshua_uji
## 3832        soontokk
## 3833   eyxseungcheol
## 3834  BetheSunKidult
## 3835        nomaesce
## 3836      _chrstianm
## 3837      akiiidult_
## 3838        ningatsu
## 3839      _colemaybe
## 3840   seungerinelee
## 3841         _archao
## 3842      boominshua
## 3843          70_037
## 3844  Tabletop_Deals
## 3845       Ree_raeee
## 3846    owhxkeyboard
## 3847        rnjnamor
## 3848   caratfrogfaye
## 3849 sinclairzehriah
## 3850 sinclairzehriah
## 3851  Mystery_Girl14
## 3852        lidu2703
## 3853        amebeoms
## 3854      dinoe_1999
## 3855 Kets_SVTreasure
## 3856    caratsince17
## 3857        _sojubuu
## 3858       yjhsmiles
## 3859        yngishua
## 3860 teardrops_angel
## 3861      moonmonggu
## 3862      shuajkingz
## 3863     kylareiiwoo
## 3864  anne_yeong1004
## 3865    C0DE_W4RR10R
## 3866  seventeen_samm
## 3867      daisyaloe_
## 3868       Baoxiao15
## 3869  yunhosbackwash
## 3870      S_Coupshi3
## 3871  seventeen_samm
## 3872 D9oVXHupec9njCc
## 3873  Mystery_Girl14
## 3874        hwajinss
## 3875      dinoe_1999
## 3876   Wonranghae216
## 3877        chirvxmy
## 3878      moonmonggu
## 3879      dinoe_1999
## 3880       kiwiboong
## 3881      dinoe_1999
## 3882   caratfrogfaye
## 3883       wwoncartz
## 3884   svtwonufan_96
## 3885       Baoxiao15
## 3886  enhypenseven__
## 3887 DisrespectedThe
## 3888    hanniebubbie
## 3889  hunnii_creamii
## 3890      busanboiss
## 3891       bldrvqwri
## 3892      pauuprints
## 3893  starrysectorep
## 3894   caratfrogfaye
## 3895        dailynrk
## 3896        MbbElise
## 3897     moon_junels
## 3898        RIRIBB1T
## 3899    PRECI0UXTEEZ
## 3900         NQK0021
## 3901   sittiayeeesha
## 3902      _colemaybe
## 3903        kim_zeph
## 3904    kyeominology
## 3905     LewisPherne
## 3906         jiestos
## 3907        RIRIBB1T
## 3908   TaeRaiMinSeok
## 3909     Sebong_cham
## 3910      joshujibwi
## 3911          tehjul
## 3912      minwooshi8
## 3913    yourcaratzen
## 3914       warmwooyu
## 3915    dokyeomsfool
## 3916   threetwonewoo
## 3917     bjyxYizhan_
## 3918        soontokk
## 3919     bjyxYizhan_
## 3920     bjyxYizhan_
## 3921        svtfltrs
## 3922        nomaesce
## 3923     bjyxYizhan_
## 3924       hanscapes
## 3925        kyu0325s
## 3926       hanscapes
## 3927       hanscapes
## 3928        jpeb1010
## 3929         kmgyupi
## 3930       hanscapes
## 3931        withgyu2
## 3932     Teamsebongs
## 3933       athe8naaa
## 3934     Teamsebongs
## 3935    hyuckiebussy
## 3936  PatoInYourArea
## 3937     Teamsebongs
## 3938   dindin_ttattu
## 3939     Teamsebongs
## 3940     Sting_Bee24
## 3941        en_btsvt
## 3942      LoverJHale
## 3943  crisdistortion
## 3944   RoseMaeDavis1
## 3945       warmwooyu
## 3946   FLOWERBOYSVTN
## 3947     Teamsebongs
## 3948  anne_yeong1004
## 3949 booty_sooperior
## 3950      uji_hannie
## 3951      imadone___
## 3952  anne_yeong1004
## 3953      _colemaybe
## 3954         21897ls
## 3955    _ForLalisa_m
## 3956  fllsnsunflower
## 3957     nanasfavb27
## 3958    jjshuahonggg
## 3959  fllsnsunflower
## 3960         zands_a
## 3961  fllsnsunflower
## 3962     Teamsebongs
## 3963 moonlightgguks_
## 3964         mgllgzn
## 3965  kea13seventeen
## 3966 julietmontero11
## 3967     itsmelanday
## 3968    Pirateez_mbb
## 3969 Karla_Ledesma_A
## 3970 theworldofshery
## 3971        wwrideu1
## 3972 theworldofshery
## 3973         Xyyyuna
## 3974    rajinmembaca
## 3975     Aurora7Moon
## 3976     melui_chann
## 3977  fllsnsunflower
## 3978       wwoncartz
## 3979    kangslayhyun
## 3980  fllsnsunflower
## 3981  fllsnsunflower
## 3982         Xyyyuna
## 3983     itsmelanday
## 3984  sebongie_love_
## 3985        TazadeT7
## 3986     call_me_cay
## 3987  fllsnsunflower
## 3988         96leeji
## 3989    theeseoklace
## 3990      pijanna_24
## 3991       emcoupseu
## 3992      meanie1717
## 3993        nomaesce
## 3994      horanggigi
## 3995      jayethangs
## 3996         yjhdawn
## 3997        Melady_2
## 3998 theworldofshery
## 3999    WDTGTPodcast
## 4000    HOODlESEAZON
## 4001        loIihobi
## 4002         loevrgh
## 4003       nickIuver
## 4004 theworldofshery
## 4005       SEHUNGlRL
## 4006      joshuaweyy
## 4007     apples_boos
## 4008       SEHUNGlRL
## 4009   seungkwannie_
## 4010  SVTPOLLSNDEALS
## 4011  SVTPOLLSNDEALS
## 4012     AlmeraCanda
## 4013           ljaz_
## 4014   AshleyMinaj71
## 4015   coupsofnoodle
## 4016     exposewrite
## 4017  SVTPOLLSNDEALS
## 4018     purpIerose_
## 4019   ShineGoldBaby
## 4020  SVTPOLLSNDEALS
## 4021 shuayangshuabar
## 4022      izzuerishu
## 4023   rayofsunkyeom
## 4024  SVTPOLLSNDEALS
## 4025         loevrgh
## 4026  SVTPOLLSNDEALS
## 4027  SnowSunshineee
## 4028  SVTPOLLSNDEALS
## 4029           Yj3nh
## 4030      Thetriiish
## 4031         loevrgh
## 4032  chim_ft_sebong
## 4033  _jujuondabeat_
## 4034      shuaa_jizy
## 4035    KatsukiIzumi
## 4036       hoshitaey
## 4037      lmnayeonnn
## 4038     soonchanlvr
## 4039   rayofsunkyeom
## 4040 moonlightgguks_
## 4041       wwoncartz
## 4042          _hchn6
## 4043       wwoncartz
## 4044     kylareiiwoo
## 4045     ThV92475801
## 4046  218_JungHoseok
## 4047  mingyurangieyo
## 4048     dopeyoongii
## 4049   FeigenJaxCape
## 4050   FLOWERBOYSVTN
## 4051     ThV92475801
## 4052     ThV92475801
## 4053       sheiwoo92
## 4054       athe8naaa
## 4055       hoshiiest
## 4056     ThV92475801
## 4057      jhnshua_17
## 4058    scoupidoyoon
## 4059  jasonlambertSF
## 4060  sahi_jwoo_ruto
## 4061       feverwonu
## 4062   coupsofnoodle
## 4063      shuaa_jizy
## 4064       lovelyyjn
## 4065      wonu_babie
## 4066         loevrgh
## 4067       jkscatkvn
## 4068    junhui_actor
## 4069         horawr_
## 4070        nomaesce
## 4071       choihyvne
## 4072  naevis_calling
## 4073      kyeomirang
## 4074 kendelleeugenio
## 4075  naevis_calling
## 4076  everyday_iwonu
## 4077   jeonderfulwon
## 4078      iwonyou_17
## 4079  OnikaTMarajFan
## 4080         yourkm1
## 4081     ThV92475801
## 4082       hoshiiest
## 4083     __hannieboo
## 4084       grapesgyu
## 4085     ThV92475801
## 4086       grapesgyu
## 4087       grapesgyu
## 4088         yunsaur
## 4089        RojGinez
## 4090      Jnorotsky1
## 4091       grapesgyu
## 4092 kendelleeugenio
## 4093   coupsofnoodle
## 4094    fruittel_lia
## 4095       dinoshair
## 4096    fruittel_lia
## 4097      beadyjoshy
## 4098       athe8naaa
## 4099         Gab4ndy
## 4100   JunhuihuiStar
## 4101     yoonzino_23
## 4102     soonchanlvr
## 4103   MingyusDoctor
## 4104         featljc
## 4105 loveleesanghyuk
## 4106          mix5hi
## 4107        kim_zeph
## 4108       dinoshair
## 4109         featljc
## 4110   startigerhosh
## 4111      shinobinnn
## 4112      Kalinoskrt
## 4113      svts_bxnny
## 4114         kaipaiw
## 4115        _ggyukyu
## 4116     ohmymyjihan
## 4117      notUbitchh
## 4118         sjineok
## 4119         loevrgh
## 4120    Joshuajiji95
## 4121    BernieDoesIt
## 4122     itsmelanday
## 4123 kendelleeugenio
## 4124       hozikyeom
## 4125     just_pingu5
## 4126     carateu_jed
## 4127        kim_zeph
## 4128     soonchanlvr
## 4129     cart4hoonie
## 4130       Saraa1262
## 4131     softyrenjun
## 4132      tokkiverse
## 4133    tyrannodi_17
## 4134      redrosieey
## 4135   patatamarbles
## 4136        143ssamu
## 4137     ThV92475801
## 4138      azenith028
## 4139       yoongimtv
## 4140       feistycsc
## 4141   definitelywon
## 4142      kwandarine
## 4143     Chrishaynee
## 4144  einfallslosgio
## 4145   svtwonufan_96
## 4146         loevrgh
## 4147       wwoncartz
## 4148       kyeomiee_
## 4149         r5_dnce
## 4150         loevrgh
## 4151     rosepark997
## 4152  intersvtellarr
## 4153   naevismy1love
## 4154        oumingyu
## 4155   s_wonhuikyeom
## 4156 athenasophiahsk
## 4157    mincoupschwe
## 4158    mincoupschwe
## 4159   coupsofnoodle
## 4160         micxie6
## 4161     cairoubing1
## 4162     choejisug10
## 4163         mickf65
## 4164  gracepalomo_21
## 4165   uuwikayjunhui
## 4166        _weixvii
## 4167       meanierae
## 4168         loevrgh
## 4169        f_wonsoo
## 4170  jerapahandsome
## 4171    yesitsmeguis
## 4172  prettyblessyne
## 4173   FLOWERBOYSVTN
## 4174   chimmychachii
## 4175       hozikyeom
## 4176         kaipaiw
## 4177    eyybibiwayem
## 4178      woowonwooo
## 4179   coupsofnoodle
## 4180        fool4svt
## 4181         Yenaiib
## 4182     donwilly01_
## 4183      giatayka10
## 4184         loevrgh
## 4185     sienbeuntin
## 4186   screamfaceguy
## 4187         kaipaiw
## 4188         loevrgh
## 4189         luvwvri
## 4190         wonblvd
## 4191      wonsoonhan
## 4192      hagemacuru
## 4193        enchugoo
## 4194   coupsofnoodle
## 4195      Rabbygyu10
## 4196         kaipaiw
## 4197         voboko_
## 4198    horangdanwin
## 4199  intersvtellarr
## 4200         yesreii
## 4201      Sheee_anne
## 4202  victoriaben170
## 4203         kaipaiw
## 4204  MikaelisHannah
## 4205        nyla_v0n
## 4206         21897ls
## 4207      NJaygreen_
## 4208     ThV92475801
## 4209    TheMingmings
## 4210         loevrgh
## 4211      Rabbygyu10
## 4212    hongdepyonim
## 4213       shin_ngel
## 4214      Rabbygyu10
## 4215        urhaven_
## 4216          ohclin
## 4217   coupsofnoodle
## 4218    seokatscoups
## 4219          ohclin
## 4220         kaipaiw
## 4221       mela_uchi
## 4222     SELENATORSS
## 4223          ohclin
## 4224          dzfndy
## 4225    MaxAngeles16
## 4226      Rabbygyu10
## 4227        kittinzi
## 4228       run2wonie
## 4229        _sojubuu
## 4230    wOn_ranghaey
## 4231       milkmanjk
## 4232   theinfinity8_
## 4233    seokatscoups
## 4234      Rabbygyu10
## 4235  intothemoonzxc
## 4236      dalkyeomie
## 4237         loevrgh
## 4238   coupsofnoodle
## 4239  gracepalomo_21
## 4240      Rabbygyu10
## 4241          ohclin
## 4242      kyeomirang
## 4243        sshi_joy
## 4244          ohclin
## 4245        kimmia28
## 4246          ohclin
## 4247      Rabbygyu10
## 4248         kaipaiw
## 4249          MYEZER
## 4250         luvwvri
## 4251        wonuweaf
## 4252    Jujuhuhu3456
## 4253    17svt27bp134
## 4254         _shx_xn
## 4255        miadlrsr
## 4256   coupsofnoodle
## 4257      ashyeonbin
## 4258     amabelleeyy
## 4259  17eenrighthere
## 4260   francisamongo
## 4261 DancingMoonKore
## 4262        jjklvour
## 4263   supremewonwoo
## 4264         loevrgh
## 4265    _intopjseong
## 4266         aesvtea
## 4267         loevrgh
## 4268      _luvmeanie
## 4269   coupsofnoodle
## 4270   harajuku_bxrb
## 4271     amabelleeyy
## 4272 Song_Of_MoonJin
## 4273    won_everyone
## 4274       kwaniehao
## 4275        jjklvour
## 4276  intothemoonzxc
## 4277         zands_a
## 4278    gyumybestboy
## 4279         aesvtea
## 4280    itsmeeeAivee
## 4281   FLOWERBOYSVTN
## 4282 Song_Of_KoreJin
## 4283       LynRogero
## 4284       eyahann13
## 4285    won_everyone
## 4286        evr1_woo
## 4287        kiganon1
## 4288         loevrgh
## 4289    mincoupschwe
## 4290      fazli_zali
## 4291        RojGinez
## 4292        W0NUJE0N
## 4293   Renjana_rindu
## 4294   theinfinity8_
## 4295    17svt27bp134
## 4296    mahae_athena
## 4297       shin_ngel
## 4298   FLOWERBOYSVTN
## 4299       shin_ngel
## 4300    Ririnmailani
## 4301      HEALWITHDK
## 4302        _ggyukyu
## 4303    mahae_athena
## 4304       shin_ngel
## 4305        sned7don
## 4306        mx_svt17
## 4307  darrylinfernan
## 4308         hymnjnh
## 4309      inaraezaki
## 4310   maria_criscel
## 4311   sansanshiber2
## 4312         hymnjnh
## 4313      azraeliant
## 4314         95JNGHN
## 4315      azraeliant
## 4316  _marshmallow88
## 4317      azraeliant
## 4318  kidultseoksoon
## 4319 AnggitaKusumaD7
## 4320      azraeliant
## 4321      azraeliant
## 4322        chwepuff
## 4323     svvvvvt0526
## 4324   prasasti_rini
## 4325       patatasx_
## 4326 bembigyuseokwon
## 4327 noultsmultistan
## 4328     murdrofcrow
## 4329       imrj_0412
## 4330      tokkiverse
## 4331      Ankita_m19
## 4332       hoonbIiss
## 4333 magic_shop_0613
## 4334        Bherlin8
## 4335       enhasualz
## 4336 noultsmultistan
## 4337 jeonghanaya_c13
## 4338      tokkiverse
## 4339     CHOIZIARCHV
## 4340   FLOWERBOYSVTN
## 4341  esveeteeimnida
## 4342        miadlrsr
## 4343 noultsmultistan
## 4344      YourShop19
## 4345    gyuverwonhan
## 4346        miadlrsr
## 4347   FLOWERBOYSVTN
## 4348 noultsmultistan
## 4349          SHNLVI
## 4350       enhasualz
## 4351   dahyuns_chair
## 4352         aptwinx
## 4353      azraeliant
## 4354       lovelyyjn
## 4355   FLOWERBOYSVTN
## 4356      kmin9yu___
## 4357       4SVTJIHAN
## 4358  photo_by_hoshi
## 4359  GaelleSmolders
## 4360     minie_carat
## 4361     chwehuiglum
## 4362      Jazmccann1
## 4363   sansanshiber2
## 4364    iemcaguioa03
## 4365     yoonjjangel
## 4366         ennix21
## 4367        miadlrsr
## 4368   FLOWERBOYSVTN
## 4369    hoshieuteamo
## 4370     heybabydeul
## 4371  craigwoods1888
## 4372 noultsmultistan
## 4373       _uarmyjin
## 4374        bikbik__
## 4375    shiloah_magu
## 4376 milkteateanigyu
## 4377     aboutccheol
## 4378          yrwon_
## 4379   Soonding_0615
## 4380        bikbik__
## 4381        bikbik__
## 4382    sxnflowxrmbb
## 4383   woonderfulday
## 4384        bikbik__
## 4385    1h3artsoobin
## 4386     aboutccheol
## 4387        k1mpang_
## 4388      icedminwon
## 4389    reverie_0102
## 4390      popstarhui
## 4391    ceri_jubilee
## 4392    INNERBEAR_95
## 4393  miniminsfilter
## 4394       lovelyyjn
## 4395  dokyeomtcjimin
## 4396  forsvtpurposes
## 4397       punyamoci
## 4398      inscarness
## 4399   FLOWERBOYSVTN
## 4400        JJENST4R
## 4401 noultsmultistan
## 4402  dokyeomtcjimin
## 4403        jess1962
## 4404      aselafics_
## 4405      Sheee_anne
## 4406   Anthr0p0m0rph
## 4407          mkltrb
## 4408  id_potatochips
## 4409     imwithjjong
## 4410      doremihaoo
## 4411   FLOWERBOYSVTN
## 4412     VerbaSophia
## 4413       imnylenor
## 4414   cheolito_faye
## 4415    ceri_jubilee
## 4416    ceri_jubilee
## 4417    Tommylaostar
## 4418    ceri_jubilee
## 4419        enchugoo
## 4420      hannie_kaa
## 4421     aboutccheol
## 4422  shininghamstar
## 4423     _woozihoon_
## 4424       TOXX_XXOT
## 4425     justmeysaaa
## 4426      hannie_kaa
## 4427       heyembeey
## 4428       luvbyblue
## 4429        chwxbits
## 4430     aboutccheol
## 4431      ownedbygyu
## 4432    leinafangirl
## 4433     VerbaSophia
## 4434    ceri_jubilee
## 4435       TIGERCHWE
## 4436     duhneyscart
## 4437    millie102685
## 4438          pup9yu
## 4439      hannie_kaa
## 4440     archer_1202
## 4441       __hajwoox
## 4442     VerbaSophia
## 4443  allforyjwxwzi_
## 4444      thysawsage
## 4445       iHeartKR1
## 4446   rs_qrtz_srnty
## 4447  shininghamstar
## 4448      jeongbless
## 4449         jeonvvw
## 4450      mufhim2937
## 4451     VerbaSophia
## 4452  allforyjwxwzi_
## 4453      wildgo5rae
## 4454        lmjattwo
## 4455      carrot2209
## 4456        RojGinez
## 4457         voboko_
## 4458    ceri_jubilee
## 4459     minie_carat
## 4460 merrybaedending
## 4461     VerbaSophia
## 4462    perfect4blue
## 4463      bIondejuns
## 4464 atin_charmainee
## 4465      carrot2209
## 4466     aboutccheol
## 4467      gyu_dalton
## 4468        cel_izia
## 4469    sound_of_jen
## 4470   coupsofnoodle
## 4471          xiches
## 4472             0ok
## 4473     duhneyscart
## 4474     aboutccheol
## 4475     lalaine_svt
## 4476 katie_seventeen
## 4477      anniexosoo
## 4478          xiches
## 4479     aboutccheol
## 4480       Candy_Vii
## 4481 seventeensunbae
## 4482        maraj_ky
## 4483     VerbaSophia
## 4484       shywoniee
## 4485         ultsvnt
## 4486 katie_seventeen
## 4487        scouptat
## 4488 jeonghanaya_c13
## 4489  kidultgyucheol
## 4490 dinoscheekmoles
## 4491   AugustMCarats
## 4492 dinoscheekmoles
## 4493   SerenitaBelen
## 4494 dinoscheekmoles
## 4495     aboutccheol
## 4496       ujibaragi
## 4497 dinoscheekmoles
## 4498   Barbiexonika2
## 4499       tbell1968
## 4500     aboutccheol
## 4501     VerbaSophia
## 4502      KM33957890
## 4503  el_foreverglow
## 4504      soojinnn00
## 4505     cheoliemoja
## 4506       Deirene06
## 4507       H0RCHANTA
## 4508     xix_fungurl
## 4509       H0RCHANTA
## 4510      busanboiss
## 4511       H0RCHANTA
## 4512         yesreii
## 4513  gracepalomo_21
## 4514   myzero_oclock
## 4515   rs_qrtz_srnty
## 4516    ttikkeul1004
## 4517       H0RCHANTA
## 4518      kihyunsjay
## 4519  gracepalomo_21
## 4520        wonulayf
## 4521        Duday_13
## 4522    ShesAllWrite
## 4523  gracepalomo_21
## 4524       younghaho
## 4525     sungh00n_01
## 4526      wonlygyurs
## 4527      aselafics_
## 4528     aboutccheol
## 4529   queenexodus12
## 4530       ujibaragi
## 4531     aboutccheol
## 4532    17svt27bp134
## 4533   rs_qrtz_srnty
## 4534     aboutccheol
## 4535 CaratZen1533112
## 4536  gracepalomo_21
## 4537        soft4ksy
## 4538      shuamistry
## 4539  gracepalomo_21
## 4540    seokatscoups
## 4541   PixelPecanPie
## 4542       sheiwoo92
## 4543        yuarinea
## 4544     odetonyoung
## 4545  ThomasMtonga20
## 4546  id_potatochips
## 4547    17svt27bp134
## 4548        KIanePua
## 4549     hanniehailz
## 4550     aboutccheol
## 4551     hanniehailz
## 4552         4MNGHAO
## 4553       h0ngpimpa
## 4554     hanniehailz
## 4555     aboutccheol
## 4556 Honey_Angel1004
## 4557     nicoleeeltg
## 4558      ahmedsaine
## 4559     hanniehailz
## 4560  minghaolicious
## 4561        hyucart_
## 4562        d_ddeane
## 4563   AdelineOulala
## 4564         4697kmg
## 4565    sv_tjeonghan
## 4566     horangtaeee
## 4567     eishamichan
## 4568   lesserafim1TT
## 4569    rk_chocob0ba
## 4570  jww_enthusiast
## 4571      shuamistry
## 4572    bootiful1998
## 4573 Patrici41922965
## 4574     zhaddysgirl
## 4575       4SVTJIHAN
## 4576     xix_fungurl
## 4577  taekookietrash
## 4578     aboutccheol
## 4579     ronikosmoss
## 4580        mingy0_o
## 4581    pewdiesendri
## 4582    skzbrowniess
## 4583      wonwufilms
## 4584     rckstarseok
## 4585     maeleraquel
## 4586     aboutccheol
## 4587 Butterscotch98_
## 4588       cwistwina
## 4589    sound_of_jen
## 4590        Duday_13
## 4591     Arosevia_Go
## 4592     rckstarseok
## 4593     aboutccheol
## 4594    dongbeidageo
## 4595        Yjhnihae
## 4596          yshuae
## 4597      hnbnkim131
## 4598 Butterscotch98_
## 4599 MoonJeon_wonhui
## 4600    seokatscoups
## 4601   3rachasfarmer
## 4602        bestnsdk
## 4603   yupsheskitten
## 4604          RalYui
## 4605     rckstarseok
## 4606 MoonJeon_wonhui
## 4607         yunsaur
## 4608     babyjiisung
## 4609       shin_ngel
## 4610        Duday_13
## 4611 Butterscotch98_
## 4612     chuuseulism
## 4613          RalYui
## 4614 Butterscotch98_
## 4615          yshuae
## 4616      luvss_shua
## 4617 xclusively4Lisa
## 4618  taekookietrash
## 4619         4MNGHAO
## 4620        aiszcart
## 4621        lunalutw
## 4622     aboutccheol
## 4623       min9yused
## 4624     aboutccheol
## 4625  AcharyaRoshnee
## 4626     aboutccheol
## 4627       yeoshuaa_
## 4628    moonchiIdhan
## 4629    sound_of_jen
## 4630    AntolihaoZam
## 4631     aboutccheol
## 4632         17y0_0n
## 4633  BeMy_SeoulMate
## 4634    AntolihaoZam
## 4635        afnidwii
## 4636    AntolihaoZam
## 4637       yoshinhho
## 4638      Candy61801
## 4639     Pershi_1083
## 4640     rckstarseok
## 4641   summerlight15
## 4642         luvksw_
## 4643   rayofsunkyeom
## 4644  taekookietrash
## 4645        dell0227
## 4646    moonchiIdhan
## 4647     fastpacingg
## 4648     chiizukeiki
## 4649    AntolihaoZam
## 4650    AntolihaoZam
## 4651     17ismyyouth
## 4652    AntolihaoZam
## 4653       jinxiejae
## 4654     rckstarseok
## 4655    17svt27bp134
## 4656 gyuldaengrideul
## 4657        Sidlexik
## 4658      june_sunoo
## 4659      june_sunoo
## 4660    AntolihaoZam
## 4661      june_sunoo
## 4662    AntolihaoZam
## 4663         luvksw_
## 4664  lilfairyseokie
## 4665    AntolihaoZam
## 4666   eyxseungcheol
## 4667    AntolihaoZam
## 4668         luvksw_
## 4669 gyuldaengrideul
## 4670        bestnsdk
## 4671         luvksw_
## 4672     polishgal11
## 4673         luvksw_
## 4674          baamgu
## 4675        Soniaso_
## 4676    AntolihaoZam
## 4677 defendthearctic
## 4678          baamgu
## 4679         raice_b
## 4680      svtsflover
## 4681    AntolihaoZam
## 4682   eyxseungcheol
## 4683       ChrysAS04
## 4684   goingyellooow
## 4685       shin_ngel
## 4686   _SKZ8lovestay
## 4687        evr1_woo
## 4688   eyxseungcheol
## 4689      Desi_Ladki
## 4690    AntolihaoZam
## 4691      yepthemsvt
## 4692    babyhoneykoo
## 4693    wonuhannie17
## 4694   goingyellooow
## 4695        mrfrvnss
## 4696     thvsopecart
## 4697      PeachyShai
## 4698   sound_of_joyy
## 4699      joshuji505
## 4700       mcj_riaaa
## 4701       aleks2900
## 4702     onlyfor_one
## 4703       vania3011
## 4704   goingyellooow
## 4705   17caratsebong
## 4706   sound_of_joyy
## 4707   shinggishirei
## 4708 8finitywiththe8
## 4709   nov_seventeen
## 4710       naju_rice
## 4711  taekookietrash
## 4712       haniinunu
## 4713       studio_gy
## 4714       yakitaiku
## 4715      _colemaybe
## 4716     H0RANG1H05H
## 4717       ilov4dery
## 4718   joshuasboyfie
## 4719  TreasureTMaker
## 4720       ilov4dery
## 4721    dani_ella_02
## 4722       ilov4dery
## 4723      _colemaybe
## 4724           P28sj
## 4725       ilov4dery
## 4726      haruwoniee
## 4727     mysticalsua
## 4728       strawshua
## 4729  fallingforshua
## 4730         _joy_98
## 4731   jeon_roseline
## 4732      kihyunsjay
## 4733  moonhannieyoon
## 4734    StarskyPaul1
## 4735     wonuissweet
## 4736   goingyellooow
## 4737       itsabee14
## 4738        Yjhnihae
## 4739 graciousstefh13
## 4740     aboutccheol
## 4741       vania3011
## 4742         _joy_98
## 4743       JADOREHAN
## 4744       haniinunu
## 4745     dreamscap3r
## 4746         _joy_98
## 4747      wonutiktik
## 4748          baamgu
## 4749 Lizzy1296419104
## 4750        Yjhnihae
## 4751        gam5sung
## 4752      MineVoidMC
## 4753    wOn_ranghaey
## 4754        YesQuake
## 4755 seungcherrymina
## 4756     geneger_car
## 4757    17svt27bp134
## 4758         wonweom
## 4759   goingyellooow
## 4760 gyuldaengrideul
## 4761      kihyunsjay
## 4762        odetovou
## 4763  Brochacha4Evah
## 4764      kihyunsjay
## 4765   goingyellooow
## 4766 part_time_cl0wn
## 4767      kihyunsjay
## 4768      kihyunsjay
## 4769  shadowcloudsss
## 4770     zhaddysgirl
## 4771     yeolliewons
## 4772   goingyellooow
## 4773     syalsyal_uu
## 4774     boolobooloo
## 4775     17ismyyouth
## 4776   goingyellooow
## 4777      MicsMics07
## 4778      Katarynkas
## 4779 PrincesGallanas
## 4780        sexun_qi
## 4781        Soniaso_
## 4782         wonweom
## 4783         heonbee
## 4784    wonhoonsoons
## 4785    17svt27bp134
## 4786      Katarynkas
## 4787 gyuldaengrideul
## 4788      caratiny23
## 4789        snsdbaco
## 4790      caratiny23
## 4791    moonchiIdhan
## 4792        _sojubuu
## 4793   goingyellooow
## 4794      seokhangel
## 4795     nathynunnes
## 4796     johnnyeolie
## 4797        _sojubuu
## 4798       kittyk0o0
## 4799  Brochacha4Evah
## 4800   goingyellooow
## 4801 PrincesGallanas
## 4802      MicsMics07
## 4803          ncylhc
## 4804 taurusaffection
## 4805     Ieeminhyuku
## 4806       direklexi
## 4807   goingyellooow
## 4808    profboos_twt
## 4809      prettyo_on
## 4810         CcAkela
## 4811    moonchiIdhan
## 4812        wonuuO_O
## 4813  AnnaCampbelloz
## 4814         ennix21
## 4815      yoonsskies
## 4816         sunvrrs
## 4817     Mnbvcxz6141
## 4818      MicsMics07
## 4819       user78018
## 4820     rckstarseok
## 4821 katie_seventeen
## 4822 delirando_sozin
## 4823     cosmicgyus_
## 4824        eya_lele
## 4825       _lemonlee
## 4826  svt4yeongwonhi
## 4827   goingyellooow
## 4828       brielives
## 4829     rckstarseok
## 4830   goingyellooow
## 4831     woozfactory
## 4832 DeannaN40600706
## 4833   goingyellooow
## 4834   JulieFerrer20
## 4835 soonchanranghae
## 4836 katie_seventeen
## 4837   goingyellooow
## 4838     yoonchanist
## 4839   goingyellooow
## 4840       cianakyli
## 4841  intersvtellarr
## 4842     rckstarseok
## 4843   goingyellooow
## 4844       pekenoirt
## 4845    moonchiIdhan
## 4846   goingyellooow
## 4847  intersvtellarr
## 4848         manspjy
## 4849 soonchanranghae
## 4850     cocoaamelon
## 4851        seoknay_
## 4852     DELULURACHA
## 4853        deeya_aa
## 4854     cocoaamelon
## 4855      luvielilyv
## 4856          SVTAU9
## 4857        _sojubuu
## 4858     lixtokerist
## 4859    jihancheol88
## 4860       youiodedx
## 4861        _sojubuu
## 4862       euscenery
## 4863     rckstarseok
## 4864      techysaavy
## 4865      seokryuhyo
## 4866          SVTAU9
## 4867     _taendipity
## 4868  pushandpulljlm
## 4869       meanierae
## 4870         Min6gy0
## 4871    gohnbabygohn
## 4872     rckstarseok
## 4873  minghaolicious
## 4874    JackSoutar04
## 4875   Akari51494221
## 4876    underratedtw
## 4877   Akari51494221
## 4878 EpicMahonelover
## 4879         Min6gy0
## 4880   Akari51494221
## 4881       mcj_riaaa
## 4882       hoshtoyou
## 4883         1UVAZR4
## 4884   Akari51494221
## 4885 EpicMahonelover
## 4886       meanierae
## 4887   Akari51494221
## 4888    seungcherryy
## 4889        Yjhnihae
## 4890         Shrvti_
## 4891   Akari51494221
## 4892        cb97kart
## 4893         Shrvti_
## 4894      AlyloonyPH
## 4895    everyone_lou
## 4896      __svtcarat
## 4897    fabylousfaby
## 4898         Shrvti_
## 4899      __svtcarat
## 4900  minghaolicious
## 4901       Almameni2
## 4902         Shrvti_
## 4903   Akari51494221
## 4904      kimgyuxvii
## 4905        mingy0_o
## 4906   Akari51494221
## 4907      kimgyuxvii
## 4908   Akari51494221
## 4909      kimgyuxvii
## 4910      kimgyuxvii
## 4911      kimgyuxvii
## 4912      tornadosuy
## 4913      kimgyuxvii
## 4914     bluewyne_45
## 4915      kimgyuxvii
## 4916  intersvtellarr
## 4917         Shrvti_
## 4918 recyclerofblank
## 4919      kimgyuxvii
## 4920    mahae_athena
## 4921 chikoritamolala
## 4922      kimgyuxvii
## 4923          ZeGcgh
## 4924      kimgyuxvii
## 4925        ar4takye
## 4926      kimgyuxvii
## 4927      kimgyuxvii
## 4928          SVTAU9
## 4929       wb3gxwham
## 4930      kimgyuxvii
## 4931      kimgyuxvii
## 4932    loveujhopebb
## 4933      kimgyuxvii
## 4934       meanierae
## 4935      kimgyuxvii
## 4936        ujiloevr
## 4937    ji_aurchives
## 4938      koosrkivee
## 4939      kimgyuxvii
## 4940     chansbucket
## 4941      kimgyuxvii
## 4942   goingyellooow
## 4943      kimgyuxvii
## 4944        Yjhnihae
## 4945         Shrvti_
## 4946   ATEEZloverrrr
## 4947 LailaMaeSantos2
## 4948      kimgyuxvii
## 4949         Shrvti_
## 4950      kimgyuxvii
## 4951        mingy0_o
## 4952      kimgyuxvii
## 4953  intersvtellarr
## 4954  naevis_calling
## 4955      hakyusanic
## 4956       _lemonlee
## 4957    RandomSwervy
## 4958      thatboyjww
## 4959      kimgyuxvii
## 4960      kimgyuxvii
## 4961      hakyusanic
## 4962      kimgyuxvii
## 4963    matchabensoo
## 4964      kimgyuxvii
## 4965 LailaMaeSantos2
## 4966      kimgyuxvii
## 4967      Kenthzzzzz
## 4968 miya_caratlnd13
## 4969      kyeomirang
## 4970      kimgyuxvii
## 4971      kimgyuxvii
## 4972        miadlrsr
## 4973        miadlrsr
## 4974      kimgyuxvii
## 4975       0NDATRACK
## 4976        miadlrsr
## 4977        Be7angel
## 4978        miadlrsr
## 4979        jssysimp
## 4980      kimgyuxvii
## 4981     chansbucket
## 4982      kimgyuxvii
## 4983      kimgyuxvii
## 4984     bububunny__
## 4985      kimgyuxvii
## 4986     _______ayla
## 4987      kimgyuxvii
## 4988      shuarkived
## 4989 kristinesosad88
## 4990      kimgyuxvii
## 4991      kimgyuxvii
## 4992          mvjds_
## 4993    somervilleny
## 4994      kimgyuxvii
## 4995   shuafications
## 4996      kimgyuxvii
## 4997    reese_050908
## 4998       hanniewts
## 4999      kimgyuxvii
## 5000      verywonwoo
## 5001      kimgyuxvii
## 5002       hanniewts
## 5003      kimgyuxvii
## 5004    minseoksoon_
## 5005  intersvtellarr
## 5006        forwwynn
## 5007       lovexosvt
## 5008        miadlrsr
## 5009         MBaddst
## 5010        miadlrsr
## 5011       hanniewts
## 5012       ravioolio
## 5013     gotsvt_0922
## 5014          jhcn08
## 5015         mvyyyy_
## 5016        miadlrsr
## 5017      mingyubbyy
## 5018      sunoo_john
## 5019    xumingha_o17
## 5020  intersvtellarr
## 5021      mingyubbyy
## 5022  matchacreamdsk
## 5023       hanniewts
## 5024 Glasgow20775825
## 5025  intersvtellarr
## 5026       hanniewts
## 5027        svnIixie
## 5028         pamimbb
## 5029      svncouphae
## 5030       hanniewts
## 5031    cocodelivers
## 5032        luvxrexo
## 5033        miadlrsr
## 5034   Hellevatorlix
## 5035        miadlrsr
## 5036  beomkaizbasket
## 5037       Cf7Angela
## 5038      kggemperor
## 5039   PalJunRanghae
## 5040        wwooyuns
## 5041     Jinnies_bae
## 5042     paledrivers
## 5043       Cf7Angela
## 5044      luvss_shua
## 5045  intersvtellarr
## 5046       meanierae
## 5047        Nephenne
## 5048    hoseokiekyun
## 5049      altarcrush
## 5050     nuestswhore
## 5051      seokjinira
## 5052       hanniewts
## 5053  birthday_boyyz
## 5054      hochimails
## 5055      altarcrush
## 5056   JustMyself91_
## 5057       _lemonlee
## 5058  enigmaticdaisy
## 5059        yngishua
## 5060  hansol66062443
## 5061   tigerhorangae
## 5062       engine000
## 5063       engine000
## 5064         mvyyyy_
## 5065  tmnbndsntnghlf
## 5066       hanniewts
## 5067   tiklopkaywonu
## 5068          prejiu
## 5069       kyeomochi
## 5070 starwberrymoonn
## 5071    mr_hanwonhao
## 5072   goingyellooow
## 5073 kristinesosad88
## 5074       horawrshi
## 5075      svtbtsmoo1
## 5076         Shrvti_
## 5077      nabong8215
## 5078      rosieshuji
## 5079       hanniewts
## 5080        neeeloys
## 5081    gfsvtbzlover
## 5082   goingyellooow
## 5083       hanniewts
## 5084   goingyellooow
## 5085   Julia26954994
## 5086      krystelssi
## 5087      kookangels
## 5088 Scoupsdaddu1713
## 5089     _mingoobear
## 5090       gyulora97
## 5091 Scoupsdaddu1713
## 5092       hanniewts
## 5093     lourdesiree
## 5094  asulnabuwan08_
## 5095    soonhoonbuys
## 5096      ranyjulek_
## 5097      ranyjulek_
## 5098       seoIhyunz
## 5099      ranyjulek_
## 5100     annieeeeeyo
## 5101   goingyellooow
## 5102  AlikaNavarro97
## 5103       gyulora97
## 5104  AlikaNavarro97
## 5105  AlikaNavarro97
## 5106    xumingha_o17
## 5107 MichelleRetuer4
## 5108       gyulora97
## 5109  AlikaNavarro97
## 5110       gyulora97
## 5111    17svt27bp134
## 5112 stream_darling_
## 5113       gyulora97
## 5114       GukMatoki
## 5115  wondaandcoswoo
## 5116    _unknownarmy
## 5117   linea93agustD
## 5118       meehehehe
## 5119        lizarj04
## 5120    stayupnaddie
## 5121        wayvbubs
## 5122        cheolwuu
## 5123    cherrybae095
## 5124   maura_willing
## 5125        lizarj04
## 5126 katie_seventeen
## 5127         yu_haos
## 5128  leicallenreese
## 5129      kimgyuxvii
## 5130     maeilsolace
## 5131       ljn_puppy
## 5132       cchihouse
## 5133  bangbangtanfam
## 5134     comeab4cate
## 5135      yn_yawnzzn
## 5136          mezxig
## 5137         pr1vsxm
## 5138 JINlangmalakas5
## 5139      katsushii_
## 5140      creamcarat
## 5141       GukMatoki
## 5142        hi_zekii
## 5143       nodiwifey
## 5144      ScottishFr
## 5145      CaraTuemeS
## 5146    formulaurora
## 5147    GelPimchanok
## 5148     junhaocaart
## 5149  leicallenreese
## 5150      demiratchu
## 5151      seokjinira
## 5152        chunsa_k
## 5153     loveforheee
## 5154     junhaocaart
## 5155    ghostingyeon
## 5156  ScottInglisEFM
## 5157     coupranghan
## 5158      seokjinira
## 5159         sjineok
## 5160  taetae_ujicart
## 5161 woozintheclouds
## 5162        hi_zekii
## 5163 JINlangmalakas5
## 5164    seokminroyal
## 5165       svt__xiii
## 5166    cherishl1408
## 5167       GukMatoki
## 5168     EulogioMary
## 5169       dokeyomie
## 5170        YuoKan__
## 5171 meanduinflowers
## 5172    stxrlightwoo
## 5173     nabi_hong26
## 5174 Mariell55005823
## 5175 SoonHanarebabie
## 5176 SoonHanarebabie
## 5177    mingfthao_17
## 5178      crywithmeh
## 5179    yourcaratzen
## 5180      seokjinira
## 5181        chunsa_k
## 5182     cheoliecart
## 5183        Riom_328
## 5184    sassymerman_
## 5185        hi_zekii
## 5186    _wonurideul_
## 5187         dhraxis
## 5188        Tuna4Jin
## 5189  Saleem28092135
## 5190  Saleem28092135
## 5191       Daniluxii
## 5192      luciaylena
## 5193   JulieFerrer20
## 5194     sunnlantern
## 5195      sseokimchi
## 5196 taurusaffection
## 5197     nabi_hong26
## 5198      svtbtsmoo1
## 5199      sseokimchi
## 5200 joshujispongowu
## 5201    ImSagonoy_14
## 5202      svntenhysk
## 5203        jasbtsvt
## 5204   goingyellooow
## 5205      felbinghaw
## 5206      svtbtsmoo1
## 5207       ww_asachi
## 5208   goingyellooow
## 5209   goingyellooow
## 5210     lalaaliloo1
## 5211   JulieFerrer20
## 5212 SoonHanarebabie
## 5213      katsushii_
## 5214 yeppuen_BORAHAE
## 5215   goingyellooow
## 5216         yxgstan
## 5217   goingyellooow
## 5218       CaelumGom
## 5219   JulieFerrer20
## 5220        lovlieys
## 5221     geIiventura
## 5222     sunnlantern
## 5223        myang712
## 5224      aceveryone
## 5225     sunnlantern
## 5226         dhraxis
## 5227       JW_vergyu
## 5228     VerbaSophia
## 5229      kookangels
## 5230     127crystals
## 5231  strwbryjoongie
## 5232    xumingha_o17
## 5233        lovlieys
## 5234     sunnlantern
## 5235 katie_seventeen
## 5236   loneamaryllis
## 5237       kiwicheol
## 5238         yu_haos
## 5239         dhraxis
## 5240   geochimeobshi
## 5241         ho_ongf
## 5242   MDavidSchwarz
## 5243  ashlee68868054
## 5244  ashlee68868054
## 5245          FerL67
## 5246       smile_mkl
## 5247       r3njunsbf
## 5248     sunnlantern
## 5249     sunnlantern
## 5250      laurinee30
## 5251        nizyanz_
## 5252     sunnlantern
## 5253 katie_seventeen
## 5254  AlikaNavarro97
## 5255 Rayniel86965441
## 5256    hello_ddeonu
## 5257      fallen_pur
## 5258  mapOf_eternity
## 5259    everyone_yuu
## 5260        svtdgt01
## 5261        aciw071_
## 5262      wwscjsyoon
## 5263  jovilyn_orpela
## 5264     sunnlantern
## 5265    dokyeoms1004
## 5266     sunnlantern
## 5267  jovilyn_orpela
## 5268      unique1344
## 5269     sunnlantern
## 5270       yracrasl_
## 5271     _Saraharmy_
## 5272       scwzverse
## 5273        613_jack
## 5274     sunnlantern
## 5275       JW_vergyu
## 5276    supremecoups
## 5277    triplets_ofc
## 5278    oOtaelatteoO
## 5279      jsnanana7g
## 5280    luminouswonu
## 5281      Junnie1006
## 5282    luminouswonu
## 5283    luminouswonu
## 5284     sunnlantern
## 5285      Desi_Ladki
## 5286  lovelyseokmine
## 5287   itz_linda1213
## 5288       m58014387
## 5289     sunnlantern
## 5290      jllnbauson
## 5291     DELULURACHA
## 5292      katrinah03
## 5293      tartaxruga
## 5294         ybel013
## 5295       nonie0218
## 5296         5Youngy
## 5297         ybel013
## 5298     sebongidmds
## 5299      sheruu_rck
## 5300        scouptat
## 5301       mochimeoe
## 5302    DelacruzRoda
## 5303         ybel013
## 5304         ybel013
## 5305    everyone_wow
## 5306  thegalaxybyINE
## 5307        seizemik
## 5308         ybel013
## 5309        haeyiens
## 5310    minseoksoon_
## 5311   itz_linda1213
## 5312     sunnlantern
## 5313        jimineix
## 5314        jimineix
## 5315     sunnlantern
## 5316 acoustic_jisoo_
## 5317      katrinah03
## 5318      jllnbauson
## 5319      atekpopfan
## 5320  urmomilfona69_
## 5321     sunnlantern
## 5322  wwhands0me_jin
## 5323       faketobio
## 5324  AlikaNavarro97
## 5325      M00NCHLDVS
## 5326          altsvt
## 5327  wwhands0me_jin
## 5328      kyeomshuuu
## 5329         Narns16
## 5330         mvyyyy_
## 5331     honeyylatte
## 5332     z_marie1702
## 5333       strawshua
## 5334     tenrenfinds
## 5335   itz_linda1213
## 5336    horanghaeshi
## 5337        _mogwoon
## 5338        kth_axie
## 5339    DelacruzRoda
## 5340 osaka_seventeen
## 5341   seokhaniyoo_n
## 5342       jeyangsfw
## 5343     hash_trsr15
## 5344    stuffedbear8
## 5345       kiwicheol
## 5346       mysteano1
## 5347        SHAE_twt
## 5348 Katheri31086249
## 5349       SvtShazam
## 5350       faeiryoon
## 5351       SvtShazam
## 5352      _bolu_love
## 5353    _denziegomez
## 5354     honeyylatte
## 5355  futurekpopdino
## 5356     sunnlantern
## 5357     ck_armystay
## 5358      kookangels
## 5359       kiwicheol
## 5360    coupsbestboy
## 5361  PatoInYourArea
## 5362    coupsbestboy
## 5363     sunnlantern
## 5364  shilin40702038
## 5365    notesonwoozi
## 5366        sapsolee
## 5367     sunnlantern
## 5368     Pewpew_1111
## 5369       AlexCM290
## 5370       ririesse_
## 5371    _wonurideul_
## 5372        jwoooonu
## 5373       sebongs00
## 5374    DelacruzRoda
## 5375   goingyellooow
## 5376       ummmyyy10
## 5377        jwoooonu
## 5378     sunnlantern
## 5379      patricia9x
## 5380        babujjkv
## 5381   snapshootshua
## 5382   ChogiWoW_Jams
## 5383    love_kyunnie
## 5384        kth_axie
## 5385       pllames06
## 5386        02_heeee
## 5387      KaruSullca
## 5388       4SVTJIHAN
## 5389    TheKoolcat01
## 5390        HappxBoo
## 5391   urigamanna___
## 5392     sunnlantern
## 5393       clrbprzly
## 5394     sunnlantern
## 5395  ykislifehelp11
## 5396 Yunjaedrey_0610
## 5397        kth_axie
## 5398    lifewithsvt_
## 5399      Desi_Ladki
## 5400   yumarksbaddie
## 5401    cinnamoshuas
## 5402  ashlee68868054
## 5403       _meowchii
## 5404       _psycoups
## 5405        JJENST4R
## 5406  RainhaRafaLeia
## 5407  sooseoksoonver
## 5408     sunnlantern
## 5409          asrh70
## 5410      YyangL1010
## 5411  coupranghaeisa
## 5412      fallen_pur
## 5413   jessyksilva29
## 5414    cinnamoshuas
## 5415   narishushushu
## 5416          asrh70
## 5417   im_atinyatiny
## 5418    minholly2142
## 5419     windylearns
## 5420        wonueisa
## 5421   goingyellooow
## 5422      seokminpop
## 5423     sunnlantern
## 5424     dadducheoll
## 5425     my_mo_onjun
## 5426    sing_seungch
## 5427          L1s498
## 5428       _psycoups
## 5429     sunnlantern
## 5430        yoitland
## 5431     sunnlantern
## 5432   xuminghaoluvr
## 5433    HOODlESEAZON
## 5434   oddeyesnorkle
## 5435    kkukkungie__
## 5436  YangYangsFairy
## 5437   goingyellooow
## 5438  YangYangsFairy
## 5439     sunnlantern
## 5440     sunnlantern
## 5441       yeoshuaa_
## 5442       malen_mbb
## 5443    weneebebe186
## 5444       lilamriie
## 5445     sunnlantern
## 5446  1004_Cheonghan
## 5447  ykislifehelp11
## 5448     sunnlantern
## 5449     junhaocaart
## 5450   mustofa_maida
## 5451    minholly2142
## 5452     sunnlantern
## 5453         micxie6
## 5454       yeoshuaa_
## 5455   goingyellooow
## 5456 bowerbirdsjewel
## 5457     hoshiskyeom
## 5458       lululabuw
## 5459        SEOkidss
## 5460   Ab66ixAb66ix1
## 5461    mr_kimmingyu
## 5462     aboutceltic
## 5463       seokgreen
## 5464   Banda37412384
## 5465    mr_kimmingyu
## 5466  1004_Cheonghan
## 5467       luv__wonu
## 5468       qtpiewonu
## 5469 danielharris151
## 5470    mamo_natacha
## 5471     junniedachi
## 5472     do_hyung_gi
## 5473   goingyellooow
## 5474        MANIIC11
## 5475       wwonuyaaa
## 5476  veryawesomevav
## 5477  lunameetsvenus
## 5478    kyeoms_pizza
## 5479       Monwe_H1K
## 5480    cherishcheka
## 5481   moomO_Oabby23
## 5482  1004_Cheonghan
## 5483         huiimxu
## 5484     kyeomavenue
## 5485       sebongs00
## 5486       shywoniee
## 5487       KTEZXYS20
## 5488     sunnlantern
## 5489         BAMC4TS
## 5490    min_youkyung
## 5491     kyeomavenue
## 5492    min_youkyung
## 5493 Benazir59556198
## 5494         uriwony
## 5495       mimareads
## 5496        diaidiia
## 5497     sunnlantern
## 5498       meckcahhh
## 5499     kyeomavenue
## 5500 17_prince_hoshi
## 5501    paulashaynee
## 5502     kidult_wonu
## 5503       play_bebe
## 5504       chaeeboki
## 5505       bellzqtie
## 5506 8finitywiththe8
## 5507     andreamhay6
## 5508    kkukkungie__
## 5509     kyeomavenue
## 5510       chokergyu
## 5511     sunnlantern
## 5512   jhchwwzflower
## 5513     everyownwoo
## 5514       mimareads
## 5515     Dillatron95
## 5516  MS_CARBONARaAa
## 5517      random_srh
## 5518      random_srh
## 5519  bangbangtanfam
## 5520      random_srh
## 5521      random_srh
## 5522 this_winterbear
## 5523   goingyellooow
## 5524      Junnie1006
## 5525        littykei
## 5526      yowtopsyuh
## 5527     gaycheollie
## 5528  Ashraf46753364
## 5529    cheskaelizze
## 5530     cheersbysvt
## 5531 luniver23843459
## 5532        kwannhao
## 5533    pebblesnibam
## 5534       ellexjeon
## 5535        nrkcolls
## 5536 SummerFriday_16
## 5537       _lemonlee
## 5538       nickIuver
## 5539     alexaxoxo__
## 5540       woozitrbl
## 5541      17ismyhome
## 5542       coleen_nn
## 5543      LesloMx7SJ
## 5544     sunnlantern
## 5545   JOHNNYSFAVHOE
## 5546          kmxnaj
## 5547   yangiethepooh
## 5548       lovesvntn
## 5549       _lemonlee
## 5550     kyeomavenue
## 5551     _hseungilht
## 5552        _mogwoon
## 5553   Ab66ixAb66ix1
## 5554        yeriloft
## 5555   Ab66ixAb66ix1
## 5556        yeriloft
## 5557      dalkyeomie
## 5558       _lemonlee
## 5559       shywoniee
## 5560     stansvt13__
## 5561          wzidle
## 5562   WhitSeungZaya
## 5563       imdeekay_
## 5564  mahalsiminghao
## 5565      shoeahsshi
## 5566        luisaiel
## 5567      dreamofyuu
## 5568   Wonuwonu_1704
## 5569      caricerica
## 5570     pattydump04
## 5571    schatzikyeom
## 5572  ashlee68868054
## 5573         pmbakid
## 5574   _chiaroscurow
## 5575      JohndMeyer
## 5576   DonaldJeromeF
## 5577     windylearns
## 5578      yabitterie
## 5579       dokingmin
## 5580      random_srh
## 5581        soojicpa
## 5582   Lovejisoohong
## 5583    cheollietang
## 5584       _lemonlee
## 5585      jeonwwscat
## 5586        hanieeun
## 5587 ultralordxyehet
## 5588   Lovejisoohong
## 5589        odetovou
## 5590      BSSEOKMARS
## 5591         chum164
## 5592      _chipmunki
## 5593      BSSEOKMARS
## 5594    cheollietang
## 5595        Mariamxo
## 5596    BPBlinkisrev
## 5597    cheollietang
## 5598  LEZAH_ACOUST1C
## 5599   karendrinkard
## 5600  ho5hi_____kwon
## 5601      pledishits
## 5602     wo_oziverse
## 5603      migoymochi
## 5604       apaolaa11
## 5605        svtbz_Q8
## 5606  prettycherryli
## 5607    soonyoungHee
## 5608    luminouswonu
## 5609       yjeonghn_
## 5610      svts_bxnny
## 5611         ratikmm
## 5612    INNERBEAR_95
## 5613      jingminssi
## 5614       jisdomino
## 5615       yjeonghn_
## 5616          Zemyla
## 5617      jingminssi
## 5618      woozi_time
## 5619          _nnamm
## 5620        odetovou
## 5621       jisdomino
## 5622  noemouqueirwin
## 5623          jjs_jh
## 5624         4_7teen
## 5625       seokgreen
## 5626        fendinaj
## 5627   sunnyvernon17
## 5628       jisdomino
## 5629 ShreyaseeDutta1
## 5630 12uselesshyungs
## 5631       jisdomino
## 5632   WhitSeungZaya
## 5633    ImSagonoy_14
## 5634       sebongren
## 5635       HOSHIPOGl
## 5636   Ab66ixAb66ix1
## 5637        YANGUUWO
## 5638  thinkinboutjun
## 5639      monsoleilX
## 5640        odetovou
## 5641          nrjin1
## 5642      jingminssi
## 5643      bubbleriki
## 5644      jingminssi
## 5645   secretkpopfan
## 5646       wooahae01
## 5647       qtpiewonu
## 5648          jeouwv
## 5649        jenosgbf
## 5650        odetovou
## 5651      TanyAmaya5
## 5652       gyushiwoo
## 5653 teatimewiththe8
## 5654  bodylike3racha
## 5655  LEZAH_ACOUST1C
## 5656       gyushiwoo
## 5657      migoymochi
## 5658       wooahae01
## 5659       wooahae01
## 5660      jhluversvt
## 5661       wooahae01
## 5662   goingyellooow
## 5663    WonderKiko12
## 5664       wooahae01
## 5665         4_7teen
## 5666  seventeen_1718
## 5667          coenky
## 5668      ssa_shaaaa
## 5669        jenosgbf
## 5670  aseulwenjoyrii
## 5671 part_time_cl0wn
## 5672        MXSMKHJI
## 5673      Iostsvmmer
## 5674   for17soonchan
## 5675     pent_ela7ly
## 5676   ReneeKniiight
## 5677     taehyuncore
## 5678  LEZAH_ACOUST1C
## 5679   goingyellooow
## 5680    Bluemoon__17
## 5681         leichve
## 5682       haorenity
## 5683      MX_BrandPR
## 5684        ygspingu
## 5685       world4jin
## 5686   aslaniharonnn
## 5687   goingyellooow
## 5688         gimo_au
## 5689        chngkihh
## 5690 part_time_cl0wn
## 5691         boosfav
## 5692      svncouphae
## 5693       missjeyd_
## 5694 part_time_cl0wn
## 5695     woojoodollz
## 5696    cheollietang
## 5697       softgyux9
## 5698     seolarenjun
## 5699 httpnicoulechoi
## 5700      EH_coutour
## 5701 everyoneluvswoo
## 5702  christinejoy_i
## 5703        odetovou
## 5704   kihyunenjoyer
## 5705  joshuashuashii
## 5706   SeriousSpidey
## 5707         yu_haos
## 5708     jinniestuna
## 5709        sohshort
## 5710    SPIDERMINGYU
## 5711  joaquinpalma29
## 5712      sseyesmile
## 5713      natsuki_s0
## 5714    coupsttattoo
## 5715           atzpv
## 5716  YangYangsFairy
## 5717  YangYangsFairy
## 5718  YangYangsFairy
## 5719 cheollierancher
## 5720      bebeyanggg
## 5721        sseubtin
## 5722  YangYangsFairy
## 5723 katie_seventeen
## 5724 chocolexeascart
## 5725    wonuyoongles
## 5726         fmx__97
## 5727         ahleliy
## 5728      hoeranghey
## 5729        Monsoul3
## 5730   sunshinemangi
## 5731       DarawadiN
## 5732 Paulina12649088
## 5733       quirkaaaa
## 5734         ahleliy
## 5735      horienghae
## 5736        Lilolan2
## 5737      hoeranghey
## 5738 everyoneluvswoo
## 5739       quirkaaaa
## 5740         chwepop
## 5741  ourleadersfatu
## 5742    EnasSuliman3
## 5743      JTH_Kook24
## 5744  1004_Cheonghan
## 5745      Iostsvmmer
## 5746        odetovou
## 5747        meh_rong
## 5748       jhanshua_
## 5749   YJHapologists
## 5750 MonstaXVotingSQ
## 5751   pheebeeeeeeee
## 5752      Seok_kim92
## 5753      bigbabygyu
## 5754     HowardC_Sea
## 5755       quirkaaaa
## 5756        AstroYuw
## 5757       nat_ohnat
## 5758 everyoneluvswoo
## 5759 yoonjeonghannny
## 5760      jackiesaku
## 5761         beedect
## 5762 yoonjeonghannny
## 5763       iKillMnet
## 5764       weiesunoo
## 5765   hanjonggyumin
## 5766        sohshort
## 5767      hooneyrich
## 5768       jonewoo17
## 5769      Aprilia_48
## 5770      yllowloves
## 5771       KimGaia10
## 5772  bambinicologne
## 5773    jeonghanlvrz
## 5774       xaaanneee
## 5775       quirkaaaa
## 5776       KTEZXYS20
## 5777    wendy_rdvlvt
## 5778 PuntualAngelica
## 5779       MarSeal28
## 5780       sootrukai
## 5781        jenrauls
## 5782  falliinfl0wer_
## 5783    mingfthao_17
## 5784        eoia_min
## 5785    minchohannie
## 5786  falliinfl0wer_
## 5787       userlili_
## 5788       vobo_tiny
## 5789     julseokminn
## 5790   MelodieLouhae
## 5791 heavenscloud_07
## 5792   atinybebe3471
## 5793      soonwoonoo
## 5794       userlili_
## 5795      horienghae
## 5796  YangYangsFairy
## 5797  YangYangsFairy
## 5798  YangYangsFairy
## 5799   apricityhoshi
## 5800      gyudarling
## 5801         dkhaolv
## 5802       8starwonu
## 5803       voumeyszo
## 5804     ohmykwannie
## 5805   xuminghaonnie
## 5806  seventeen_samm
## 5807   cceruleanbluu
## 5808     ohmykwannie
## 5809       hanshuayo
## 5810   Ab66ixAb66ix1
## 5811         VenayaL
## 5812      sevening13
## 5813  LEZAH_ACOUST1C
## 5814    bunnyjjongie
## 5815      sevening13
## 5816        shuaoshi
## 5817  seventeen_samm
## 5818        shuaoshi
## 5819  ATINYBLACKROSE
## 5820   marialuvsthem
## 5821         wompirx
## 5822  ATINYBLACKROSE
## 5823        kyjwonp_
## 5824       yayahere2
## 5825       jojob2905
## 5826    moon_korejin
## 5827        lluvshua
## 5828      Onikaleads
## 5829 picknavariego11
## 5830     MINWHOMSTve
## 5831   KkaKkaMeoRI_8
## 5832   cheolscherrie
## 5833   si_shuarieeee
## 5834      svts_bxnny
## 5835 wanwisa62543055
## 5836    hwanderlusts
## 5837     svtournesol
## 5838  joaoalmeida193
## 5839  LovelSeventeen
## 5840        zZrenjun
## 5841    jinspoutylip
## 5842 cheollierancher
## 5843          jMez08
## 5844 jeonghannihaeee
## 5845   Ab66ixAb66ix1
## 5846        tuanzzy_
## 5847      rrainy_iny
## 5848      NuggetNJ15
## 5849        tuanzzy_
## 5850 cheollierancher
## 5851      sartia_stx
## 5852        tuanzzy_
## 5853       _lemonlee
## 5854           jcyh_
## 5855 cheollierancher
## 5856        tuanzzy_
## 5857     MINWHOMSTve
## 5858    Kurt30019940
## 5859      Tweety__96
## 5860   xuminghaonnie
## 5861        liya_wsj
## 5862    JeJeeNzZ_snw
## 5863      leamarieoh
## 5864       aggiepr73
## 5865       qtyhannie
## 5866        lilyzzn_
## 5867 cheollierancher
## 5868       hypeshota
## 5869      _mjdelgado
## 5870      princekwsy
## 5871      imhotlemon
## 5872      horienghae
## 5873   krae_minshuji
## 5874  milkycake_1010
## 5875        odetovou
## 5876   rayofsunkyeom
## 5877        odetovou
## 5878       horangren
## 5879       aiurscart
## 5880        Miyandoo
## 5881      horienghae
## 5882  kyeomapologist
## 5883   Horanghae__17
## 5884       keren__dr
## 5885         d00remi
## 5886     joshuji3014
## 5887      astrohajus
## 5888       myraa_st7
## 5889         _Jinius
## 5890      horienghae
## 5891       _95jhyoon
## 5892       intakgirl
## 5893         _xxflvx
## 5894      horienghae
## 5895  ChairiyahAyumi
## 5896        ashkliea
## 5897    GuiangAndrea
## 5898       quirkaaaa
## 5899       _1995mhai
## 5900         BB0YHAO
## 5901     COSMlCOWBOY
## 5902 cheollierancher
## 5903      soonwoonoo
## 5904        DPRWONU_
## 5905      lovelyyhae
## 5906 PuntualAngelica
## 5907     yooncoupsie
## 5908   rossdalemarie
## 5909        odetovou
## 5910        xshimmie
## 5911        odetovou
## 5912      coupelatte
## 5913  dokyeomoatmeal
## 5914   xuminghaonnie
## 5915       oniryczne
## 5916    mj_cherryfan
## 5917      horienghae
## 5918  vergara_carlhy
## 5919   minwonshiii13
## 5920      cheolocart
## 5921      kwanieeboo
## 5922  carateenclouds
## 5923      horienghae
## 5924       quirkaaaa
## 5925          dia9yu
## 5926          KYKpH1
## 5927     horangel713
## 5928    seventen_ten
## 5929      tbmoesha23
## 5930 chocolexeascart
## 5931 terjungkirbaliq
## 5932       oniryczne
## 5933      maliamaraa
## 5934    hoobifresita
## 5935         hjscare
## 5936        onujeonn
## 5937       oniryczne
## 5938       zel_lpmck
## 5939   minwonshiii13
## 5940    soonyounguji
## 5941       hoeshijun
## 5942          j17ung
## 5943       quirkaaaa
## 5944       boosadeez
## 5945    ceri_jubilee
## 5946   MyLoveJimin95
## 5947       hoshiiest
## 5948      tbmoesha23
## 5949     95linewhore
## 5950        onujeonn
## 5951     cheolsyeobo
## 5952        maze_jpg
## 5953    loveminhyukk
## 5954       ___jw_ano
## 5955       deariekyu
## 5956 EpicMahonelover
## 5957        chogirlx
## 5958     yooncoupsie
## 5959      skyxmhwjh_
## 5960       itzferyel
## 5961      jhanelamnl
## 5962 SumitaSwargiar7
## 5963    bonbonaia094
## 5964       chwenzhou
## 5965        CaryennG
## 5966        ashkliea
## 5967        CaryennG
## 5968  mapOf_eternity
## 5969       12mohstar
## 5970    haorangnabix
## 5971    biancaratzen
## 5972        soft4ksy
## 5973      cshndcheol
## 5974      sdrawiing_
## 5975     yooncoupsie
## 5976 horangyuranghae
## 5977    skskcutkebee
## 5978      gh0stpearl
## 5979  KittyCat210287
## 5980     evrbdyhngsm
## 5981 SabiLovesJoshua
## 5982      dinosfavgf
## 5983        soft4ksy
## 5984 cheollierancher
## 5985 cheollierancher
## 5986       JW_vergyu
## 5987      sevening13
## 5988 SabiLovesJoshua
## 5989     jason_yandi
## 5990 cheollierancher
## 5991 cheollierancher
## 5992        CaryennG
## 5993         96leeji
## 5994 MaryCal64272246
## 5995        CaryennG
## 5996     cheolsyeobo
## 5997        CaryennG
## 5998     yooncoupsie
## 5999        shuaists
## 6000        luwesugh
## 6001    baerubyjane_
## 6002     yooncoupsie
## 6003         17Apisa
## 6004     jincheolshi
## 6005  hussienezzat14
## 6006  kea13seventeen
## 6007  warriornun_mex
## 6008       ThisWooly
## 6009 ddycheolscherry
## 6010     lemmawonie_
## 6011         96leeji
## 6012        Mdj_4578
## 6013 PuntualAngelica
## 6014       lovesvntn
## 6015  Asmaeenriyan28
## 6016   Ahmed65435190
## 6017     softyrenjun
## 6018         17Apisa
## 6019    Nardibeomkai
## 6020       kidultacy
## 6021        meowoozy
## 6022   fauthevillain
## 6023     Pandshizuca
## 6024     dokyeokki17
## 6025        mwphilic
## 6026      alphamoles
## 6027         MoodzPh
## 6028       hoeshijun
## 6029 cheollierancher
## 6030        _hanamei
## 6031       JW_vergyu
## 6032        Hell_132
## 6033      jhanelamnl
## 6034      Esso_20_22
## 6035         JAEI_08
## 6036       mybbybooo
## 6037     RahmaEm1278
## 6038      lavenza_l1
## 6039      leejchanie
## 6040     yooncoupsie
## 6041       JW_vergyu
## 6042       jenoggukk
## 6043       a_mido500
## 6044        W1qwind_
## 6045 ndeyerokhaya795
## 6046     yooncoupsie
## 6047      henna_cole
## 6048       quirkaaaa
## 6049      skwanboo__
## 6050  icedandaaaaaan
## 6051     yooncoupsie
## 6052        withgyu2
## 6053     yooncoupsie
## 6054    hansoltriste
## 6055     lalisaswelt
## 6056  AlikaNavarro97
## 6057     sexyminghao
## 6058       JW_vergyu
## 6059  svtcaretvernon
## 6060         soadrio
## 6061     ryuuuu__fox
## 6062     jaredidadoo
## 6063  svtcaretvernon
## 6064         JAEI_08
## 6065     mingkitopia
## 6066    kidultwonshi
## 6067      sunbaek629
## 6068       shiro_406
## 6069 smplyfallinforu
## 6070        withgyu2
## 6071       zel_lpmck
## 6072   SayHi68686064
## 6073      pp_pichaaa
## 6074    kat_fanixczs
## 6075         oisimrn
## 6076       parkayedl
## 6077       lawolfyki
## 6078       zel_lpmck
## 6079  Moody147258369
## 6080 dsfnctnl_kpopie
## 6081        ScyeHong
## 6082     kwonhoshtar
## 6083     yooncoupsie
## 6084     yooncoupsie
## 6085   Nanabunnyyyy_
## 6086       kcchoding
## 6087   CheolWonMinDk
## 6088     yooncoupsie
## 6089     yooncoupsie
## 6090     yooncoupsie
## 6091        lisugart
## 6092     yooncoupsie
## 6093 katie_seventeen
## 6094        worksalt
## 6095     _______ayla
## 6096    kimpossiblue
## 6097       lovesvntn
## 6098        gyulaabi
## 6099   windha17_jeon
## 6100 KarimAh93780462
## 6101    coupranghaae
## 6102    k_winterbear
## 6103         ae7teen
## 6104     Arosevia_Go
## 6105    echographyyy
## 6106   windha17_jeon
## 6107    notesonwoozi
## 6108    loveminhyukk
## 6109        stxrhope
## 6110   windha17_jeon
## 6111        He___012
## 6112 onyourj_eonghan
## 6113     coupsyberry
## 6114     AnneliesiaL
## 6115       auratelxo
## 6116   windha17_jeon
## 6117       jdynn1299
## 6118   windha17_jeon
## 6119      ashyeonbin
## 6120     softyrenjun
## 6121       lyssheesn
## 6122       NPipireta
## 6123      mynghaoshi
## 6124        TOKKIIWl
## 6125      HOBlBERRY_
## 6126      romyndiaye
## 6127        TOKKIIWl
## 6128        sjyfairy
## 6129    changasoline
## 6130     yooncoupsie
## 6131   omnia88116637
## 6132        TOKKIIWl
## 6133 katie_seventeen
## 6134   missmafia0526
## 6135        TOKKIIWl
## 6136   sugawararlert
## 6137      romyndiaye
## 6138    changasoline
## 6139        Vip_Esso
## 6140   Mernayounis15
## 6141      Morgan_mw7
## 6142     geIiventura
## 6143         llvlyrs
## 6144    thinkpinkhoe
## 6145    seventen_ten
## 6146      ateezgggab
## 6147 americanowlinow
## 6148      jaywonistz
## 6149        thirdzon
## 6150       wonandshi
## 6151      fushiyuji_
## 6152     junyeochinn
## 6153      norenminaj
## 6154       Mynah4004
## 6155    callmefarida
## 6156     svtournesol
## 6157        withgyu2
## 6158      mhabbysama
## 6159       aislin679
## 6160         _acey18
## 6161     pocketzsmom
## 6162         _acey18
## 6163        junsmoa_
## 6164        withgyu2
## 6165     geIiventura
## 6166          mswtmn
## 6167     yooncoupsie
## 6168       kmgyuluvs
## 6169 NefretiriMacar1
## 6170         EIiaaia
## 6171       allforhui
## 6172          ccrz92
## 6173         kjwoo12
## 6174     wonwoozone1
## 6175          prejiu
## 6176         msyckae
## 6177     yooncoupsie
## 6178       porameiii
## 6179        onujeonn
## 6180    cheolforyouu
## 6181     Hoshi_eerie
## 6182       jdynn1299
## 6183      2_moka2006
## 6184 americanowlinow
## 6185      chamsrobin
## 6186         0OH0826
## 6187     evrbdyhngsm
## 6188        withgyu2
## 6189    gyuwooshihan
## 6190      ujiverse17
## 6191        withgyu2
## 6192  1004_Cheonghan
## 6193      teumekyuhi
## 6194  bullyangbaebae
## 6195      ujiverse17
## 6196 americanowlinow
## 6197          al_yjh
## 6198          ImYJez
## 6199        withgyu2
## 6200 ekspetasivisual
## 6201   smilesuminisa
## 6202   windha17_jeon
## 6203        withgyu2
## 6204         kjwoo12
## 6205        withgyu2
## 6206     ayoseonghwa
## 6207      kyeomincuu
## 6208      mantinha23
## 6209 Jigglyp48196241
## 6210     soundofsvt_
## 6211 MEIMEICHEUNGGGG
## 6212        withgyu2
## 6213       seokhao_8
## 6214   windha17_jeon
## 6215      eIit3racha
## 6216   windha17_jeon
## 6217         kjwoo12
## 6218     yooncoupsie
## 6219        thirdzon
## 6220   windha17_jeon
## 6221     asahi_hmada
## 6222      JHHJ95cart
## 6223   windha17_jeon
## 6224      BarbiGangg
## 6225    giantdoodfus
## 6226      cheolocart
## 6227    your_earth_8
## 6228        thirdzon
## 6229     yooncoupsie
## 6230        shzukwan
## 6231        quteqirl
## 6232        shzukwan
## 6233     yooncoupsie
## 6234     _seokminshi
## 6235       zel_lpmck
## 6236       haoliehae
## 6237       JW_vergyu
## 6238          10Y4NG
## 6239      ujiverse17
## 6240   windha17_jeon
## 6241   krae_minshuji
## 6242        withgyu2
## 6243    coupssdrling
## 6244 ananmayw_6udayo
## 6245  Btsandtxtloves
## 6246 ananmayw_6udayo
## 6247  Btsandtxtloves
## 6248 ananmayw_6udayo
## 6249       lovesvntn
## 6250        julxteen
## 6251     jo_shuahong
## 6252    bellaAria_06
## 6253   unli9yuhanwoo
## 6254       svt_saki_
## 6255        shiahaee
## 6256       lovesvntn
## 6257      ujiverse17
## 6258  Btsandtxtloves
## 6259        miadlrsr
## 6260   seoksinthebox
## 6261       mikhoshii
## 6262        withgyu2
## 6263     mingyunvrse
## 6264        miadlrsr
## 6265        withgyu2
## 6266     jo_shuahong
## 6267   windha17_jeon
## 6268      BunnyChim_
## 6269    loveseocarat
## 6270   windha17_jeon
## 6271      wonugiee__
## 6272     CHERRYHAE17
## 6273     pwitygurlll
## 6274        miadlrsr
## 6275    shortqueenzb
## 6276   windha17_jeon
## 6277        miadlrsr
## 6278    GoatjamesLal
## 6279    coupssdrling
## 6280     hanniehao_o
## 6281      cottonbuut
## 6282      hoshicitos
## 6283   smilesuminisa
## 6284          svtbvc
## 6285       laviehuii
## 6286  Btsandtxtloves
## 6287        miadlrsr
## 6288        kyecmies
## 6289    coupssdrling
## 6290        w071796w
## 6291      heesunnie_
## 6292        rupokgyu
## 6293    itssammymaui
## 6294 HaveYouEver1998
## 6295       nat_ohnat
## 6296  minghaolicious
## 6297      rawrtigeRr
## 6298       KILLUAYAH
## 6299    k_winterbear
## 6300       _meeyyyyy
## 6301       KILLUAYAH
## 6302      Lizcarat17
## 6303   every_wonwo_o
## 6304    AgustDaniela
## 6305       zel_lpmck
## 6306         MAERIRl
## 6307    coupssdrling
## 6308   kw_nsoonyoung
## 6309         balca77
## 6310     wonwoo_main
## 6311        miadlrsr
## 6312    GioManzanoJr
## 6313       eriqueenh
## 6314  bambinicologne
## 6315     coupsyberry
## 6316       marycixky
## 6317       leeseoksy
## 6318     love_2_seok
## 6319       GemNicki_
## 6320      maliamaraa
## 6321     shuweethani
## 6322     ramenrulz8P
## 6323     yooncoupsie
## 6324  haruharuminwon
## 6325        miadlrsr
## 6326        l6veyoon
## 6327        miadlrsr
## 6328        phnamoon
## 6329        miadlrsr
## 6330    jcenthusiast
## 6331     hope_stream
## 6332        kyeomiqt
## 6333 Selenophile9396
## 6334   MelodieLouhae
## 6335       JW_vergyu
## 6336 yeppuen_BORAHAE
## 6337    GioManzanoJr
## 6338        miadlrsr
## 6339       crxstal01
## 6340        withgyu2
## 6341      Kiminamoka
## 6342        myoingie
## 6343  seokmin_mingyu
## 6344       SaraM_943
## 6345       dksimjake
## 6346    nana14081802
## 6347  Taekook_Hakkie
## 6348  Taekook_Hakkie
## 6349  JannahNikki419
## 6350  Taekook_Hakkie
## 6351   nirmine_salhi
## 6352        miadlrsr
## 6353     yooncoupsie
## 6354 ananmayw_6udayo
## 6355       dkpetista
## 6356        miadlrsr
## 6357      coupsdwrld
## 6358      mihanzxcv_
## 6359   lovekyeomiee_
## 6360   stelloveyou19
## 6361     filetminonn
## 6362       userh0shi
## 6363     IrisWoongie
## 6364    pootieniwonu
## 6365  sandatanielias
## 6366       SaraM_943
## 6367     cheollibeee
## 6368       lovesvntn
## 6369     yooncoupsie
## 6370        miadlrsr
## 6371    joshuranghae
## 6372       lovesvntn
## 6373   heytamagotchi
## 6374   lovekyeomiee_
## 6375   jnghansbanana
## 6376    dinopochacco
## 6377        sogala04
## 6378        ah_joshu
## 6379      gyuldaepah
## 6380       dkpetista
## 6381         Augsie_
## 6382       heywyclef
## 6383     yooncoupsie
## 6384   onigirimingyu
## 6385      dearsvteen
## 6386    incessantlou
## 6387        bestnsdk
## 6388   rawrnni4wonuu
## 6389       woozitrbl
## 6390       lovesvntn
## 6391 __prncsshnnhntn
## 6392    hannieyooo_n
## 6393   lovekyeomiee_
## 6394      skippidear
## 6395       woozitrbl
## 6396    lucrexiazura
## 6397        bestnsdk
## 6398       faeiryoon
## 6399       dkpetista
## 6400       kmgyuluvs
## 6401    dokyeomsfool
## 6402     eiiissaaa_a
## 6403       dkpetista
## 6404        miadlrsr
## 6405 acoustic_jisoo_
## 6406    moonchiIdhan
## 6407        miadlrsr
## 6408       0218__ldk
## 6409        miadlrsr
## 6410     yooncoupsie
## 6411  angel_and_liar
## 6412       0218__ldk
## 6413      m0onhuff_j
## 6414        vhooshik
## 6415      agentbap00
## 6416       dokeydoki
## 6417         heme242
## 6418         scoupwz
## 6419  1004_Cheonghan
## 6420     dreamoonjun
## 6421         dhraxis
## 6422  BtsFanStan1985
## 6423     hanniewifey
## 6424     yooncoupsie
## 6425   lovekyeomiee_
## 6426    itssammymaui
## 6427     yooncoupsie
## 6428    NICKIANGELIC
## 6429       0218__ldk
## 6430      jingminssi
## 6431       woozitrbl
## 6432    pootieniwonu
## 6433     fionablair_
## 6434 rodelyn_quinto1
## 6435       0218__ldk
## 6436        RagingAn
## 6437       zel_lpmck
## 6438   heytamagotchi
## 6439       0218__ldk
## 6440  yoon_hannihae_
## 6441 BonhoefferLives
## 6442       rins_moon
## 6443  taeguk_yojikyu
## 6444   _pamelaphiri_
## 6445       0218__ldk
## 6446         dhraxis
## 6447        gabateez
## 6448     jhchampagne
## 6449     purnamaRMDN
## 6450       kmgyuluvs
## 6451       0218__ldk
## 6452       juju_cart
## 6453     gentleshuan
## 6454       emizzz610
## 6455       benandbiu
## 6456       0218__ldk
## 6457    uremaaguilar
## 6458       wonsluver
## 6459       juju_cart
## 6460      jingminssi
## 6461     mosheymoshi
## 6462   lovekyeomiee_
## 6463    coupssdrling
## 6464    jihancheol88
## 6465    uremaaguilar
## 6466     HONGYUZILLA
## 6467     fionablair_
## 6468      ynaloves17
## 6469       jseunie07
## 6470   heytamagotchi
## 6471       snxwbloom
## 6472     25hupfendes
## 6473    coupssdrling
## 6474         gyvhans
## 6475   lovekyeomiee_
## 6476    coupssdrling
## 6477    uremaaguilar
## 6478    uremaaguilar
## 6479    uremaaguilar
## 6480    uremaaguilar
## 6481 acoustic_jisoo_
## 6482          chc_wn
## 6483 yourspringnoona
## 6484    Lavenderlee8
## 6485     hanniewifey
## 6486     yooncoupsie
## 6487       hoeshijun
## 6488       hoeshijun
## 6489         dhraxis
## 6490         mjhuism
## 6491       heywyclef
## 6492   smilesuminisa
## 6493    coupssdrling
## 6494     yooncoupsie
## 6495     WJBYEOLSHUA
## 6496      Bo_oLitssa
## 6497     Carat_W0rld
## 6498     hanniewifey
## 6499      marii_nhel
## 6500    wonwoondrous
## 6501   user_is_jaded
## 6502       lovesvntn
## 6503           z0crt
## 6504     yooncoupsie
## 6505      marii_nhel
## 6506    mingfthao_17
## 6507     kwonhoshtar
## 6508     yooncoupsie
## 6509 newbiecarathere
## 6510         scoupwz
## 6511     yooncoupsie
## 6512        svtlovxr
## 6513     NabellaAtyn
## 6514     yooncoupsie
## 6515     urfavhannie
## 6516     yooncoupsie
## 6517     yooncoupsie
## 6518   rayofsunkyeom
## 6519   joshuasboyfie
## 6520     safadillaaa
## 6521        dojakyun
## 6522    minghaolovee
## 6523     Pewpew_1111
## 6524     hanniewifey
## 6525 ruthybautista89
## 6526    jihancheol88
## 6527  jww_enthusiast
## 6528         dreijo_
## 6529 newbiecarathere
## 6530      Shabar_bar
## 6531       chemi_svt
## 6532    coupssdrling
## 6533           ptwsc
## 6534          XuSimp
## 6535     scoupstupos
## 6536    vminkook_vmk
## 6537      gyugyuwons
## 6538    Siri24741948
## 6539  sebongtannieee
## 6540      5huahaeeee
## 6541      IzzyChwe13
## 6542       vania3011
## 6543  wondaandcoswoo
## 6544    GerryAdamsSF
## 6545     CHERRYHAE17
## 6546    jihancheol88
## 6547      soshiakgae
## 6548     hanniewifey
## 6549   lovernihannie
## 6550 onyourj_eonghan
## 6551      marii_nhel
## 6552       mapa20031
## 6553     lvly_sMyles
## 6554     nielleja_24
## 6555    coupssdrling
## 6556     yooncoupsie
## 6557     moonhaniyoo
## 6558      marii_nhel
## 6559        hani3hae
## 6560          XuSimp
## 6561     yooncoupsie
## 6562   dre_seventeen
## 6563   onlyseungchoi
## 6564 __prncsshnnhntn
## 6565      iam_zeevia
## 6566  liltle_plantie
## 6567          XuSimp
## 6568     yooncoupsie
## 6569    nicheyoungie
## 6570       wonuyaa17
## 6571    huyngtaesimp
## 6572  liltle_plantie
## 6573        itzyrism
## 6574    nicheyoungie
## 6575       _1995mhai
## 6576    coupssdrling
## 6577      dearsvteen
## 6578       hopilov94
## 6579    jihancheol88
## 6580        eochanah
## 6581         kupasvt
## 6582         i4sunsu
## 6583       vania3011
## 6584  WeasleySivan16
## 6585  catchthesezzzs
## 6586  WeasleySivan16
## 6587       aegigian_
## 6588  WeasleySivan16
## 6589  WeasleySivan16
## 6590   joshuasboyfie
## 6591    coupssdrling
## 6592       lolakwan_
## 6593    infoinsync01
## 6594 Lillian79976312
## 6595          prynn0
## 6596     yooncoupsie
## 6597        96lTGlRL
## 6598          bbhjww
## 6599   moon1ndustry_
## 6600   TrumpsNewBoss
## 6601   joshuasboyfie
## 6602 hoonie_hoonieee
## 6603   moon1ndustry_
## 6604       eisashi_n
## 6605   moon1ndustry_
## 6606  enjellovesyoon
## 6607    joshuranghae
## 6608   moon1ndustry_
## 6609     ImChriseeth
## 6610    winkypinky_y
## 6611     bea_shuahae
## 6612 ndeyerokhaya795
## 6613         xxqttam
## 6614       CutiesKit
## 6615     yooncoupsie
## 6616      Iyahidoiii
## 6617    wonuichanggu
## 6618    kimceomingyu
## 6619    kimceomingyu
## 6620       _1995mhai
## 6621     yooncoupsie
## 6622     moonxchwita
## 6623     yooncoupsie
## 6624   janessssreidx
## 6625     sapphire6ix
## 6626    kimceomingyu
## 6627     yooncoupsie
## 6628    AriaDanyelle
## 6629  july_seventeen
## 6630 WangPuppy_852g7
## 6631     sapphire6ix
## 6632  coupsprotector
## 6633       eianxyoon
## 6634  neverwhalbeach
## 6635     PabloRams25
## 6636     yooncoupsie
## 6637    GioManzanoJr
## 6638    nicheyoungie
## 6639     Kiiimmyy_95
## 6640         nodichn
## 6641       danizyyyy
## 6642 mingyufever2020
## 6643 WandaLissetteT2
## 6644 WangPuppy_852g7
## 6645   dindin_ttattu
## 6646       eisashi_n
## 6647       luvforjah
## 6648     yooncoupsie
## 6649  etherealkhoshi
## 6650 acoustic_jisoo_
## 6651     songbluenim
## 6652      Shxmiemie_
## 6653    AgustDaniela
## 6654        puifai_n
## 6655        hani3hae
## 6656  BlueCookieGal1
## 6657        _wonuyah
## 6658 svt_hanniemelon
## 6659      kidultpoca
## 6660      mochiwoo98
## 6661     yooncoupsie
## 6662 Lillian79976312
## 6663    coupssdrling
## 6664  Ahying20026254
## 6665     vkooknamngi
## 6666        xWonusvt
## 6667       TOXX_XXOT
## 6668       naevioo0o
## 6669        jshuwaa_
## 6670       CutiesKit
## 6671     gyupsie_rri
## 6672        soft4ksy
## 6673   lovernihannie
## 6674      mymarahuyo
## 6675     scoupstatts
## 6676       luvforjah
## 6677     sapphire6ix
## 6678      yoonhaliya
## 6679 lovethestanlife
## 6680    huyngtaesimp
## 6681        myoingie
## 6682      its4phire_
## 6683         yulchwe
## 6684     mingyu17ive
## 6685    Siri24741948
## 6686           cpdh_
## 6687      BaeJocie99
## 6688   jayu_wankhede
## 6689     sapphire6ix
## 6690       cheolzino
## 6691        SuGab888
## 6692    Siri24741948
## 6693   lovernihannie
## 6694    GioManzanoJr
## 6695  carrot_thinker
## 6696       luvforjah
## 6697        Calli_jd
## 6698     yooncoupsie
## 6699    kwanberryboo
## 6700     gyupsie_rri
## 6701     yooncoupsie
## 6702        iemks546
## 6703  95_lover_4ever
## 6704    blossomingoo
## 6705      om_tatamic
## 6706       pogiboo17
## 6707    blossomingoo
## 6708      jjongdoIIy
## 6709    blossomingoo
## 6710         mvnbleu
## 6711       jeon1w_oo
## 6712      0526things
## 6713    jihancheol88
## 6714      gyulovelyy
## 6715    blossomingoo
## 6716     Dwizzle2021
## 6717    myonlyonewoo
## 6718    blossomingoo
## 6719        keulise0
## 6720    blossomingoo
## 6721      kookangels
## 6722    blossomingoo
## 6723    blossomingoo
## 6724  0xBigwin19bibi
## 6725    blossomingoo
## 6726        ch4nong_
## 6727    blossomingoo
## 6728    blossomingoo
## 6729       Fai960609
## 6730    blossomingoo
## 6731    Podongtruzie
## 6732    blossomingoo
## 6733       LyzzznWon
## 6734    blossomingoo
## 6735       luvforjah
## 6736      bbclrmgn04
## 6737      softpsyche
## 6738         dprcigs
## 6739        hani3hae
## 6740      bbclrmgn04
## 6741    blossomingoo
## 6742       luvforjah
## 6743    tigerhosxhii
## 6744      bbclrmgn04
## 6745    blossomingoo
## 6746     yooncoupsie
## 6747  sebongtannieee
## 6748    blossomingoo
## 6749     yooncoupsie
## 6750    blossomingoo
## 6751 jazrandomreader
## 6752    blossomingoo
## 6753     yooncoupsie
## 6754    blossomingoo
## 6755     yooncoupsie
## 6756       luvforjah
## 6757  Wonjunshihandk
## 6758         eweecqt
## 6759      eevesdrops
## 6760    Siri24741948
## 6761     hanseokgyu_
## 6762     yooncoupsie
## 6763  ykislifehelp11
## 6764     yooncoupsie
## 6765     hanseokgyu_
## 6766    blossomingoo
## 6767       luvforjah
## 6768    blossomingoo
## 6769       shuastars
## 6770      bbclrmgn04
## 6771      bbclrmgn04
## 6772         dhraxis
## 6773     coupswonshi
## 6774      VIP_LC_SVT
## 6775          jjs_jh
## 6776  0xBigwin19bibi
## 6777   Alyssa_Jeon17
## 6778 HappyTixPasabuy
## 6779       luvforjah
## 6780     _boocherry_
## 6781         yulchwe
## 6782         yulchwe
## 6783     moonxchwita
## 6784         yulchwe
## 6785     mykitty__ww
## 6786         yulchwe
## 6787       notchew18
## 6788     mingyusuaIs
## 6789     moonxchwita
## 6790       luvforjah
## 6791        jkthssii
## 6792      tasty_desu
## 6793     moonxchwita
## 6794   hoeformeowonu
## 6795          wxnwzz
## 6796      tasty_desu
## 6797     Regvelvet20
## 6798     moonxchwita
## 6799       codejihan
## 6800   jenny80154120
## 6801       luvforjah
## 6802       sebongren
## 6803        maelkten
## 6804      Renethopia
## 6805      wmLhc66712
## 6806      userhanmin
## 6807     moonxchwita
## 6808      justhistar
## 6809      justhistar
## 6810       junwinhui
## 6811      justhistar
## 6812      justhistar
## 6813         Zaty23M
## 6814 99markjae_dkscw
## 6815      neogurywoo
## 6816  aslieverywhere
## 6817          IamZua
## 6818        jkminwon
## 6819    coupssdrling
## 6820  Wonjunshihandk
## 6821    jihancheol88
## 6822         newskzi
## 6823        xu_myngh
## 6824       _hosh1gyu
## 6825   ISHUCREAM1230
## 6826   YashitaVerma2
## 6827      _justadump
## 6828    MikroGIOsmos
## 6829       xvxchxnxp
## 6830      carrotgyuh
## 6831 jjungkookiee_97
## 6832 kaewkae66848999
## 6833      maincrahao
## 6834   ceuphoriazen1
## 6835      chefmingoo
## 6836        taekehys
## 6837     _marahuyooo
## 6838       luvforjah
## 6839    hestiacartz_
## 6840    coupssdrling
## 6841       _hosh1gyu
## 6842       liezldhin
## 6843         HJLUVRS
## 6844       luvforjah
## 6845       kukioreo_
## 6846        ErickFoo
## 6847      wenjunhuhu
## 6848    vikii_salina
## 6849    Manasawin_08
## 6850   carmycarmyesq
## 6851    Manasawin_08
## 6852      misswonooo
## 6853    stellarhueka
## 6854  naevis_calling
## 6855   carmycarmyesq
## 6856     Michele6360
## 6857       _hosh1gyu
## 6858        killa_ix
## 6859    coupssdrling
## 6860         xxqttam
## 6861        npxiesvt
## 6862          Diija9
## 6863    jihancheol88
## 6864       tjasa0412
## 6865 whatkindofcarat
## 6866         mmt2431
## 6867       _hosh1gyu
## 6868 whatkindofcarat
## 6869    echanechanie
## 6870    geeeennielyn
## 6871    jikoogicarts
## 6872       chanaa98_
## 6873     AlexaAlecxa
## 6874        Mahta_rr
## 6875         mmt2431
## 6876     AlexaAlecxa
## 6877    jihancheol88
## 6878  dokyeomtcjimin
## 6879     scheolwindy
## 6880       _hosh1gyu
## 6881         xxqttam
## 6882     Sunny032797
## 6883         dultta5
## 6884        kxxberry
## 6885    jihancheol88
## 6886     moon_bammie
## 6887       luvforjah
## 6888     wenplusone_
## 6889         wonulop
## 6890   minshuahanwoo
## 6891    MaxineAillah
## 6892        jshn__95
## 6893      ellii_twit
## 6894       _hosh1gyu
## 6895        wossellv
## 6896     ksunoopeach
## 6897      mihanzxcv_
## 6898   dumbabadumdum
## 6899         25Onang
## 6900   minshuahanwoo
## 6901       hongcoups
## 6902    jihancheol88
## 6903   _Deedandelion
## 6904           msnwu
## 6905       _beyygene
## 6906      cheesicart
## 6907         wonulop
## 6908        ___97gyu
## 6909      cheesicart
## 6910       _beyygene
## 6911 minyoongisugaBB
## 6912   dumbabadumdum
## 6913      luvhscartz
## 6914  smolkimseokjin
## 6915      greywonwoo
## 6916        HOSHane_
## 6917 dee_numerouno_k
## 6918        ella_mki
## 6919       luvmingoo
## 6920     leofangerls
## 6921        inna__nc
## 6922       _hosh1gyu
## 6923         2YZHer4
## 6924  PanDUHCourtney
## 6925       eyahann13
## 6926      artifaccts
## 6927         clowjfs
## 6928    jihancheol88
## 6929       _hosh1gyu
## 6930      greywonwoo
## 6931   by_soonminwon
## 6932        feat_jia
## 6933       luvforjah
## 6934       _hosh1gyu
## 6935          jwonwx
## 6936       _hosh1gyu
## 6937       minobeach
## 6938       yenaaaney
## 6939     imclarexx27
## 6940   minshuahanwoo
## 6941   kelvinreyes08
## 6942          nhh_rv
## 6943 Joshujibestiess
## 6944       _hosh1gyu
## 6945    MonalisaOT12
## 6946 Euphoria_angel_
## 6947          _96art
## 6948 PhillipLNorman3
## 6949       luvforjah
## 6950     casuallchwe
## 6951      KatsukiSel
## 6952         AJKwon_
## 6953    jihancheol88
## 6954      wonsoocart
## 6955     myHanniieee
## 6956 fernand26568085
## 6957      LOSTVC4USE
## 6958    hohohocheeks
## 6959         MinY901
## 6960   sweetbittermw
## 6961     _wonucherry
## 6962         25Onang
## 6963      woshikyeom
## 6964      KatsukiSel
## 6965   hwnghyunjeanz
## 6966        Cundunk1
## 6967      _btsvt1315
## 6968    imraciuu_svt
## 6969  ARTHURkYE0M_ll
## 6970       luvforjah
## 6971       lyyangiee
## 6972        Hobi_bbb
## 6973           msnwu
## 6974         luvrstk
## 6975    vminkook_vmk
## 6976     hannieqtp2t
## 6977       y_oonnics
## 6978     meiaiharafl
## 6979       barbfease
## 6980      SANDRUXISS
## 6981   kimhobiminjin
## 6982       _hosh1gyu
## 6983      iz5040iz61
## 6984  thatsly_jaymer
## 6985  Thisisieroween
## 6986      iz5040iz61
## 6987   bamtoriesggyu
## 6988    Ana_Gomez605
## 6989      iz5040iz61
## 6990       liezldhin
## 6991      iz5040iz61
## 6992     izadoraaziz
## 6993   minshuahanwoo
## 6994      CarinCamen
## 6995 kimmajdouline17
## 6996       _hosh1gyu
## 6997     seaseasonss
## 6998   kimhobiminjin
## 6999       cheolacee
## 7000      _______nm4
## 7001       _hosh1gyu
## 7002   kimhobiminjin
## 7003   allmyloveshua
## 7004  jeon_u_won2w00
## 7005 bruwetzualrisse
## 7006     vegastars99
## 7007    SeokHorseMin
## 7008      ewikaaashn
## 7009    tinyteez1024
## 7010       _hosh1gyu
## 7011     casuallchwe
## 7012    jihancheol88
## 7013       xtheoluvr
## 7014    geeeennielyn
## 7015       s_mi_ling
## 7016       _hosh1gyu
## 7017      takoyuutaa
## 7018 WfKeKjMYIbqR994
## 7019           msnwu
## 7020     swangel1004
## 7021         int0skz
## 7022       _hosh1gyu
## 7023   yjhanniepyong
## 7024       strawshua
## 7025        8149cart
## 7026         kmyshim
## 7027       strawshua
## 7028       moruuu_10
## 7029 newbiecarathere
## 7030         gyushus
## 7031  solboohaojjang
## 7032      heeliftror
## 7033   snowballexshi
## 7034      caratiny23
## 7035       moruuu_10
## 7036    letrang_elle
## 7037        j0yj0y__
## 7038 iammisscharlene
## 7039       moruuu_10
## 7040       no1boober
## 7041       moruuu_10
## 7042       bambizgf_
## 7043       _hosh1gyu
## 7044    wonuluckyboy
## 7045 whatkindofcarat
## 7046        aintleux
## 7047 very_horanghaey
## 7048  0xSimsiwinsxzs
## 7049       ktanniee_
## 7050 _seventeeeeen17
## 7051  EldritchAranea
## 7052    wonuluckyboy
## 7053    jihancheol88
## 7054      simmlaylaa
## 7055       _Yedamie7
## 7056        hollye_h
## 7057     gyucutietot
## 7058         400461i
## 7059     cocoaamelon
## 7060    krasshen_ezz
## 7061       _hosh1gyu
## 7062 RosaAng22672241
## 7063      caratiny23
## 7064    _treasure12_
## 7065    jihancheol88
## 7066        eclypsun
## 7067       sourarabi
## 7068      MoomSakuna
## 7069      pmariaaaaa
## 7070    RaynorRayn18
## 7071     marcodi1980
## 7072    dreamyjunhui
## 7073 very_horanghaey
## 7074      caratiny23
## 7075    RaynorRayn18
## 7076       yonmimimi
## 7077    RaynorRayn18
## 7078      jihan1995_
## 7079 BuenavistaAryan
## 7080    hobi39911409
## 7081     vilIainyves
## 7082         dojeaji
## 7083        dhphgthy
## 7084    thekpopvibes
## 7085      archveshua
## 7086   micksberry369
## 7087       bambizgf_
## 7088       spazz_svt
## 7089        hyuntdae
## 7090     sinaka_chow
## 7091         TYSAYPP
## 7092    wintercreati
## 7093          xvauyi
## 7094    RaynorRayn18
## 7095         PJHC4RT
## 7096        Soniaso_
## 7097  Biscoiteiratra
## 7098      paula21196
## 7099    tigerhosxhii
## 7100  shuaashushushu
## 7101       noissante
## 7102     fiqaschnlvr
## 7103      mihanzxcv_
## 7104         knjlmsd
## 7105       froghao_0
## 7106       _hosh1gyu
## 7107        jkhobi25
## 7108       atpstumii
## 7109        niinghao
## 7110    jeydinalways
## 7111      jeycodonat
## 7112      boojikyeom
## 7113     Sheengeleng
## 7114      takoyuutaa
## 7115     foxxcunning
## 7116      Asahibot20
## 7117       skwncartz
## 7118           _cmrj
## 7119    choicheollie
## 7120    shiloah_magu
## 7121   yoonjeongh4ns
## 7122        shuariea
## 7123    Rien01310371
## 7124       akflpffk_
## 7125  yeobojun447651
## 7126   tomyyouth_nus
## 7127     p_jones9001
## 7128         lkim024
## 7129 newbiecarathere
## 7130  enjellovesyoon
## 7131   kwonhoshicart
## 7132      benzschool
## 7133   yoonjeongh4ns
## 7134     snorlaxxxxe
## 7135    minhuiyeolie
## 7136       _beyygene
## 7137        Haning_j
## 7138        svt1012_
## 7139      mihanzxcv_
## 7140      _llaineeey
## 7141     777DKWonwoo
## 7142       xiaoeunnn
## 7143   itsmewannable
## 7144    jihancheol88
## 7145        tychooo_
## 7146       luvforjah
## 7147       desmileee
## 7148        jshn__95
## 7149 YoonGeorgiaHong
## 7150         weomonu
## 7151       myBlue218
## 7152     aronsolomon
## 7153        soft4ksy
## 7154      kyeomiexie
## 7155  vanillabluetae
## 7156      KatsukiSel
## 7157      anyonedrei
## 7158    twentywanbae
## 7159       xtinecart
## 7160    shiloah_magu
## 7161      itsandykim
## 7162      yoonsheeng
## 7163 abbellehong1017
## 7164    jihancheol88
## 7165  tazkiyahauliar
## 7166       hanniboni
## 7167  bloogirlfriend
## 7168       kayeiiiii
## 7169       ShitoTuki
## 7170    shiloah_magu
## 7171     SayWahuWahu
## 7172        hoshwidk
## 7173   dokyeeeooomie
## 7174       Dasheru_u
## 7175         Lucy91N
## 7176   mushroom_teen
## 7177      woshikyeom
## 7178          Xeismr
## 7179       mimaaaxxx
## 7180   itsmewannable
## 7181         _jcheol
## 7182    wildfloweral
## 7183       _nanakeyt
## 7184     bettychoi91
## 7185        minwonqt
## 7186      SushiiNg52
## 7187 coupshan_sebong
## 7188 moosamchanlover
## 7189  0xSimsiwinsxzs
## 7190   miss_svtmafia
## 7191          slip23
## 7192    hitorijanaye
## 7193      loveyoonjh
## 7194      wonjaecart
## 7195   bebeamoraaa14
## 7196       cheolacee
## 7197       froghao_0
## 7198      kihyunsjay
## 7199         lkim024
## 7200        rtjunwen
## 7201      marii_nhel
## 7202     chinginacca
## 7203      Beststan15
## 7204         V10L_et
## 7205      sebongtrsr
## 7206       athynna_a
## 7207      enstarbuns
## 7208      wishonasky
## 7209       luvforjah
## 7210 miya_caratlnd13
## 7211  askjsikcindyyy
## 7212  ARTHURkYE0M_ll
## 7213   diamondwonu17
## 7214        mxngyuxx
## 7215   SVT1004052615
## 7216    shiloah_magu
## 7217       rikuonime
## 7218           wzmg_
## 7219  everyone_wunoo
## 7220     eiiissaaa_a
## 7221         _cxjayy
## 7222  cathennalilith
## 7223    kathlengggyu
## 7224      ChoVhemmie
## 7225   tomyyouth_nus
## 7226        _gdncs13
## 7227         ynjyuk1
## 7228   joshushushuwu
## 7229       BaRk_r0wR
## 7230         eungyao
## 7231        knd17may
## 7232      kttywonwoo
## 7233        xu_myngh
## 7234       spazz_svt
## 7235          mjtf47
## 7236     ichoose_gyu
## 7237          cse843
## 7238        mmmookon
## 7239         ynjyuk1
## 7240     taehyuncore
## 7241       shhuuwwaa
## 7242     KathHorannn
## 7243          us4r97
## 7244     Mariyeaaaah
## 7245        _nathtwt
## 7246    sichengluvvr
## 7247       ulthoshua
## 7248 Joshujibestiess
## 7249       xtinecart
## 7250    shiloah_magu
## 7251     LunarSVT123
## 7252       sahifeels
## 7253 JamieCristo4306
## 7254       xxnomercy
## 7255    vminkook_vmk
## 7256 WonJaePilSanYeo
## 7257        9yushua_
## 7258        Aelarius
## 7259    wonunununuuu
## 7260          cyvll2
## 7261      Janna_L_17
## 7262        xu_myngh
## 7263  nathsssnathsss
## 7264        Yjhnihae
## 7265       harutulog
## 7266       jseunie07
## 7267        dda_dduu
## 7268       MissssssC
## 7269      dxborahh_2
## 7270 fueledfantasies
## 7271        snwuhoon
## 7272  sunflower_1802
## 7273     justmeysaaa
## 7274         eulxynx
## 7275   by_soonminwon
## 7276       yoongimtv
## 7277   _jeonghan_nie
## 7278  CaratJoeeeeeee
## 7279 svtreasureffect
## 7280      seungppiri
## 7281    rk_chocob0ba
## 7282       Chan19Lee
## 7283    SeleniumXVII
## 7284   _yoonjunghan_
## 7285      pmariaaaaa
## 7286       xasahinax
## 7287    imraciuu_svt
## 7288       Jayee3Mp4
## 7289       8haochive
## 7290     Hoshi_eerie
## 7291         evryw0n
## 7292        Gyu0328_
## 7293       btssvt713
## 7294       onlywons_
## 7295   bebeamoraaa14
## 7296    mingfthao_17
## 7297     _gyuhan2022
## 7298    _cherryberri
## 7299        itzaimae
## 7300       kxsoonhao
## 7301         400461i
## 7302        doyplace
## 7303    mariz_cblqnt
## 7304     dikeideikei
## 7305       ALucky925
## 7306      Joshongiie
## 7307       xiaoeunnn
## 7308  hanihaemii1004
## 7309       jiseokhao
## 7310      svts_bxnny
## 7311   bangtanjeejai
## 7312       Lu_Shia97
## 7313      SlLENTWAVE
## 7314    yoonbinshiho
## 7315        xcoups__
## 7316    sootspriting
## 7317         evryw0n
## 7318       kxsoonhao
## 7319    yourcaratzen
## 7320       warmwooyu
## 7321       pochiyeol
## 7322   hoeformeowonu
## 7323     yeahleechan
## 7324        K_Jeon96
## 7325     5sugarcones
## 7326 FannyAc01338370
## 7327    shiloah_magu
## 7328       jishoocho
## 7329     LunarSVT123
## 7330    letrang_elle
## 7331    yeosangrules
## 7332   by_soonminwon
## 7333      www_jeon17
## 7334        dkdnjfk_
## 7335      boojikyeom
## 7336       _hosh1gyu
## 7337         ujihun_
## 7338     LunarSVT123
## 7339      svts_bxnny
## 7340  svtforlife_ror
## 7341    breakerenids
## 7342         llabnlt
## 7343    coupssdrling
## 7344         wonooan
## 7345   justdeeekaayy
## 7346      sebongtrsr
## 7347  jjeonghanieyaa
## 7348        piscsdin
## 7349        jalehboo
## 7350   jeonghoneybae
## 7351 Michaela2762169
## 7352        9kmingyu
## 7353      choleytsom
## 7354         f4irykh
## 7355 jjongjjongiesri
## 7356 JoonIsAmazeYeah
## 7357  JijiAtinyAteez
## 7358  everyone_wunoo
## 7359    wintercreati
## 7360    SeleniumXVII
## 7361       YJH_zie99
## 7362      staytyuned
## 7363    rk_chocob0ba
## 7364         jnt_nwr
## 7365     skeeleetons
## 7366       bboyhao_o
## 7367  everyone_wunoo
## 7368    twentywanbae
## 7369         deonubu
## 7370  enjellovesyoon
## 7371       moonshuae
## 7372       onlywons_
## 7373    coupssdrling
## 7374       shhuuwwaa
## 7375       Stutiyoon
## 7376        jwmjj_17
## 7377      kttywonwoo
## 7378        itzaimae
## 7379       anneiyooo
## 7380  jjeonghanieyaa
## 7381       junehee99
## 7382  jjeonghanieyaa
## 7383       vobosquad
## 7384   wonwoneko1714
## 7385  jjeonghanieyaa
## 7386       orbwonwoo
## 7387       sylsvntn_
## 7388     twoteenseok
## 7389        Lattchwe
## 7390        ___97gyu
## 7391       junehee99
## 7392     shiningdias
## 7393    aishitxteru_
## 7394     murkleechan
## 7395        minwonqt
## 7396   itoohusername
## 7397     yeahleechan
## 7398     peachyyaaa_
## 7399  army_purpleu13
## 7400   _lovey_rabbit
## 7401        hoshimys
## 7402    ofspeachdino
## 7403      mihanzxcv_
## 7404          chc_wn
## 7405       jiseokhao
## 7406    Angel3331434
## 7407       Sani10112
## 7408     hermes_hoon
## 7409       anneiyooo
## 7410        Gyu0328_
## 7411        hwyounge
## 7412       junehee99
## 7413     hermes_hoon
## 7414  ChoiSeungShook
## 7415      takoyuutaa
## 7416     yeahleechan
## 7417      anyonedrei
## 7418   pistachiosJJJ
## 7419     sakuracarat
## 7420      yawnonewoo
## 7421        hsk_218_
## 7422 heartsvthirteen
## 7423          kim1wu
## 7424       fvrgyuhan
## 7425      chomamamas
## 7426       NiiniRuby
## 7427   wonwoneko1714
## 7428          xvauyi
## 7429      kyeowonwoo
## 7430  liatiny_dancer
## 7431       jiseokhao
## 7432       quartzhae
## 7433    uniqueornbby
## 7434     snorlaxxxxe
## 7435 heartsvthirteen
## 7436      alviazhrr_
## 7437      alviazhrr_
## 7438      alviazhrr_
## 7439  mine_seungkwan
## 7440   wonwoneko1714
## 7441 wiwiekkristanti
## 7442      anyonedrei
## 7443       luvmingoo
## 7444       Dodoljong
## 7445      jihan1995_
## 7446       8haochive
## 7447        JoyaaHae
## 7448  linzai03kisses
## 7449       titiiiuuu
## 7450  0xSimsiwinsxzs
## 7451       ikookgunj
## 7452    lolly_mudpie
## 7453 ThayaneCamarg14
## 7454         noinluv
## 7455     00110111kai
## 7456          ymlls_
## 7457     yjhanscloud
## 7458         won2hui
## 7459        dda_dduu
## 7460      jeycodonat
## 7461     boutyou_svt
## 7462          4M6H7W
## 7463         Xulyli_
## 7464       35_kookie
## 7465 very_horanghaey
## 7466    jihoonieruby
## 7467     MineofHoshi
## 7468  Clawdinee_exol
## 7469  minajbarbie078
## 7470     boutyou_svt
## 7471       _kimchivy
## 7472        unnnee__
## 7473     yjhanscloud
## 7474       uriminwon
## 7475    gyumybestboy
## 7476      kyeowonwoo
## 7477     gumusservvi
## 7478      seok_jihan
## 7479         PJHC4RT
## 7480     kimtakata__
## 7481         yyylexi
## 7482    JELLYJUNNl3S
## 7483  goods_toritori
## 7484  goods_toritori
## 7485      nekowonuuu
## 7486          _arsnh
## 7487  goods_toritori
## 7488       partyJITB
## 7489  goods_toritori
## 7490        kyeomwon
## 7491     choiseung95
## 7492     woozivers17
## 7493  0xSimsiwinsxzs
## 7494   yupsheskitten
## 7495      marii_nhel
## 7496    wonunununuuu
## 7497       icralover
## 7498   itoohusername
## 7499     777DKWonwoo
## 7500         rnjnity
## 7501    jeonjeongie_
## 7502  smAl1ValeriA22
## 7503    leechan__xin
## 7504       brokuroo_
## 7505       deeen_san
## 7506  babybetterforu
## 7507        minwonqt
## 7508 ShreyaseeDutta1
## 7509   bebeamoraaa14
## 7510   passthereplay
## 7511     kylareiiwoo
## 7512    lilislilgirl
## 7513  cheolcerejinha
## 7514   itoohusername
## 7515      nekowonuuu
## 7516   fernandez_vis
## 7517        huiciety
## 7518       MiMiewwii
## 7519           wzmg_
## 7520         ga3bo1s
## 7521       jeong2hao
## 7522      gyugyuxxii
## 7523 simpingoverkpop
## 7524     Sadsssszz__
## 7525 dustbinuniverse
## 7526     peachyyaaa_
## 7527   _BTSVTREASURE
## 7528 dustbinuniverse
## 7529       Virona091
## 7530      amedaifuku
## 7531   fernandez_vis
## 7532    bryleapilado
## 7533   jcssmwjhshvkc
## 7534      heyscoupse
## 7535     MayuMayu134
## 7536    minwonnownim
## 7537     seokwoogyuu
## 7538       shuanbaek
## 7539        itsjrytn
## 7540  vanillachaetea
## 7541 hawtmatchalatte
## 7542         hacitys
## 7543        the8file
## 7544   fernandez_vis
## 7545      shuabebito
## 7546 Akitheautmnnerd
## 7547        taytatee
## 7548 Akitheautmnnerd
## 7549       ABear0113
## 7550          1kfuyu
## 7551       allykwan_
## 7552       grrwonwoo
## 7553        Yjhnihae
## 7554      Joshongiie
## 7555    shiloah_magu
## 7556   HopeKhunRo_09
## 7557       grrwonwoo
## 7558        wzfanfan
## 7559        dcyouung
## 7560          Gice22
## 7561         oshikwn
## 7562   gentIe_joshua
## 7563         pedvanz
## 7564   itoohusername
## 7565      exoenhafan
## 7566      Joshongiie
## 7567          1kfuyu
## 7568      pmariaaaaa
## 7569   Gean_CarlosLL
## 7570        nahyukie
## 7571          _syopp
## 7572      swnishappy
## 7573        bewithbu
## 7574     eternalwonu
## 7575   ihatemaths777
## 7576   ihatemaths777
## 7577   HanieBee_sjnb
## 7578    orbitlaloona
## 7579      kihyunsjay
## 7580       luvmingoo
## 7581      kihyunsjay
## 7582  seungcheolised
## 7583      yoonsheeng
## 7584        imma_ema
## 7585      diskgyucci
## 7586  Cassie_ha_dong
## 7587         needef_
## 7588       0205haulz
## 7589         400461i
## 7590        dopinksy
## 7591     yeahleechan
## 7592        dcyouung
## 7593          TXTRYE
## 7594     lois4btssvt
## 7595        ctjy0811
## 7596     m_______yww
## 7597  snowlovescheol
## 7598 vEEGWP66VJ98hwX
## 7599  Saleem28092135
## 7600   foreverthewon
## 7601 mrsJamieHackney
## 7602    miso_ranghae
## 7603     m_______yww
## 7604         17y0_0n
## 7605 Daddu_Cheollito
## 7606 seoksol_0218_17
## 7607   itoohusername
## 7608        dcyouung
## 7609 seoksol_0218_17
## 7610       0205haulz
## 7611        chwehan5
## 7612    cheolmenteng
## 7613       haoluvsss
## 7614       minhui896
## 7615       0205haulz
## 7616 seoksol_0218_17
## 7617 seoksol_0218_17
## 7618        minwonqt
## 7619 Joshujibestiess
## 7620  rinwoniehoonie
## 7621         400461i
## 7622    mamo_natacha
## 7623    loveminhyukk
## 7624     arabellacrz
## 7625   RoseMaeDavis1
## 7626  rinwoniehoonie
## 7627      EBSVTCarat
## 7628       cesimnida
## 7629 Akitheautmnnerd
## 7630   contentedzayn
## 7631       NonieKoo_
## 7632        xyz23ssb
## 7633      mizumizuus
## 7634   gentIe_joshua
## 7635        shxxnini
## 7636        thirdzon
## 7637     Jeonnonugyu
## 7638   Jeong_Cheol95
## 7639       Aeppeaaep
## 7640   alanarchive16
## 7641    coupssdrling
## 7642   prettyfroilan
## 7643        F4STPACE
## 7644          0716AM
## 7645        gudimaan
## 7646        97shruti
## 7647 sarahfaithydiaz
## 7648    hoshiranghe_
## 7649    AlexaRod1024
## 7650        Ji123095
## 7651        thickhao
## 7652         17y0_0n
## 7653   wonwoneko1714
## 7654    coupssdrling
## 7655     arabellacrz
## 7656      chomamamas
## 7657         lkim024
## 7658     itsmemarsea
## 7659   gardenfairy1u
## 7660        lexswan2
## 7661    coupssdrling
## 7662    wonunununuuu
## 7663     into_SooHui
## 7664  Mystery_Girl14
## 7665     MineofHoshi
## 7666    hoshiranghe_
## 7667       0205haulz
## 7668     MineofHoshi
## 7669         Zylles2
## 7670   robotkeychain
## 7671       BaRk_r0wR
## 7672    coupssdrling
## 7673       0205haulz
## 7674     MineofHoshi
## 7675     mostlywonuu
## 7676         m4rshua
## 7677   JunhuihuiStar
## 7678       0205haulz
## 7679   HanieBee_sjnb
## 7680     Jeonnonugyu
## 7681         hjs7jww
## 7682 ayangseungcheol
## 7683        jadeeyo_
## 7684       0205haulz
## 7685     m_______yww
## 7686        Dalimarr
## 7687        ggukdolz
## 7688       0205haulz
## 7689     m_______yww
## 7690     AianNotAyan
## 7691        crylbnzn
## 7692     m_______yww
## 7693     lovescoups_
## 7694    seoyoungie27
## 7695         alsbar_
## 7696     m_______yww
## 7697   JunhuihuiStar
## 7698       wonucolls
## 7699       dkhoshlvr
## 7700      minwonehae
## 7701        LJervoso
## 7702      pmariaaaaa
## 7703     JINsjiguppm
## 7704     jaredidadoo
## 7705         Evakiee
## 7706     KingofClass
## 7707       0205haulz
## 7708     htowncougar
## 7709     m_______yww
## 7710         imhaegs
## 7711      MITSUL0VER
## 7712    belforwonwoo
## 7713        2403KSNW
## 7714    coupssdrling
## 7715         MJunH_s
## 7716  stargaxing_jun
## 7717      edrlynnnn_
## 7718   mariz_navarra
## 7719       sam26_svt
## 7720     jun35607245
## 7721       sam26_svt
## 7722      MingXiaoqt
## 7723       LIS_BLISA
## 7724   itoohusername
## 7725      HominNumin
## 7726     m_______yww
## 7727         i143lee
## 7728   lV_LeefcloVer
## 7729   kimyasmen3012
## 7730 bbygorlwooyoung
## 7731   sisiseventeen
## 7732       luh_rainn
## 7733 SatyamevaJaya18
## 7734      kttywonwoo
## 7735   foreverthewon
## 7736        _srvllr_
## 7737   gentIe_joshua
## 7738    seoyoungie27
## 7739   blueberryuyu_
## 7740     Hoshi_eerie
## 7741        ribbith8
## 7742        conivegi
## 7743     mikkochan71
## 7744    cutie_carats
## 7745      iztlmirahh
## 7746   gyuhoon_liker
## 7747     myHanniieee
## 7748     mikkochan71
## 7749      bardaguhan
## 7750      wongyuuhae
## 7751        itsjrytn
## 7752       sam26_svt
## 7753     hoshimeatsu
## 7754     ferriseris3
## 7755   itsmesaaammmy
## 7756        yunkisso
## 7757  NanaNannan2613
## 7758     choiseung95
## 7759   feat_dinonodi
## 7760        kly_sein
## 7761         cheolvz
## 7762      bardaguhan
## 7763    justcheol108
## 7764 Caratdeulzebong
## 7765    sayoonlangjh
## 7766      pmariaaaaa
## 7767     nanascart01
## 7768   souleylove800
## 7769      hobabiased
## 7770     rencsbencsi
## 7771         Xr1Army
## 7772        kozumart
## 7773       sam26_svt
## 7774      dkyeominho
## 7775     tinytiny629
## 7776        ruiz_rej
## 7777      bardaguhan
## 7778         tousdae
## 7779     mikkochan71
## 7780      luvsmarkun
## 7781       faeiryoon
## 7782        minwonqt
## 7783   smilesuminisa
## 7784      wonjaecart
## 7785    alvtaardngrm
## 7786     seoyang_bns
## 7787       _hosh1gyu
## 7788     Jeonnonugyu
## 7789     coupranghan
## 7790    rudedogreyes
## 7791   bornsarebloom
## 7792     ujiujiujioo
## 7793          1kfuyu
## 7794     leynagater_
## 7795        Lady0ice
## 7796          1kfuyu
## 7797    dou__shiyoka
## 7798        May04EXO
## 7799       exosone13
## 7800       Do_Minho_
## 7801  _seungcheolrry
## 7802  wonhanseoksoon
## 7803      yoonsheeng
## 7804         evechnt
## 7805      bardaguhan
## 7806       romy258hp
## 7807       Chaaaii18
## 7808      bardaguhan
## 7809  nathsssnathsss
## 7810     scoupstatts
## 7811      ChoVhemmie
## 7812        bamm_p7c
## 7813   caromiranda_s
## 7814        nikiwrId
## 7815        svt_exoL
## 7816        pldgngsn
## 7817     fahsaikaika
## 7818     m_______yww
## 7819    coupssdrling
## 7820 luckyli09301781
## 7821  purposeflaming
## 7822  TheAthleticCBB
## 7823  hobiiuarmyhope
## 7824  carrot___carat
## 7825   MarcellinJuno
## 7826     alileee_326
## 7827   bebeamoraaa14
## 7828 won_andonly_woo
## 7829      heyyydarya
## 7830        e99silog
## 7831      antokim960
## 7832   mr_jasonjones
## 7833     Jeonnonugyu
## 7834   jeonghoneybae
## 7835   itsmesaaammmy
## 7836        YE0T0PIA
## 7837    jhopescharts
## 7838     m_______yww
## 7839     m_______yww
## 7840 Daddu_Cheollito
## 7841       meanierae
## 7842      H_10041995
## 7843      boojikyeom
## 7844    coupssdrling
## 7845    kimjeoncheol
## 7846     jeweeelblnc
## 7847    Pepperling95
## 7848      shesgracee
## 7849         alhanda
## 7850         Zaty23M
## 7851        jwmjj_17
## 7852   megaputri__nd
## 7853      thestangal
## 7854     HOSHIBECUTE
## 7855      dk_mg_1806
## 7856         Janglow
## 7857         av2lino
## 7858      dk_mg_1806
## 7859 lovethestanlife
## 7860    coupssdrling
## 7861     jeweeelblnc
## 7862         detcele
## 7863      jeycodonat
## 7864    asoulinexile
## 7865        mmmookon
## 7866        BLINKU14
## 7867   mushroom_teen
## 7868    peachandcats
## 7869   choiiicolatte
## 7870      Joshongiie
## 7871       Pashi1955
## 7872   diamondwonu17
## 7873        _sein_sk
## 7874     jungtaekken
## 7875        mxngyuxx
## 7876     Hoshi_eerie
## 7877    coupssdrling
## 7878      appleckity
## 7879  tinkerbellus46
## 7880       cocagyula
## 7881          Xeismr
## 7882     babymeangyu
## 7883    vernounsline
## 7884    SebongieOt13
## 7885     min9yubells
## 7886       fairieksy
## 7887        Sam_ooee
## 7888     mo_onyungie
## 7889    everyone_voo
## 7890     7svnwithyou
## 7891    hueningiegum
## 7892        mxngyuxx
## 7893    coupssdrling
## 7894        CmbSvt17
## 7895         Ehzrah3
## 7896       jxmxnalee
## 7897      AbdIzzudin
## 7898       liezldhin
## 7899   gentIe_joshua
## 7900          dkind_
## 7901      _lovessSKZ
## 7902    everyone_voo
## 7903    coupssdrling
## 7904         JEON1NU
## 7905    everyone_voo
## 7906      HUIMYEONGS
## 7907    everyone_voo
## 7908      Joshongiie
## 7909 man2saeipromis1
## 7910    kalatniwayji
## 7911      bardaguhan
## 7912    everyone_voo
## 7913     skeeleetons
## 7914         kinowol
## 7915      kttywonwoo
## 7916   SparklingMiii
## 7917    _treasure12_
## 7918       tyniverse
## 7919     cheolsbooty
## 7920  hiyahelloitsme
## 7921     katkatjoins
## 7922       sebting17
## 7923       myraa_st7
## 7924     JuneAcallar
## 7925     katkatjoins
## 7926      themoestro
## 7927         sdeveil
## 7928 vashappenxbiebs
## 7929   Boogyu__lover
## 7930      Lizlopitas
## 7931         lkim024
## 7932       myraa_st7
## 7933     katkatjoins
## 7934       myraa_st7
## 7935     katkatjoins
## 7936   armicaratbibi
## 7937 moonlightshxdxw
## 7938    CrizziaLopez
## 7939 park_sunooooo24
## 7940      skyuties09
## 7941     Solely_Ming
## 7942       svt_anawa
## 7943 seokjinemyangel
## 7944     jooheonchuu
## 7945         ShChttN
## 7946       wonooasis
## 7947    coupssdrling
## 7948 madison74067498
## 7949    fleurmedelis
## 7950        hotgyuwu
## 7951  hiyahelloitsme
## 7952     00110111kai
## 7953        dan_aeri
## 7954    snemarcellaa
## 7955      BossmanBMF
## 7956    wonunununuuu
## 7957    kyeomthinker
## 7958        hopiebid
## 7959    coupssdrling
## 7960     00110111kai
## 7961   cheollovezone
## 7962  falliinfl0wer_
## 7963      eianaticss
## 7964         SO0YUNH
## 7965  Anusha65313081
## 7966   sweetttt1t911
## 7967         dadduya
## 7968    andengimnida
## 7969      aquariusov
## 7970    Jwijwicarat2
## 7971    leejihoonie4
## 7972     KwonKartoon
## 7973    ghostingjjun
## 7974     Cookiessway
## 7975          kkndks
## 7976      kloepithet
## 7977     Cookiessway
## 7978     cheollibeee
## 7979    coupssdrling
## 7980         _acey18
## 7981  sunshineball18
## 7982  TheAthleticNBA
## 7983 madison74067498
## 7984    SeleniumXVII
## 7985     Cookiessway
## 7986       xasahinax
## 7987  hiyahelloitsme
## 7988       _nanakeyt
## 7989      SsoSsoMomy
## 7990  hobistreamclub
## 7991      chibcheeks
## 7992          cse843
## 7993     Cookiessway
## 7994         7chylly
## 7995     katlynhwang
## 7996   Kevin28779530
## 7997        hotgyuwu
## 7998        Gyu0328_
## 7999         hjs7jww
## 8000  Anusha65313081
## 8001        May04EXO
## 8002      bardaguhan
## 8003         wwonddu
## 8004         jeonqty
## 8005        itsjrytn
## 8006     chiestheone
## 8007  braille_morgan
## 8008     17Giggigzzz
## 8009       jeyyy_kyu
## 8010  1004_Cheonghan
## 8011  ARTHURkYE0M_ll
## 8012    coupssdrling
## 8013       EllbySouk
## 8014     naonaomine_
## 8015        Mu93Mami
## 8016   BananaLakatan
## 8017          17_zii
## 8018      noniemailZ
## 8019     katyjournal
## 8020    kathlengggyu
## 8021    coupssdrling
## 8022        wonskyui
## 8023        xiaiowen
## 8024        szllsssm
## 8025     katkatjoins
## 8026       KimSahira
## 8027    mj_cherryfan
## 8028         hobae96
## 8029        jcmhauls
## 8030      itsandykim
## 8031  _seungcheolrry
## 8032       Jayee3Mp4
## 8033       jhopesmio
## 8034   majesticbtsvt
## 8035    _winTAEmelon
## 8036         __kkk17
## 8037         SO0YUNH
## 8038     katkatjoins
## 8039     jmchim_chim
## 8040       suflowner
## 8041     coupranghan
## 8042 chickHannuggets
## 8043       hoshivolo
## 8044     katkatjoins
## 8045        ununs_12
## 8046     katkatjoins
## 8047 flyhightwenteen
## 8048       suflowner
## 8049     katkatjoins
## 8050     Solely_Ming
## 8051       oma_oma_1
## 8052      somnia_zen
## 8053    hyunwoonahhh
## 8054      minhosrain
## 8055     katkatjoins
## 8056    coupssdrling
## 8057     eiiissaaa_a
## 8058        mmmookon
## 8059       geliena18
## 8060      queenerry1
## 8061     katkatjoins
## 8062       mwone_woo
## 8063        _weixvii
## 8064        f_wonsoo
## 8065      _yenyenyen
## 8066    dokyeomsfool
## 8067      jundklover
## 8068       yjhaniyoo
## 8069       mimaaaxxx
## 8070    revelvelvets
## 8071      cherishjun
## 8072       luvmingoo
## 8073    dokyeomsfool
## 8074   _yoonjunghan_
## 8075       suflowner
## 8076   diamondwonu17
## 8077         eriynne
## 8078     katkatjoins
## 8079      caratshy_y
## 8080  iamangeliquexx
## 8081        itsjrytn
## 8082          mqkxxx
## 8083  OnceinanArmy17
## 8084   seoksoohorang
## 8085        _nathtwt
## 8086     _Lilychhani
## 8087     myHanniieee
## 8088    BLouMcMillan
## 8089    kazumadaniel
## 8090      wonuwonuwu
## 8091    kinghwiy0ung
## 8092        zyanxn_w
## 8093  everyone_wunoo
## 8094       mwone_woo
## 8095     WTNBEH4RUT0
## 8096         apochwe
## 8097       Sharicaaa
## 8098   chaezballuver
## 8099        smolhan_
## 8100         17y0_0n
## 8101   samoyedjenlee
## 8102        Honggbae
## 8103 PatrickASchmidt
## 8104       vobosquad
## 8105        Phineope
## 8106        Mp_Stamp
## 8107         f4irymh
## 8108      vyshusvt17
## 8109   getyouwhacked
## 8110   hannie_yoxiii
## 8111      loveyoonjh
## 8112     skeeleetons
## 8113     m_______yww
## 8114     katkatjoins
## 8115   snowballexshi
## 8116         Lookse_
## 8117     katkatjoins
## 8118     jmchim_chim
## 8119         bod9y_m
## 8120     haomingthe8
## 8121         evryw0n
## 8122    Siri24741948
## 8123  roseanneeeee03
## 8124   bobpulmilktea
## 8125           _uuji
## 8126      nananamcn_
## 8127      vyshusvt17
## 8128      expve_love
## 8129 onyourj_eonghan
## 8130        chewr218
## 8131      joshuji_93
## 8132      vyshusvt17
## 8133     into_SooHui
## 8134           _uuji
## 8135     jmchim_chim
## 8136        Phineope
## 8137     m_______yww
## 8138     serenityksy
## 8139   snowballexshi
## 8140        jecnghan
## 8141 mahalimAtin4evr
## 8142    mingfthao_17
## 8143      Caraxjune1
## 8144        093kartz
## 8145      icymoonhui
## 8146        8149cart
## 8147        itsjrytn
## 8148     katkatjoins
## 8149   bebeamoraaa14
## 8150      icymoonhui
## 8151      lucresia__
## 8152   jeonghan_stew
## 8153      fr3sh_m1lk
## 8154          h_wonu
## 8155      NEVERVMlND
## 8156      mihanzxcv_
## 8157    snemarcellaa
## 8158   _jeonghan_nie
## 8159    ultsungjeans
## 8160        KaiYou94
## 8161 onyourj_eonghan
## 8162       vobosquad
## 8163      hanniezel_
## 8164    GeneNiMingyu
## 8165       athynna_a
## 8166     katkatjoins
## 8167  porsche_porsha
## 8168       ellexjeon
## 8169         ynjyuk1
## 8170   HanieBee_sjnb
## 8171       jo_choisc
## 8172       jseunie07
## 8173       Luvyluv22
## 8174  suezyy_coupsie
## 8175  jangseowon0506
## 8176 woo_myeverthing
## 8177  porsche_porsha
## 8178        areinmyy
## 8179       allykwan_
## 8180       moonjunss
## 8181 cherrylovesyoon
## 8182         aimhden
## 8183   chengiebaobei
## 8184       anneiyooo
## 8185  lensof_minghao
## 8186     haomingthe8
## 8187   HanieBee_sjnb
## 8188   hwnghyunjeanz
## 8189        treteen_
## 8190  abhinavgoyal17
## 8191      icymoonhui
## 8192     myHanniieee
## 8193     fantasiizie
## 8194   miss_svtmafia
## 8195   itsmesaaammmy
## 8196      kttywonwoo
## 8197       air_kyeom
## 8198       JU_MW9697
## 8199    loving_coups
## 8200      luvielilyv
## 8201       haiena___
## 8202         Berinyx
## 8203     WTNBEH4RUT0
## 8204        makciat0
## 8205        no_okbye
## 8206       harutulog
## 8207  JannahNikki419
## 8208       MissssssC
## 8209      Joshongiie
## 8210       kxsoonhao
## 8211      aegicarrot
## 8212     katkatjoins
## 8213       shhuuwwaa
## 8214      minwontwts
## 8215  porsche_porsha
## 8216      choleytsom
## 8217        Ath1201R
## 8218        mmmookon
## 8219   sincerelyjwon
## 8220         apochwe
## 8221     katkatjoins
## 8222        mxngyuxx
## 8223      yjhangeljh
## 8224        itsjrytn
## 8225      minwontwts
## 8226        suchlose
## 8227      Sooha_abcd
## 8228         mywonss
## 8229         ynjyuk1
## 8230      kyeomiexie
## 8231  everyone_wunoo
## 8232          cyvll2
## 8233   itsmesaaammmy
## 8234     SayWahuWahu
## 8235   sarang_nunbit
## 8236        areinmyy
## 8237      wonuwonuwu
## 8238    _weewooonwoo
## 8239         _shihui
## 8240 ruuubbbyyyyyyy4
## 8241     katkatjoins
## 8242        wfcdsbhd
## 8243    chweeverkwan
## 8244       _Yedamie7
## 8245   h3ll0_exoteen
## 8246       melby_yes
## 8247       ggukscart
## 8248  porsche_porsha
## 8249       desmileee
## 8250     haomingthe8
## 8251        purplefy
## 8252     a_em_MissLP
## 8253      queenerry1
## 8254        wonskyui
## 8255       FongPingk
## 8256      aegicarrot
## 8257         newskzi
## 8258       jjamaymay
## 8259    yuki05260315
## 8260    rk_chocob0ba
## 8261      Joshongiie
## 8262     snowkhoshii
## 8263      tigerkwonn
## 8264     gaycheollie
## 8265        Gyu0328_
## 8266       xu_jo1230
## 8267       sahifeels
## 8268        chwenaaa
## 8269    SebongxTulsa
## 8270         lkim024
## 8271       JaeJinGyu
## 8272   joshushushuwu
## 8273       onlywons_
## 8274        ynmbltrn
## 8275     scjnjh_9405
## 8276  _shingi_bangi_
## 8277        Yjhnihae
## 8278        mars_svt
## 8279      wongyuuhae
## 8280       melby_yes
## 8281      WW_jinsome
## 8282        _Berry21
## 8283       hongcoups
## 8284   _jeonghan_nie
## 8285        Mp_Stamp
## 8286        sojake__
## 8287    imraciuu_svt
## 8288       xasahinax
## 8289       _hosh1gyu
## 8290         ynjyuk1
## 8291      heeliftror
## 8292       Chan19Lee
## 8293       suflowner
## 8294    sichengluvvr
## 8295    twentywanbae
## 8296    CrizziaLopez
## 8297        iamroe91
## 8298 seokminssoulmat
## 8299      ridgecarts
## 8300       vobosquad
## 8301     skeeleetons
## 8302      bbang_cart
## 8303         400461i
## 8304 coupshan_sebong
## 8305     moon_bammie
## 8306         km2igyu
## 8307     _gyuhan2022
## 8308   sojunghan_SVT
## 8309     KathHorannn
## 8310    leeminknowww
## 8311         ynjyuk1
## 8312 miya_caratlnd13
## 8313    Jincheollie8
## 8314      wonjaecart
## 8315         JJudisu
## 8316  shuaashushushu
## 8317       Luvyluv22
## 8318    CrizziaLopez
## 8319    coupranghaae
## 8320       btssvt713
## 8321        _gdncs13
## 8322    AliceGlass19
## 8323       Luvyluv22
## 8324      woshikyeom
## 8325       atpstumii
## 8326  rodriguez_anci
## 8327      Janna_L_17
## 8328    mariz_cblqnt
## 8329    krasshen_ezz
## 8330      hongfinity
## 8331        rairaiqt
## 8332        96WONWON
## 8333       yeoutsang
## 8334       yoongimtv
## 8335     justmeysaaa
## 8336         ynjyuk1
## 8337   maria_criscel
## 8338   itsmesaaammmy
## 8339     sweetiehosh
## 8340        itzaimae
## 8341      _llaineeey
## 8342     evrbdyhngsm
## 8343         1keeer_
## 8344          a2zthb
## 8345           _cmrj
## 8346 fueledfantasies
## 8347 yorsecretfanboy
## 8348     kwannieheyy
## 8349          17_zii
## 8350       alien__30
## 8351      dkyeominee
## 8352        vjkscart
## 8353   shiningorbits
## 8354   itsmesaaammmy
## 8355        baoxiuji
## 8356      Oishie_Hae
## 8357   mr_gilletteee
## 8358   itsmesaaammmy
## 8359     katkatjoins
## 8360   itsmesaaammmy
## 8361  sweetiepiesnow
## 8362          sy2min
## 8363     haomingthe8
## 8364 goddess_minerva
## 8365   itsmesaaammmy
## 8366     MakbeRocano
## 8367   gardenfaeirie
## 8368       koosad444
## 8369    every9yu_woo
## 8370   itsmesaaammmy
## 8371     gailujirong
## 8372   itsmesaaammmy
## 8373    chintadmtrzy
## 8374     myHanniieee
## 8375   itsmesaaammmy
## 8376      __kwonshii
## 8377      immaturiti
## 8378     WTNBEH4RUT0
## 8379      digibistud
## 8380        baoxiuji
## 8381       limstephh
## 8382    heidslomibao
## 8383      memoriesvt
## 8384  JannahNikki419
## 8385     mgyuberries
## 8386   itsmesaaammmy
## 8387        joshihao
## 8388         Zhen_x2
## 8389   itsmesaaammmy
## 8390        sohshort
## 8391     haomingthe8
## 8392        naurmatt
## 8393         cccyy_f
## 8394      memoriesvt
## 8395    55dayMam1045
## 8396     haomingthe8
## 8397        mxngyuxx
## 8398        she_obey
## 8399        wonrawrs
## 8400   itsmesaaammmy
## 8401     mgyuberries
## 8402      shua_daisy
## 8403   itsmesaaammmy
## 8404     haomingthe8
## 8405       jonfranks
## 8406   mingishibeo24
## 8407   itsmesaaammmy
## 8408     haomingthe8
## 8409     haomingthe8
## 8410   chilefilomina
## 8411  mmargaretmary1
## 8412  _shingi_bangi_
## 8413    CrizziaLopez
## 8414  _shingi_bangi_
## 8415     WTNBEH4RUT0
## 8416 yorsecretfanboy
## 8417    tooruoinkawa
## 8418   itsmesaaammmy
## 8419     miyoungcart
## 8420     mgyuberries
## 8421       kimmmmtae
## 8422 hcskimchijjigae
## 8423      spikyhoshi
## 8424   gentIe_joshua
## 8425   cia_kyeomshua
## 8426    218DanceKing
## 8427    HaniHaoGyeom
## 8428     katkatjoins
## 8429      Oishie_Hae
## 8430 starry_mamamoo4
## 8431  christinejoy_i
## 8432       suflowner
## 8433         huihosh
## 8434        byeolboo
## 8435         huihosh
## 8436        naurmatt
## 8437         ka1_kim
## 8438    tooruoinkawa
## 8439  swifttaejinkoo
## 8440     sirleetyong
## 8441       btssvt713
## 8442         huihosh
## 8443 purpledaimondeu
## 8444   itsmesaaammmy
## 8445       wzrdprang
## 8446         huihosh
## 8447  chocopudding__
## 8448         tsimeya
## 8449  JannahNikki419
## 8450       MiMiewwii
## 8451   itsmesaaammmy
## 8452     WTNBEH4RUT0
## 8453       heartyuns
## 8454       luvmingoo
## 8455  JannahNikki419
## 8456   rayofsunkyeom
## 8457     WTNBEH4RUT0
## 8458       Ryu_MiHye
## 8459     haomingthe8
## 8460     megaphonedk
## 8461      jihan1995_
## 8462      carol19462
## 8463      cassiaxsvt
## 8464         RJY_miw
## 8465   gentIe_joshua
## 8466     soonchanlvr
## 8467       moomoomoa
## 8468     gailujirong
## 8469       Luvyluv22
## 8470   _rapgodmingyu
## 8471   itsmesaaammmy
## 8472     maxx_is_mad
## 8473     katkatjoins
## 8474    JiYayouknow7
## 8475        JamiBoaz
## 8476   pichulinology
## 8477       NPipireta
## 8478     haomingthe8
## 8479 flyhightwenteen
## 8480     haomingthe8
## 8481    heidslomibao
## 8482      kyliekim28
## 8483   QueenOnika007
## 8484     gailujirong
## 8485     WTNBEH4RUT0
## 8486       NPipireta
## 8487     JhopeGreena
## 8488        ryzdajab
## 8489      byunteneur
## 8490  KOKOSEMBAKO98_
## 8491         loysgyu
## 8492      KanhaRath4
## 8493     WOOYOUTOPIA
## 8494          syctxz
## 8495     sweetiehosh
## 8496   charina_ramos
## 8497     myflowerksy
## 8498  vanillabluetae
## 8499  dreamymoondust
## 8500      every_9yuu
## 8501   itsmesaaammmy
## 8502      wonuwonuwu
## 8503        mxngyuxx
## 8504   cia_kyeomshua
## 8505      heyyydarya
## 8506   itsmewannable
## 8507          RSK477
## 8508  WeasleySivan16
## 8509        MAJINTA_
## 8510       Jjisanwoo
## 8511   dkdnscoupinia
## 8512  y_jeonghannnie
## 8513     woncheolcrt
## 8514         ynjyuk1
## 8515         wonwryy
## 8516         jwtsr96
## 8517     haomingthe8
## 8518     callmepooww
## 8519          slip23
## 8520      shinbboong
## 8521    seventhetics
## 8522 Byunjonginniiie
## 8523   dkdnscoupinia
## 8524 Daddu_Cheollito
## 8525  _shingi_bangi_
## 8526  Eisayeongpal08
## 8527       tastyy_00
## 8528      Oishie_Hae
## 8529        ryzdajab
## 8530     0318JINsofi
## 8531     haomingthe8
## 8532     Pewpew_1111
## 8533       meanierae
## 8534   wondrous_moon
## 8535   svtworldcarat
## 8536  svtdaydreaming
## 8537      damonlifer
## 8538    oki3dokiyeom
## 8539        ipeuncat
## 8540    CrizziaLopez
## 8541        3737san7
## 8542      cshndcheol
## 8543         mynttks
## 8544   gentIe_joshua
## 8545      jihan1995_
## 8546        kwiister
## 8547        Mp_Stamp
## 8548  svtdaydreaming
## 8549        Hongssi4
## 8550     girls_nonna
## 8551          riryle
## 8552     WTNBEH4RUT0
## 8553        axexdxbx
## 8554  Eisayeongpal08
## 8555       Enash2001
## 8556   wondrous_moon
## 8557     WTNBEH4RUT0
## 8558        Ath1201R
## 8559       ookeydkey
## 8560        elyzmin9
## 8561     katkatjoins
## 8562   cia_kyeomshua
## 8563           w9smt
## 8564    kwanberryboo
## 8565   ourwn_smusigh
## 8566       Enash2001
## 8567        fei_mluv
## 8568       luvmingoo
## 8569         ynjyuk1
## 8570 PerfectDilemma2
## 8571    butterfingyu
## 8572         a_ly_01
## 8573     voteforjhsw
## 8574     katkatjoins
## 8575       luvmingoo
## 8576        Ath1201R
## 8577    kwanberryboo
## 8578       boothinkz
## 8579     katkatjoins
## 8580       luvmingoo
## 8581         wonwryy
## 8582     katkatjoins
## 8583       xxnomercy
## 8584       luvmingoo
## 8585        hanleeaa
## 8586         ttokiij
## 8587       FromM3_2u
## 8588         sadlycy
## 8589   itsmesaaammmy
## 8590       luvmingoo
## 8591     katkatjoins
## 8592   pistachiosJJJ
## 8593      yunhochans
## 8594         ttokiij
## 8595      ant_pianoo
## 8596      tarrakbear
## 8597        sarryna_
## 8598    applesagwa01
## 8599        soobinod
## 8600       luvmingoo
## 8601        Smin7i3a
## 8602 cherrycoups1022
## 8603      randomshua
## 8604        jos_h105
## 8605         jjzheni
## 8606      loavsjeonu
## 8607        chwenaaa
## 8608    blesstaeshua
## 8609    mytigerho5hi
## 8610    blesstaeshua
## 8611     northjamie_
## 8612      1nlovewtae
## 8613      joshiecart
## 8614        Smin7i3a
## 8615          w0ncat
## 8616    blesstaeshua
## 8617    Veronnique98
## 8618      loavsjeonu
## 8619   itsmesaaammmy
## 8620       wnwoostar
## 8621         ynjyuk1
## 8622      loavsjeonu
## 8623        CaryennG
##                                                                                                                                                                                 text
## 1                                RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2                                       RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3                                     RT @FLOWERBOYSVTN: to the one who gave me his heart ... 😳💗\n\n#CaratSelcaDay #17CaratSelcaDay #CSD #XUMINGHAO #SEVENTEEN @pledis_17 ♡ https:/…
## 4                                        RT @mindset_dive: Mark your calendars - JOSHUA of SEVENTEEN’s Mindset trailer premieres Tuesday 12/6 at 8 pm PST // Wednesday 12/7 1PM KST…
## 5                             RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6                                 RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7                                                                                             RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8                                  RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 9                                                                                    RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 10                            RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 11                                    RT @itzgfdk__: [🖤]\n\nimmeasurably beside you is the most beautiful thing i ever wanted. beyond measure in your arms is the most beautiful th…
## 12                                         RT @mindset_dive: BIG news - JOSHUA of SEVENTEEN is joining Mindset next! What topics do you want JOSHUA to discuss in his audio series?…
## 13                                    RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 14                                RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 15                                                                                        RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 16                                               RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 17                                                                                   RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 18                            RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 19                                      RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 20                                  RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 21                                   RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 22                               RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 23                               RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 24                                                                                            RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 25                              RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 26                                      RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 27                               RT @dnonarats: #CaratSelcaDay #CSD #DOKYEOM #도겸 #SEVENTEEN #세븐틴 @pledis_17 \n\nthe photographer            his favorite view https://t.co/G9y…
## 28                                  RT @verseok_: vernonified.\n\nwill wear the same fit tomorrow see you guys!\n#CSD #CaratSelcaDay\n#VERNON #SEVENTEEN @pledis_17 https://t.co/Bl…
## 29                                RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 30                                   RT @addtocartnoona: 🚨Christmas B1T1 SALE🚨\n\nRamdom Sealed + Unsealed 💸 220\n\nGroups Available:\nTreasure Enhypen Straykids Blackpink TXT TNX…
## 31                                   RT @cartchives: # want to sell / wts carbong v1 \n\n( 400.000 ) \n✅ all in good condition, nyala terang, inc battery + bonus pc attacca the8,…
## 32                                      RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 33                                 RT @pledis_17: [17'S] SEVENTEEN WORLD TOUR [BE THE SUN] IN MANILA\n\n#SVT_WORLDTOUR_BETHESUN\n#SEVENTEENinMANILA\n#BETHESUN_MANILA\n#BETHESUNwit…
## 34                                 RT @wonshuamour: —𝒅𝒂𝒓𝒍𝒊𝒏𝒈, 𝒍𝒆𝒕'𝒔 𝒕𝒂𝒌𝒆 𝒕𝒉𝒆 𝒍𝒐𝒏𝒈 𝒘𝒂𝒚 𝒉𝒐𝒎𝒆 ♡\n\n[ #csd #caratselcaday #joshua #조슈아 #seventeen @pledis_17 ] https://t.co/QDAaIVLP…
## 35                                                                                                             RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 36                                RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 37                            RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 38                                                          RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 39                                    RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 40                                    RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 41                                       RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 42                                      RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 43                                      RT @eunoia__svt: "Self-producing" might be a title for you but for seventeen it was their survival. They literally were able to step on sta…
## 44                                       RT @eseukubs: dress up as our phone case challenge😋❤️💖\n\n#CaratSelcaDay #CSD #SCOUPS\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/D2FSG2zxEK
## 45                                    RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 46                                    RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 47                                      RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 48                                                          RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 49                                 RT @essicakes_: 🧡 BE THE SUN IN BULACAN FREEBIES 🧡\n\nHi! I'll be giving out diamond ring pop with light + random unofficial pcs later! ✨\n \nK…
## 50                                                          RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 51                                  RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 52                                   RT @koreansales_twt: Best-selling K-Acts on Oricon in 2022 (Final)\n\n01. #SEVENTEEN — 1,725,494\n02. #ENHYPEN — 1,007,202\n03. #BTS — 922,497…
## 53                                                                                   RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 54                                  RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 55                                                                                        RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 56                                    RT @miguhearts: 🧸🎀🪞“Give me a poem to tell about me” 💐🫧🗯\n\n[#CSD #CaratSelcaDay #MINGYU #민규 #SEVENTEEN @pledis_17 ] https://t.co/wjPrxrZJmZ
## 57                                   RT @17bookkeu: Twinning 😜\n\nFrom my POV                    From his POV\n#CARAT_SELCA_DAY #CSD #WONWOO #SEVENTEEN @pledis_17 https://t.co/hCo…
## 58                                   RT @redthreadsells: [ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ]\n\n*♡FAN SUPPORT FOR S.COUPS♡*\n\nhello carats! i'll be giving away these fan…
## 59                            RT @doieyongs: ✨@doieyongs' Mini Giveaway ✨\nSEVENTEEN BE THE SUN: in BULACAN \n\n✨Date: Dec 17, 2022\n✨Time: 10:00 AM - until stocks last\n✨Loc…
## 60                                       RT @shuabambies: you know, without you i'm so lonely\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #DK #도겸 @pledis_17 https://t.co/WywsNdRV0q
## 61                                                          RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 62                                                          RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 63                                    RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 64                                                          RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 65                        RT @CaratOppa: [SPECIAL TWEET] \nSEVENTEEN (세븐틴) DK with SEVENTEEN Member Update!\n\n#세븐틴 #SEVENTEEN \n\n🔗 https://t.co/xWFPUyk1mW\n\nTags: \n#SVT_…
## 66                                                                   RT @lighthaos: everyone have a wonderful time at bets !!!! a seventeen concert is an extraordinary experience 🧡
## 67                                                                                        RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 68                                      RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 69                                                                                        RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 70                                      RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 71                                 RT @Astro_EW330: 2022 December Boy Group Brand Reputation Ranking\n11th #ASTRO\nData collected: 10 Nov - 10 Dec 2022 \n1 BTS\n2 SEVENTEEN\n3 Str…
## 72                                    RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 73                                 RT @min9yu_kimg: wts lfb seventeen svt pc ph\n\nseungkwan photocard set - ₱1,200\n\n- sector17 weverse album version (unscanned qr) + pob\n- fac…
## 74                                                              RT @cutelikejoon: just trying something new 📸#CaratSelcaDay #CSD #SEVENTEEN #THE8 @pledis_17 https://t.co/ICxYsVIQqd
## 75                                                                    RT @snowkhoshi: nobody can seventeen the way the thirteen of seventeen seventeens that’s why they’re seventeen
## 76                               RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 77                             RT @min9yu_kimg: wts lfb seventeen svt pc ph\n\nmingyu photocard set - ₱2,650\n\n- rcbyt\n- ❌ sensitive collectors\n- flexi dop\n\nreply mine to cl…
## 78                            RT @for717s: ✦ SEVENTEEN Be The Sun in Bulacan Freebies ✦\n\nfan support for #도겸 and #조슈아 ♡\n\nsee photo for more details :)\n#BeTheSuninBULACAN…
## 79                                    RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 80                                  RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 81                                      RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 82                                RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 83                            RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 84                               RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 85                                    RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 86                            RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 87                                                                                   RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 88                                                                        RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 89                               RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 90                                       RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 91                           RT @amorecheol: 210802 Seventeen Shopee Online Fansign 세븐틴 영통팬싸\n\n🥳 HAPPY BIRTHDAY TO YOU HAPPY BIRTHDAY TO YOU 🎉\n\nthe giggles halfway k wor…
## 92                                  RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 93                                    RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 94                                      RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 95                                RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 96                                   RT @btsvt_btsvt: WTS LFB SEVENTEEN BE THE SUN IN BULACAN 💎 \n\n(1) VIP FLOOR STANDING B \nPurchased on Nov 30 when there were a few tickets le…
## 97                             RT @dollsxngie: Reply with all kpop groups that you stan from oldest to latest:-\n\nMine:\n1. Exo\n2. Nct\n3. Got7\n4. X1\n5. Seventeen\n6. Ateez\n7…
## 98                                RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 99                            RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 100                        RT @GoldenDisc_en: 1st Artist Lineup Announcement.\n\nPlease welcome #SEVENTEEN who will join the 37th #GDA !\n\n#골든디스크어워즈 #goldendiscawards #골…
## 101                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 102                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 103                          RT @YoonMinMD1: Done being a mader packer lol &gt;&lt;\nI and @SVTethereal packed this for you on D-Day! 💖\n\n🌸 Open to ALL carats \n🌸 1:1 only\n🌸 wil…
## 104                                                                           RT @sounds_of_cheol: seventeen heading to ph today ✈️ have a safe flight boys 🖤 https://t.co/A11KHyOizW
## 105                   RT @musicinfojapan: VOTE GA  - SMA  \n\nPoll winner : 100 💛 \n\n📌Rules \n✅ LIKE &amp; RETWEET  \n✅ FOLLOW ME &amp;\n@smajapan_\n@smaglobal_\n✅ Drop proofs…
## 106                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 107                                      RT @jishoocho: 🖇·˚ ༘ ┊͙[Love you to the moon and to Saturn.] !  ˊˎ\n#CSD #CaratSelcaDay #JOSHUA #SEVENTEEN @pledis_17 https://t.co/2am2T8E2IJ
## 108                                                                                                                              RT @deal4idols: proofs for #jin of bts + #seventeen
## 109                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 110                                                                              RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 111                                   RT @_wonwoorideul__: wts lfb ph seventeen photocards\n#yanatindera \nmostly wonwoo yung andito, strictly sold as set but y'all can look for k…
## 112                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 113                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 114                                     RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 115                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 116                              RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 117                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 118                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 119                                     RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 120                               RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 121                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 122                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 123                                                                                                                            RT @ananavarro: Guilty,\nOn All Seventeen Counts. 17!
## 124                                  RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 125                       RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 126                                 RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 127                              RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 128                                                RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 129                              RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 130                            RT @jinrrys07: Wts LFB\nBets bulacan \nSvt seventeen \n\nLBB regular\nSection 207\nRow 53\n\nPhp 10700 (regular ticket price) \n\nSELLING AT 8000php…
## 131                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 132                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 133                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 134                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 135                                                RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 136                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 137                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 138                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 139                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 140                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 141                                   RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 142                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 143                              RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 144                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 145                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 146                                RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 147                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 148                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 149                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 150                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 151                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 152                       RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 153                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 154                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 155                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 156                                                       RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 157                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 158                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 159                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 160                             RT @frilemercier: ✶ wts lfb ph .ᐟ #polsells \n\njeonghan attacca beatroad set: 3400\n\n— strictly sold as set \n— payo / 2 days res\n— rcbyt \n\nt.…
## 161                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 162                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 163                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 164                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 165                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 166                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 167                             RT @mgyuppy: ( 03 : 00 AM ) . \n- you're are the reason that i lie awake ;\n\n#CaratSelcaDay #CSD #MINGYU #민규 #SEVENTEEN #세븐틴 @pledis_17 https…
## 168                                     RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 169                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 170                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 171                                     RT @chwepuff: ♡. ·˚ ༘🐻‍❄️🎀༉‧₊˚✧\n𝘺𝘰𝘶 𝘢𝘳𝘦 𝘵𝘩𝘦 𝘳𝘦𝘢𝘴𝘰𝘯 𝘪'𝘮 𝙨𝙢𝙞𝙡𝙞𝙣𝙜\n𝘸𝘩𝘦𝘯 𝘵𝘩𝘦𝘳𝘦'𝘴 𝙣𝙤𝙩𝙝𝙞𝙣𝙜 𝘵𝘰 𝘴𝘮𝘪𝘭𝘦 𝘢𝘣𝘰𝘶𝘵 ₍ᐢ.  ̯.ᐢ₎ \n\n#CaratSelcaDay #CSD\n#VERNON…
## 172                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 173                                 RT @gottamarryem17: 𝑺𝒕𝒓𝒐𝒍𝒍𝒊𝒏𝒈 𝒂𝒓𝒐𝒖𝒏𝒅 𝒊𝒄𝒐𝒏𝒊𝒄 𝒑𝒍𝒂𝒄𝒆𝒔 𝒘𝒉𝒊𝒍𝒆 𝒄𝒂𝒑𝒕𝒖𝒓𝒊𝒏𝒈 𝒎𝒆𝒎𝒐𝒓𝒊𝒆𝒔\n— 𝑶𝒍𝒅 𝒃𝒖𝒕 𝒈𝒐𝒍𝒅\n\n#CSD #CaratSelcaDay\n#JOSHUA #SEVENTEEN @pledis_…
## 174                                    RT @DlN0LAND: DINO and WOOZI necklaces are here! 🤗 See you all on Saturday! ❤️\n\n#BeTSinBULACAN  #SEVENTEEN #BeTheSuninBULACAN @pledis_17 ht…
## 175                              RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 176                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 177                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 178                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 179                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 180                                   RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 181                               RT @frilemercier: P500 gcash giveaway .ᐟ\n\n- rt this tweet and tweets below \n- ends once both sets are sold\n\n✶ wts lfb ph .ᐟ\nt. enhypen sakr…
## 182                              RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 183                            RT @jinrrys07: Wts LFB\nBets bulacan \nSvt seventeen \n\nLBB regular\nSection 207\nRow 53\n\nPhp 10700 (regular ticket price) \n\nSELLING AT 8000php…
## 184                                      RT @wowoozi_: wearing black is a lifestyle, ceunah\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #HOSHI @pledis_17 https://t.co/DRB9Fjg6vV
## 185                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 186                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 187                                 RT @livenationph: Get your shuttle tickets for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡 now!\n\nhttps://t.co/BONcdZGpQE\n\nPrice is P200 f…
## 188                                                                                           RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 189                                              RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 190                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 191                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 192                                                                          RT @minrei_: the 12 vs 1 choreo in fast pace 😋\n #세븐틴 #SEVENTEEN @pledis_17\nhttps://t.co/8VdB03HIyd
## 193                                   RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 194                                     RT @svtcontents: 📰 SEVENTEEN is nominated under several categories at the 2022 China Year End Awards! Winners will be announced on December…
## 195                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 196                                RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 197                                RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 198                              RT @dnonarats: #CaratSelcaDay #CSD #DOKYEOM #도겸 #SEVENTEEN #세븐틴 @pledis_17 \n\nthe photographer            his favorite view https://t.co/G9y…
## 199                                   RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 200                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 201                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 202                                                                           RT @sounds_of_cheol: seventeen heading to ph today ✈️ have a safe flight boys 🖤 https://t.co/A11KHyOizW
## 203                                     RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 204                                                                                RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 205                                      RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 206                                                                                           RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 207                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 208                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 209                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 210                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 211                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 212                                   RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 213                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 214                           RT @HorangiKrong: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nDate: Dec. 17, 2022\nTime &amp; Location: TBA\nStrictly 1:1\n\n✅ RT + Like\n(show us the proo…
## 215                              RT @yoon_maya: ✨BE THE SUN IN BULACAN x \nJOSHUA BIRTHDAY\nFAN SUPPORT ✨\n\nDetails on the photo below.\nCan't wait to meet you, Carats! See you…
## 216                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 217                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 218                                                       RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 219                                RT @_gumgummy: 𝑰'𝒍𝒍 𝒘𝒊𝒍𝒍 𝒏𝒆𝒗𝒆𝒓 𝒇𝒊𝒏𝒊𝒔𝒉\n 𝒇𝒂𝒍𝒍𝒊𝒏𝒈 𝒊𝒏 𝒍𝒐𝒗𝒆 𝒘𝒊𝒕𝒉 𝒚𝒐𝒖.\n\n#CSD #CaratSelcaDay #Seungkwan #SEVENTEEN #승관 @pledis_17 https://t.co/Jlk…
## 220                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 221                                 RT @byuumie: yk why campfire is the suitable song for a fan project? because at the end of the day, carats &amp; seventeen can rely with each o…
## 222                           RT @chocochuxx: wts lfb svt bets ph\n\n💎 Seventeen BeTS in Bulacan 💎\n\n- One (1) UBB REG TICKET\n\nrfs: upgraded seat :&gt; \n\n🏷 be the sun bulacan…
## 223                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 224                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 225                      RT @SVT_Fancafe: [#DINO🌟 Weverse]\n221216 -14:30 KST-\n\n➸ I really like things like thisㅋㅋㅋㅋㅋ\n\n#디노 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/GH…
## 226                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 227                                 RT @byuumie: yk why campfire is the suitable song for a fan project? because at the end of the day, carats &amp; seventeen can rely with each o…
## 228                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 229                                     RT @IkoneriKshop: May interested pa ba sa onhand caratbong v2? Used once po nung bets mnl, Still complete inclusion pero yung hoshi sticker…
## 230                                  RT @teamseventeenvn: Seventeen daily streams on Spotify | December 15 (12/15) | Thursday\n\n• Total streams ─ 2,912,580,936 (+3,675,781)\n• Mo…
## 231                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 232                                RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 233                             RT @roserenity0ung: 225 𝒅𝒂𝒚𝒔 𝒘𝒊𝒕𝒉 "𝒘"\nhe told me to do "wonwoo's shaking camera pose?"😆\n#CaratSelcaDay #CSD #세븐틴 \n#원우 #WONWOO #SEVENTEEN @p…
## 234                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 235                                             RT @hogyuhae: 🌿I’ll be your spring during any winter❄️\n\n#CaratSelcaDay #csd #seventeen #Woozi #세븐틴 #우지 https://t.co/Y1ke5bBQ8h
## 236                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 237                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 238                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 239                                                RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 240                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 241                              RT @yoon_maya: ✨BE THE SUN IN BULACAN x \nJOSHUA BIRTHDAY\nFAN SUPPORT ✨\n\nDetails on the photo below.\nCan't wait to meet you, Carats! See you…
## 242                                                      RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 243                               RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 244                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 245                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 246                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 247                                                                 RT @wonthuu: *insert any words* \n\n#CaratSelcaDay #CSD #SEVENTEEN #MINGYU #세븐틴 #민규 https://t.co/AiIwPBmdKz
## 248                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 249                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 250                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 251                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 252                                                RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 253                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 254                                  RT @livenationph: Here are the filters you can use at SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nIG: https://t.co/1sgCk3Z94j\nFB: https:…
## 255                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 256                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 257                                 RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 258                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 259                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 260                              RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 261                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 262                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 263                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 264                                                                                           RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 265                                                                                                        RT @My17youth: SEVENTEEN have safely arrived in Manila, Rest well boys! 🖤
## 266                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 267                                                       RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 268                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 269                                 RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 270                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 271                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 272                                   RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 273                              RT @ksjwaifu: museum date w/ bae🤍🖤\n\n#CaratSelcaDay #CSD #CARAT_SELCA_DAY #CARAT #세븐틴 #SEVENTEEN #민규 #MINGYU @pledis_17 https://t.co/wcDVlym…
## 274                                 RT @byuumie: nlex &amp; sctex traffic advisory ! high volume of traffic is expected in the area. ph is seventeen ready ! 🫶🏻 https://t.co/P8kaah…
## 275                                     RT @chwepuff: ♡. ·˚ ༘🐻‍❄️🎀༉‧₊˚✧\n𝘺𝘰𝘶 𝘢𝘳𝘦 𝘵𝘩𝘦 𝘳𝘦𝘢𝘴𝘰𝘯 𝘪'𝘮 𝙨𝙢𝙞𝙡𝙞𝙣𝙜\n𝘸𝘩𝘦𝘯 𝘵𝘩𝘦𝘳𝘦'𝘴 𝙣𝙤𝙩𝙝𝙞𝙣𝙜 𝘵𝘰 𝘴𝘮𝘪𝘭𝘦 𝘢𝘣𝘰𝘶𝘵 ₍ᐢ.  ̯.ᐢ₎ \n\n#CaratSelcaDay #CSD\n#VERNON…
## 276                                RT @hoonie_02z: WTS/ LFB \nSEVENTEEN BeTS in BULACAN\n- UPPER BOX C REG 409\n- SAME PRICE1850\n\nRFs: di macontact yung bibili ilang oras nalang…
## 277                                                RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 278                          RT @lowkeyLoeyKai: Something simple for\nSEVENTEEN Be The Sun Additional Show in Jakarta Freebies!\n\n✨GYUCAM: Hand Mirror &amp; Inspired PC✨\n\nSay…
## 279                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 280                                   RT @neogotmybankx: 🎄 SVT Christmas PH GA 🧑🏻‍🎄\n\n🎁 1 winner of unsealed Face The Sun album (with inclusions) + a care package\n🎁 1 winner of A…
## 281                                        RT @philconcerts: SEVENTEEN has arrived safely in Manila. Let's make history tomorrow at the world's largest indoor arena. #BeTSinBULACAN
## 282                                RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 283                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 284                                             RT @jeongshooa: 𝑦𝑜𝑢 𝑎𝑟𝑒 𝑚𝑦 𝑠𝑜𝑦𝑚𝑎𝑡𝑒 🥢\n\n#CaratSelcaDay #CSD #JEONGHAN  #윤정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/L6COEyUgpJ
## 285                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 286                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 287                                                                                                    RT @ann_yeonggggggg: It’s d-day! #BeTSinBULACAN #BeTheSuninBULACAN #SEVENTEEN
## 288                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 289                         RT @19950808_aug: 221203 SEVENTEEN WORLD TOUR - [BE THE SUN] - Nagoya\n\n#세븐틴 #SEVENTEEN #최승철 #승철 #에스쿱스 \n@pledis_17 https://t.co/McVuByTvVw
## 290                                     RT @livenationph: SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN Merch with a list of available items and prices for a hassle-free buying expe…
## 291                                  RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 292                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 293                              RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 294                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 295                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 296                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 297                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 298                                     RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 299                              RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 300                                                           RT @mingyuk: styling’s hair\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #mingyu #민규 @pledis_17 https://t.co/WoMUkfSBOT
## 301                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 302                              RT @binnie_nonna: 🤍 BetS in Bulacan Freebies 🤍\n\nhi carats ☺️ we’ll be giving away freebies on d-day!\n\nto claim:\n💫 like and rt \n💫 mbf\n\nsee y…
## 303                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 304                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 305                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 306                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 307                                                                                RT @we_960717: 221213 AAA\nHOT\n#원우 #WONWOO #ウォヌ\n#세븐틴 #SEVENTEEN https://t.co/SNnHdSCVXL
## 308                                   RT @haotobns: ˗ˏˋ be the sun in bulacan freebies | #SEVENTEEN ˎˊ˗\n\nhello!! i'll be giving away freebies for be the sun in bulacan on Dec 17…
## 309                                     RT @eysvtcarat: Hi, I will be giving away paper goods, printed salonpas patches, snacks, and official SVT merch as freebies for #BeTheSunin…
## 310                                                                                              RT @intbun: november baes\n\n#caratselcaday #csd #seventeen https://t.co/JkHF0BfDVf
## 311                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 312                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 313                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 314                                 RT @binnie_nonna: #BinnieBigay 🐶 for BeTS in Bulacan \n\nhi #TeamLabas carats, we’ll be giving away one (1) LBA ticket for #BeTSinBulacan \n\nH…
## 315                   RT @SVT_Fancafe: [#HOSHI🌟 Weverse]\n221216 -16:24 KST-\n\n➸ Ah.. ? My stye medicine ㅠ I left it ..\n\nㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it \n\n#호시 #SEV…
## 316                                   RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 317                              RT @cath_carts: ☁️. Be The Sun Bulacan Freebies \n\n — rt &amp; like this tweet to spread !\n —  open for both team labas and team concert\n — mbf!…
## 318                                 RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 319                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 320                                    RT @micahsmplace: Interest Check for a SEVENTEEN cupsleeve event in the Chicagoland area! 💙💗\nPlanning for the event to be held on Saturday,…
## 321                               RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 322                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 323                            RT @min9yu_kimg: wts lfb seventeen svt pc ph\n\nmingyu photocard set - ₱2,650\n\n- rcbyt\n- ❌ sensitive collectors\n- flexi dop\n\nreply mine to cl…
## 324                                                                                           RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 325                                     RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 326                                RT @min9yu_kimg: wts lfb seventeen svt pc ph\n\nseungkwan photocard set - ₱1,200\n\n- sector17 weverse album version (unscanned qr) + pob\n- fac…
## 327                                            RT @joshualooped: "I wanna be Seventeen's Joshua for a long, long time." \n#세븐틴 @pledis_17 #조슈아 #JOSHUA https://t.co/2JvF06Q7kg
## 328                                                           RT @xu8hao_o: ube pandan couple 💚💜\n#CaratSelcaDay #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/SSZPNXqKDB
## 329                                RT @_gumgummy: 𝑰'𝒍𝒍 𝒘𝒊𝒍𝒍 𝒏𝒆𝒗𝒆𝒓 𝒇𝒊𝒏𝒊𝒔𝒉\n 𝒇𝒂𝒍𝒍𝒊𝒏𝒈 𝒊𝒏 𝒍𝒐𝒗𝒆 𝒘𝒊𝒕𝒉 𝒚𝒐𝒖.\n\n#CSD #CaratSelcaDay #Seungkwan #SEVENTEEN #승관 @pledis_17 https://t.co/Jlk…
## 330                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 331                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 332                             RT @frilemercier: ✶ wts lfb ph .ᐟ #polsells \n\njeonghan attacca beatroad set: 3400\n\n— strictly sold as set \n— payo / 2 days res\n— rcbyt \n\nt.…
## 333                                RT @Genius_kor: #GeniusCharts | 2022 Year-End Genius Korea Chart | Top Male Groups\n1. Stray Kids\n2. BTS\n3. ENHYPEN\n4. TOMORROW X TOGETHER\n5…
## 334                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 335                               RT @jammydoodle: ❀ SEVENTEEN Be The Sun in Bulacan ❀\n\nFan Support for #SCOUPS🍒\n\nFor more information, please check photo below. 😊\n\nSee y'al…
## 336                               RT @frilemercier: P500 gcash giveaway .ᐟ\n\n- rt this tweet and tweets below \n- ends once both sets are sold\n\n✶ wts lfb ph .ᐟ\nt. enhypen sakr…
## 337                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 338                             RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 339                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 340                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 341                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 342                                 RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 343                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 344                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 345                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 346                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 347                                 RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 348                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 349                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 350                                 RT @pocapoca_po: WTS #SEVENTEEN #BeTheSuninBULACAN \n\n12/17 Be The Sun in Bulacan\n\nLBA 112  25row\nsell at 10,000php. https://t.co/NElWrd2PAI
## 351                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 352                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 353                                   RT @ooo_coups: 221214 SEVENTEEN CAFE 2022 ~WINTER CAMPING~\n\n#에스쿱스 #SCOUPS #세븐틴  \n\nhttps://t.co/6JHMlJgLBl https://t.co/pQYWnnQs4g
## 354                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 355                                   RT @ooo_coups: 221214 SEVENTEEN CAFE 2022 ~WINTER CAMPING~\n\n#에스쿱스 #SCOUPS #세븐틴  \n\nhttps://t.co/3UVadcMN3l https://t.co/JnpeeoFER4
## 356                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 357                          RT @lowkeyLoeyKai: Something simple for\nSEVENTEEN Be The Sun Additional Show in Jakarta Freebies!\n\n✨GYUCAM: Hand Mirror &amp; Inspired PC✨\n\nSay…
## 358                                                 RT @inthao_o: Me and boo with our duplicate(⁠◠⁠‿⁠◕⁠)\n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN @pledis_17 https://t.co/wnZg5HrQeH
## 359                           RT @SVT_Fancafe: [#DK🌟 Weverse]\n221215 -20:33 KST-\n\n➸ Who's that friend on the right?🥸\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/cCqASx7…
## 360                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 361                                  RT @puppygyujeno: Hi CARATs, we will be giving away freebies for bets in bulacan💎\n\n✩ open to all carats \n✩ random design (1 banner + 1 keyc…
## 362                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 363                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 364                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 365                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 366                                   RT @ooo_coups: 221214 SEVENTEEN CAFE 2022 ~WINTER CAMPING~\n\n#에스쿱스 #SCOUPS #세븐틴  \n\nhttps://t.co/jTNp2s4UKE https://t.co/BBTWl0dY1v
## 367                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 368                                                RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 369                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 370                                   RT @wonubliss: 2022 Asia Artist Awards \n🏆 Hot Trend\n🏆 Fabulous\n🏆 Singer of the Year \n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/2zMWmc3gPU
## 371                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 372                                    RT @blcshao_o: ⑅⁠˖⁠♡ you've always been there for me\n\n#CaratSelcaDay #CSD #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/NqEWOXrN1N
## 373                                RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 374                                                                                                                RT @etherealkims: instead of saying i love you, seventeen will...
## 375                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 376                                   RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 377                                     RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 378                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 379                                                RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 380                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 381                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 382                                   RT @itzgfdk__: [🖤]\n\nimmeasurably beside you is the most beautiful thing i ever wanted. beyond measure in your arms is the most beautiful th…
## 383                       RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 384                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 385                                      RT @Minjilyn: looking for a sponsor for my fee going to Be The Sun Bulacan. ket 500 or 600 lang. mag commute na lang kami after exam kahit…
## 386                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 387                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 388                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 389                                   RT @lucidhaos: track #1 : pagtingin\n \n— wherein two best friends, Mikael and Drei, lost in the sea of their deepest desires find the island…
## 390                        RT @Dear_Maritess: 12.12 SALE\n\n‼️STARTS  @ 12PHP‼️\n‼️ALL ONHAND &amp; READY TO SHIP \nBTS\nBLACKPINK\nTWICE\nENHYPEN\nSEVENTEEN\nTXT\nITZY\nNCT\nTHE BOY…
## 391                                   RT @nyorongiez: ✧ be the sun: bulacan freebies ✧\n\nhi! i'll be giving away booshua x sanrio stickers and svt art prints on d-day ◡̈︎\n\nvery l…
## 392                                              RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 393                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 394                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 395                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 396                                   RT @BeySVTColombia: BE THE SUN UPDATE \n\nThe Day has come!!! #SEVENTEEN is set to become the First Korean Music act to perform at the bigges…
## 397                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 398                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 399                                     RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 400                                   RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 401                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 402                                                                                                  RT @iveskiss: AYOOOOOOO SEVENTEEN RIGHT HERE!!!!!!!! 🤙🤙 https://t.co/poEICi25hI
## 403                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 404                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 405                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 406                                      RT @BaRk_r0wR: I just want to thank ate @miss_svtmafia and ate @yupsheskitten for the giveaways!! Thank you very muchhh po,, even though I…
## 407                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 408                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 409                                                         RT @seventeen: Mark Tuan Reveals The CRINGIEST 'GOT7' Song And His SECRET Tattoo | Read Receipts https://t.co/JPy1hR3WEo
## 410                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 411                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 412                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 413                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 414                                           RT @baekhyunee_EX0_: •We keep this love in a photograph•\n\n#CaratSelcaDay #SEVENTEEN\n#JoshuaHong  @pledis_17 https://t.co/PJ208Q2vjw
## 415                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 416                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 417                                     RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 418                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 419                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 420                                   RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 421                                   RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 422                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 423                                      RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 424                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 425                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 426                                                                                           RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 427                          RT @lowkeyLoeyKai: Something simple for\nSEVENTEEN Be The Sun Additional Show in Jakarta Freebies!\n\n✨GYUCAM: Hand Mirror &amp; Inspired PC✨\n\nSay…
## 428                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 429                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 430                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 431                                 RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 432                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 433                                RT @adorekgyu: hi! we will be giving away freebies for seventeen #BeTheSuninBULACAN ♡\n\n1:1 ratio! limited qty\nopen for trade~\n\nto claim:\n𖧷…
## 434                                      RT @AnFhuiseog: 6000 Days by Jim 'Jaz' McCann describes seventeen years of his life imprisoned in Crumlin Road Gaol and the H-Blocks (Long…
## 435                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 436                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 437                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 438                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 439                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 440                                                RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 441                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 442                                   RT @BeySVTColombia: BE THE SUN UPDATE \n\nThe Day has come!!! #SEVENTEEN is set to become the First Korean Music act to perform at the bigges…
## 443                                RT @ayshuahong_: An equation between me and you\n\n🙇‍♀️📷\n\n#SEVENTEEN #CSD #세븐틴 #CaratSelcaDay #민규 #MINGYU @pledis_17 https://t.co/Fz3viTeXHn
## 444                                RT @joshu_apollo: [OPEN SHARING HAPPY JOSHUA DAY BIRTHDAY BOX VER.2]\n\n‌outbox + q&amp;a photo book + keyring 195k \n‌birthday pop up card + pc k…
## 445                                 RT @binnie_nonna: #BinnieBigay 🐶 for BeTS in Bulacan \n\nhi #TeamLabas carats, we’ll be giving away one (1) LBA ticket for #BeTSinBulacan \n\nH…
## 446                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 447                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 448                         RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 449                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 450                                                                                           RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 451                                   RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 452                       RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 453                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 454                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 455                                                                            RT @itstetrisbish: So many favs in this video 🐯 #SEVENTEEN @pledis_17 🌎 #LA3C https://t.co/iwOs0WFqWc
## 456                                RT @WorldwideCarats: [VOTING]\n2022 HANTEO MUSIC AWARDS NOTICE\n\nTo CARATs,\n\nThe SVT Fanbases have decided to prioritize voting on the "GRAND…
## 457                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 458                               RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 459                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 460                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 461                         RT @httpdkesc: ෆ SEVENTEEN Be The Sun in Bulacan Freebie ෆ \n\nHi, carats! I'll be giving away freebies on d-day! Fan Support for #도겸 &amp; #에스쿱스…
## 462                                   RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 463                            RT @kawaiikyeom: . . . for our sun, deekay 🤓\n\n— BeTS in Bulacan freebies —\n\n+ randomly distributed\n+ open to all carats!!\n+ like &amp; rts are…
## 464                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 465                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 466                                     RT @seventeen: Selena Gomez and Stacey Abrams Set to Produce New Music Documentary, “Won't Be Silent” https://t.co/uYUzPHNYC5 https://t.co/…
## 467                                  RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 468                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 469                                                                                        RT @SEVENDR3AM: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1 https://t.co/CbwQWSa1q6
## 470                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 471                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 472                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 473                               RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 474                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 475                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 476                                                                       RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 477                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 478                                                                                           RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 479                       RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 480                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 481                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 482                              RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 483                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 484                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 485                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 486                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 487                                     RT @dailygyushua: him asking for hint about a song that make him go viral every two business day (network love) yet he was so slow to guess…
## 488                           RT @imnotyurgirl: I got my vitamin sea with my honey ♡\n#CSD #SEVENTEEN #세븐틴 #CaratSelcaDay #Dino #디노 #LeeChan #이찬  #CARAT #캐럿  @pledis_17 h…
## 489                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 490                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 491                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 492                                              RT @dksunshines: saaaturday lunch☁️💛\n\n#DOKYEOM #DK #도겸 #CaratSelcaDay #CSD #SEVENTEEN #세븐틴 @pledis_17 https://t.co/ahL28wywtR
## 493                               RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 494                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 495                                  RT @teamseventeenvn: Seventeen daily streams on Spotify | December 15 (12/15) | Thursday\n\n• Total streams ─ 2,912,580,936 (+3,675,781)\n• Mo…
## 496                                                                                               RT @PAST_DK: 151217 SEVENTEEN with K-food\n\n#도겸 #이석민 https://t.co/5BejIyqIcA
## 497                                  RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 498                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 499                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 500                               RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 501                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 502                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 503                                RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 504                             RT @gyeolchergae: ˗ˏˋ꒰ 🍒 ꒱\n\n『 #SEVENTEEN Fansupport by gyeolchergae 』\n\nHey, there Carats! I'll be giving away hand banners and unofficial p…
## 505                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 506                             RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 507                                   RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 508                                RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 509                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 510                                     RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 511                                  RT @moonjunwin: Hi Carats!! I will be giving #BeTSinBulacan freebies!!\n\n💎 Time and Date: TBA\n💎Limited\n💎Random freebies (may have stickers,…
## 512                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 513                          RT @HorangiKrong: 🌞 BeTS Bulacan - FREEBIES 🌞\n\nDate: 17th Dec. 2022\nTime &amp; Location: tba\n\n1:1 ratio (not a Set)\n\nFirst 13 Carats to spot me…
## 514                             RT @byuumie: #BeTSinBULACAN freebies .ᐟ\n\n📙 i’ll be giving away hand banners &amp; filmstrips on dec 17!\n\n— first 10 to show me baby pics of sev…
## 515                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 516                                   RT @FLOWERBOYSVTN: to the one who gave me his heart ... 😳💗\n\n#CaratSelcaDay #17CaratSelcaDay #CSD #XUMINGHAO #SEVENTEEN @pledis_17 ♡ https:/…
## 517                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 518                                      RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 519                          RT @HorangiKrong: 🌞 BeTS Bulacan - FREEBIES 🌞\n\nDate: 17th Dec. 2022\nTime &amp; Location: tba\n\n1:1 ratio (not a Set)\n\nFirst 13 Carats to spot me…
## 520                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 521                                RT @joshu_apollo: [OPEN SHARING HAPPY JOSHUA DAY BIRTHDAY BOX VER.2]\n\n‌outbox + q&amp;a photo book + keyring 195k \n‌birthday pop up card + pc k…
## 522                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 523                                RT @minwonshuji: ︑︒⚬∙︓·⠄ Seventeen Be The Sun in Bulacan freebies \n\nHi, Carats! Together with @urmwlovr and @everywon_who, we will be givin…
## 524                                   RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 525                             RT @taeramisoo: BE THE SUN ; BULACAN\nSEVENTEEN FANSUPPORT ˗ˋˏ ♡ ˎˊ˗\n\nCONCERT FREEBIES by: taeramisoo\n\n2 random pc\nmoon junhui banner !!!\n\n#…
## 526                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 527                                                                                                                         RT @IUF4RY: Dream - seventeen\n\nhttps://t.co/E39lb8ILMP
## 528                                     RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 529                                                          RT @caramelchiiato: sunset state of mind \n\n#CSD #CaratSelcaDay #WONWOO\n#SEVENTEEN @pledis_17 https://t.co/Au3nsVI2md
## 530                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 531                                  RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 532                                                                                           RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 533                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 534                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 535                          RT @HorangiKrong: 🌞 BeTS Bulacan - FREEBIES 🌞\n\nDate: 17th Dec. 2022\nTime &amp; Location: tba\n\n1:1 ratio (not a Set)\n\nFirst 13 Carats to spot me…
## 536                                 RT @redthreadsells: [ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ]\n\n*♡FAN SUPPORT FOR WONCHEOL♡*\n\nhello carats! i'll be giving away this hand…
## 537                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 538                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 539                           RT @HorangiKrong: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nDate: Dec. 17, 2022\nTime &amp; Location: TBA\nStrictly 1:1\n\n✅ RT + Like\n(show us the proo…
## 540                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 541                                 RT @redthreadsells: [ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ]\n\n*♡FAN SUPPORT FOR DK♡*\n\nhello carats! we'll be giving away this hand bann…
## 542                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 543                                   RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 544                               RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 545                                     RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 546                                RT @pledischarts: #SEVENTEEN 4th Album ‘Face the Sun’ has now surpassed 3,000,000 (3 Million) copies sold on Circle (GAON). 🎉\n\n#세븐틴 @pledis…
## 547                                              RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 548                          RT @bbkyeoms: the model          &amp;       the photographer\n\n[#CSD #CaratSelcaDay #DOKYEOM #DK #도겸 #SEVENTEEN #세븐틴  @pledis_17 ] https://t.co…
## 549                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 550                                   RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 551                           RT @mamangshua: I love you, just only you nobody else 💜💐\n\n#CSD #CaratSelcaDay \n#JOSHUA #조슈아\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/s6dGy1v…
## 552                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 553                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 554                                                                         RT @luvrplu: carat selca day ft my sick self !! #SEVENTEEN #CARAT #CaratSelcaDay https://t.co/UOXajOl68O
## 555                                                               RT @ibexenina: layout selca w/ my tiger bf💋\n\n#csd #CaratSelcaDay #SEVENTEEN #HOSHI #호시 https://t.co/GDWft4RWNR
## 556                                             RT @SVT_stagram: [#SEUNGKWAN 📸 Instagram Story] \n221215 pledis_boos \n\n#승관 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/d7ppd0k6gz
## 557                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 558                                  RT @redthreadsells: [ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ]\n\n*♡FAN SUPPORT FOR S.COUPS♡*\n\nhello carats! i'll be giving away these fan…
## 559                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 560                                 RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 561                                         RT @shuahae_3_: 𝐎𝐮𝐫 𝐇𝐞𝐚𝐥𝐢𝐧𝐠, 𝐇𝐞𝐚𝐥𝐢𝐧𝐠~ 💙\nWith Mingyu \n\n#CSD #Mingyu #민규 #CaratSelcaDay #SEVENTEEN @pledis_17 https://t.co/UvyYAGjB8E
## 562                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 563                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 564                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 565                                 RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 566                       RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 567                                                 RT @inthao_o: Me and boo with our duplicate(⁠◠⁠‿⁠◕⁠)\n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN @pledis_17 https://t.co/wnZg5HrQeH
## 568                                                RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 569                                   RT @adorshu: be the sun in bulacan fan support / freebies by adorshu! ⭐️\n\nhi carats~ i’ll be giving away very limited seventeen ot13 hand b…
## 570                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 571                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 572                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 573                                   RT @hanihaehani: seventeen be the sun in bulacan #SCOUPS fan support 🍒🤍\n\nhi! i'll be giving away freebies on #BeTSinBULACAN #BeTheSuninBULA…
## 574                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 575                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 576                     RT @KByexxArbi: 💎SEVENTEEN Be The Sun in Bulacan💎\n 》FREEBIES《\n\nWHEN &amp; WHERE: TBA\n\n✨ Limited freebies only\n✨ like and retweet to spread\n✨ ta…
## 577                                                             RT @rervoke: — we keep it colorful 🌈\n[ #CSD #CaratSelcaDay #SVT\n#Hoshi #SEVENTEEN #CARAT ] https://t.co/uYCkeVEqAo
## 578                            RT @jaz_beomjun: ✨BETS IN BULACAN FREEBIES✨\n\n~open to all carats \n~randomly distributed \n~limited quantity \n\n#BeTheSuninBULACAN\n#BeTSinBULA…
## 579                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 580                              RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 581                                      RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 582                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 583                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 584                                  RT @UaenCarat0912: Hi everyone! in collaboration with @seoksoocentric , we’ll be giving away 200 sets of freebies! 🫶\n\n🐯 strictly 1:1\n🐸 loc:…
## 585                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 586                                                RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 587                                                                                           RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 588                             RT @mgyuppy: ( 03 : 00 AM ) . \n- you're are the reason that i lie awake ;\n\n#CaratSelcaDay #CSD #MINGYU #민규 #SEVENTEEN #세븐틴 @pledis_17 https…
## 589                             RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 590                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 591                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 592                                              RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 593                                                      RT @__Hatsumii__: Carats leader 🫶🏼\n#csd #CARAT_SELCA_DAY #최승철 #SEUNGCHEOL #SEVENTEEN @pledis_17 https://t.co/qYJgvvRmoT
## 594                          RT @YoonMinMD1: Done being a mader packer lol &gt;&lt;\nI and @SVTethereal packed this for you on D-Day! 💖\n\n🌸 Open to ALL carats \n🌸 1:1 only\n🌸 wil…
## 595                               RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 596                                   RT @17CARATS_INA: - ' - SEVENTEEN HAS CHECK IN JAKARTA CITY - ' - \n\nThank you for participating and supporting us as a sponsor of this proj…
## 597                                   RT @BeySVTColombia: BE THE SUN UPDATE \n\nThe Day has come!!! #SEVENTEEN is set to become the First Korean Music act to perform at the bigges…
## 598                                     RT @TF_Moments: in the DOTM prequel comic, Wheeljack notes he is warping space and time in "seventeen dimensions", a deep-cut callback to t…
## 599                                    RT @mavillera_ww: D-DAY🧧JEON WONWOO! BAG OF LUCK!\nhiii po! I made crocheted cat keychains tho superrr onti langg, paki-alagaan po ang mga p…
## 600                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 601                                                                             RT @gam3boigyu: i got a crush on you 🫶🏻\n\n#caratselcaday #mingyu #seventeen https://t.co/0ZB4qvJKX3
## 602                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 603                   RT @musicinfojapan: VOTE GA  - SMA  \n\nPoll winner : 100 💛 \n\n📌Rules \n✅ LIKE &amp; RETWEET  \n✅ FOLLOW ME &amp;\n@smajapan_\n@smaglobal_\n✅ Drop proofs…
## 604                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 605                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 606                                                                                RT @horangrawrhae: seventeen hoshi first update in the philippines 😂\n\n©️ https://t.co/0x8uHu6M61
## 607                                 RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 608                             RT @missmafia0526: CARATS HELP RT PLEASE 😭\n\nSEVENTEEN BE THE SUN BULACAN \n\nwtt lft\n\nHAVE: (2) VIP B SOUNDCHECK\n\nWANT: (2) VIP SOUNDCHECK AN…
## 609                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 610                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 611                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 612                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 613                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 614                                    RT @UaenCarat0912: I will be giving away 100 sets of seoksoo/svt freebies for #BeTheSuninBULACAN \nLimited lang since mahirap ang buhay chos…
## 615                                      RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 616                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 617                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 618                         RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 619                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 620                          RT @HorangiKrong: 🌞 BeTS Bulacan - FREEBIES 🌞\n\nDate: 17th Dec. 2022\nTime &amp; Location: tba\n\n1:1 ratio (not a Set)\n\nFirst 13 Carats to spot me…
## 621                                                          RT @AmyIsPolyam: @RamonaQuaxli I'm polyamorous because it takes seventeen salaries just to pay the gas bill these days.
## 622                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 623                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 624                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 625                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 626                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 627                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 628                   RT @SVT_Fancafe: [#HOSHI🌟 Weverse]\n221216 -16:24 KST-\n\n➸ Ah.. ? My stye medicine ㅠ I left it ..\n\nㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it \n\n#호시 #SEV…
## 629                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 630                                RT @cheonsapower: Loeee PH carats! ⭐️ These Seventeen DIY beads will be for ✨giveaway✨on December 17!\n\n- just kindly help like and rt\n- wil…
## 631                         RT @httpdkesc: ෆ SEVENTEEN Be The Sun in Bulacan Freebie ෆ \n\nHi, carats! I'll be giving away freebies on d-day! Fan Support for #도겸 &amp; #에스쿱스…
## 632                                RT @mochishuuu: "I don't think glasses look good on you, sir"\n\n#CSD #CaratSelcaDay #scoups #seventeen #세븐틴 @pledis_17 https://t.co/GyH3x8qc…
## 633                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 634                                    RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 635                                     RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 636                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 637                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 638                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 639                                      RT @Ppajjyorra: @leechanranghae And also the fact that seventeen especially Woozi produce 'Face the Sun' within four months is insane, and…
## 640                                   RT @junhui_noona: Jun at Incheon airport heading to Manila yesterday, when Jun took off his mask we could see how handsome he is 💖💖\n#JUN #준…
## 641                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 642                                              RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 643                                                                       RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 644                                                                                               RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 645                                     RT @FiloCarat: All members of #SEVENTEEN are now departing from Incheon Airport to Manila, Philippines for #BETHESUNinBulacan additional sh…
## 646                                     RT @nochu817: @leechanranghae Exactly! Other groups did it because they WANTED to, and because they could. It's still admirable, but it's n…
## 647                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 648              RT @Izzhkrml1: SEVENTEEN FACE THE SUN YIZHIYU F VER\n\nRM38 💗\nSC ✅ \nJS✅\nWW ✅\nDK ✅ \n\nRM36💙\nJN✅\nT8✅\nWZ ✅\nVN ✅\nDN ✅ \n \n-💗 tie with 💙 unless all…
## 649                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 650                             RT @byuumie: #BeTSinBULACAN freebies .ᐟ\n\n📙 i’ll be giving away hand banners &amp; filmstrips on dec 17!\n\n— first 10 to show me baby pics of sev…
## 651                              RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 652                                                                                                                          RT @Brenoteen: Fear -SEVENTEEN\nhttps://t.co/26cqTDHe7i
## 653                                 RT @aera__97: @leechanranghae I have a lot of respect &amp; admiration for many talented groups but THIS is one of the main reasons why Sevente…
## 654                                                                             RT @JeonKate_Que: Rainbow 🌈🥺\n\n#BeTheSunInBulacan #BeTSInBulacan #Seventeen https://t.co/nqfchFU3eJ
## 655                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 656                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 657                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 658                           RT @doieyongs: ✨@doieyongs' Mini Giveaway ✨\nSEVENTEEN BE THE SUN: in BULACAN \n\n✨Date: Dec 17, 2022\n✨Time: 10:00 AM - until stocks last\n✨Loc…
## 659                                   RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 660                                  RT @shuasblossom: Oh, Christmas lights\nLight up the street\nLight up the fireworks in me\nMay all your troubles soon be gone\nThose Christmas…
## 661                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 662                                    RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 663                              RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 664                              RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 665                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 666                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 667                       RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 668                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 669                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 670                                                                                                             RT @cheoloved: seventeen announces debut ❤️‍🩹🫂 https://t.co/TQTLwkEP1c
## 671                                   RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 672                                                                                                 RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 673                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 674                                                                             RT @gam3boigyu: i got a crush on you 🫶🏻\n\n#caratselcaday #mingyu #seventeen https://t.co/0ZB4qvJKX3
## 675                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 676                               RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 677                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 678                                                                                         RT @yoojinchim: seventeen arriving where???\n\nMANILA CITY~ 🤍\n\nhttps://t.co/8oVM4TGfDI
## 679                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 680                                      RT @_TRaveller_8: 221127☀️Be The Sun☀️ in Tokyo\n\n#디에잇 #THE8 \n#서명호 #徐明浩 #ミンハオ\n#세븐틴      #SEVENTEEN https://t.co/AoyYsYPB14
## 681                                  RT @btsvt_btsvt: WTS LFB SEVENTEEN BE THE SUN IN BULACAN 💎 \n\n(1) VIP FLOOR STANDING B \nPurchased on Nov 30 when there were a few tickets le…
## 682                                                               RT @yamarie_sjsvt: wahh siwon congratulating seventeen omg super seventeen moment yass 😍❤️\nhttps://t.co/iSuiJQajmY
## 683                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 684                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 685                                   RT @CheonsaHaniee: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nPlease see photo for more details\nStrictly 1:1 🥺\n\n☀️RT + Like (follow not mandatory…
## 686                                     RT @philconcerts: SEVENTEEN at the Incheon Airport on the way to the Philippines for #BeTSinBULACAN, happening on December 17 at the Philip…
## 687                                   RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 688                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 689                                    RT @mavillera_ww: D-DAY🧧JEON WONWOO! BAG OF LUCK!\nhiii po! I made crocheted cat keychains tho superrr onti langg, paki-alagaan po ang mga p…
## 690                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 691                                             RT @jeongshooa: 𝑦𝑜𝑢 𝑎𝑟𝑒 𝑚𝑦 𝑠𝑜𝑦𝑚𝑎𝑡𝑒 🥢\n\n#CaratSelcaDay #CSD #JEONGHAN  #윤정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/L6COEyUgpJ
## 692                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 693                                  RT @addtocartnoona: 🚨Christmas B1T1 SALE🚨\n\nRamdom Sealed + Unsealed 💸 220\n\nGroups Available:\nTreasure Enhypen Straykids Blackpink TXT TNX…
## 694                                 RT @yoonminhoes: ଘ(੭*ˊᵕˋ)੭* Caratdeul!! \n\nMe and @Kylavv18 will be giving away freebies for BeTS 🤩\n\n♡Read and follow the mechanics to claim…
## 695                                  RT @leemayrah: 🌻SEVENTEEN BE THE SUN IN JAKARTA - ADDSHOW🌻\nminwon ver. freebies by @cloudygureumi x @leemayrah\n\n🗓️Dec 28th, 2022\n📌GBK Madya…
## 696                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 697                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 698                                    RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 699                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 700                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 701                                   RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 702                              RT @smplyfallinforu: ☀️ BE THE SUN in Bulacan ☀️\n\n💎 SCoups, Jeonghan, Woozi and Joshua birthday freebies 🍒😇🍚🦌\n\nDecember 17, 2022\nTime &amp; Loc…
## 703                              RT @jjwihauls: ☁️. Be The Sun Bulacan Freebies\n\n — rt &amp; like this tweet to spread !\n —  will prio attendees due to limited quantities \n — o…
## 704                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 705                              RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 706                                   RT @adorshu: be the sun in bulacan fan support / freebies by adorshu! ⭐️\n\nhi carats~ i’ll be giving away very limited seventeen ot13 hand b…
## 707                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 708                            RT @jaz_beomjun: ✨BETS IN BULACAN FREEBIES✨\n\n~open to all carats \n~randomly distributed \n~limited quantity \n\n#BeTheSuninBULACAN\n#BeTSinBULA…
## 709                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 710                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 711                                     RT @bewildered_inks: Hi, Carats! We will be giving away banners, sticker packs and unofficial pilot ids of SVT as freebies on BeTS in Bulac…
## 712                                   RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 713                                                                                           RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 714                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 715                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 716                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 717                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 718                              RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 719                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 720                              RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 721                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 722                                 RT @abangmingyu: “Hold you laughter Round 1”\n“Failed”\n“I hate you”\n“Hahahahahahaha”\n#caratselcaday #CSD #seventeen #MINGYU @pledis_17 https…
## 723                                     RT @svntncarat17_: Only hours left till we witness the performance powerhouse SEVENTEEN as the first ever kpop act to perform on the WORLD'…
## 724                                     RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 725                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 726                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 727                                RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 728                             RT @caratsmarket: Cwts aab photocard seventeen woozi, wonwoo and dino @sekairsm\n✅ include packing\n✅ Free ongkir via 🍏🍊\n✅ Good condition\n\nTa…
## 729                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 730                                    RT @soompi: #TWICE Becomes K-Pop Girl Group With Most RIAJ Album Certifications In Japan + #SEVENTEEN Goes Platinum\nhttps://t.co/w3o19aEQqF…
## 731                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 732                                    RT @_seoksoohui: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 733                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 734                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 735                                RT @INFINITEAVE_PH: 💎Be The Sun in Bulacan Freebies💎\n\n32mm glitter button pin\nJust like and rt this tweet and approach us tomorrow. 😊\n\n#BeT…
## 736                                   RT @thecheorry: 𝙞 𝙬𝙖𝙣𝙩 𝙩𝙤 𝙥𝙞𝙘𝙠 𝙖𝙣𝙙 𝙜𝙖𝙩𝙝𝙚𝙧 𝙖𝙡𝙡 𝙩𝙝𝙚 𝙥𝙧𝙚𝙩𝙩𝙮 𝙬𝙤𝙧𝙙𝙨 𝙖𝙣𝙙 𝙜𝙞𝙫𝙚 𝙩𝙝𝙚𝙢 𝙩𝙤 𝙮𝙤𝙪💌💐\n\n#CaratSelcaDay #CSD #SCOUPS #SEUNGCHEOL #SEVENTEEN #…
## 737                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 738                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 739                              RT @luckytreycee: Did some analysis :))\nGOSE EP. 28: EGO\n\n#SEVENTEEN @pledis_17\n#GoingSEVENTEEN \n#GOING_SVT \n#GOSE\n#EGO https://t.co/xVPE4H…
## 740                   RT @musicinfojapan: VOTE GA  - SMA  \n\nPoll winner : 100 💛 \n\n📌Rules \n✅ LIKE &amp; RETWEET  \n✅ FOLLOW ME &amp;\n@smajapan_\n@smaglobal_\n✅ Drop proofs…
## 741                              RT @ksjwaifu: museum date w/ bae🤍🖤\n\n#CaratSelcaDay #CSD #CARAT_SELCA_DAY #CARAT #세븐틴 #SEVENTEEN #민규 #MINGYU @pledis_17 https://t.co/wcDVlym…
## 742                               RT @kkumashane: SEVENTEEN Be the Sun Bulacan\nFREEBIES GIVEAWAY \n\n‣ official trading/photo cards\n‣ candy canes\n\ni will post on d-day where y…
## 743                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 744                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 745                                  RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 746                                   RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 747                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 748                               RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 749                                    RT @kyoongified: ✦₊˚ SEVENTEEN BE THE SUN in Bulacan\n\nhi hello! @chocohwabs, @8youngkart and i will be giving away some freebies on d-day:…
## 750                                     RT @ParamountAurora: There's still time to experience the love of The Sound of Music this #holidayseason! Join us until Jan. 15 to feel six…
## 751                                 RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 752                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 753                                     RT @miss_svtmafia: Let them rest, CARATs. Let SEVENTEEN rest. Give them space. Saturday is just around the corner, give them time, space an…
## 754                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 755                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 756                                 RT @sound_of_roses: “𝘈𝘯𝘥 𝘩𝘦 𝘩𝘢𝘴 𝘵𝘩𝘦 𝘤𝘶𝘵𝘦𝘴𝘵 𝘴𝘮𝘪𝘭𝘦."\n\n#CaratSelcaDay #CSD #JOSHUA  #조슈아 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/6XnaoSpjMf
## 757                                      RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 758                                                RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 759                                                RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 760                         RT @miss_svtmafia: D-DAY TOMORROW ㅠㅠㅠ\nCARATS HELP RT PLEASE 😭\n\nSEVENTEEN BE THE SUN BULACAN \n\nwtt lft\n\nHAVE: (2) VIP B SOUNDCHECK\n\nWANT: (2…
## 761                                                              RT @doominsun: mom + our ults hehe #CaratSelcaDay #SEVENTEEN #CSD #HOSHI #VERNON @pledis_17 https://t.co/oGybc3ROd1
## 762                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 763                             RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 764                                     RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 765                                 RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 766                                  RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 767                                    RT @_seoksoohui: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 768                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 769                                                                                              RT @intbun: november baes\n\n#caratselcaday #csd #seventeen https://t.co/JkHF0BfDVf
## 770                                 RT @kwonushii: ✨BETS IN BULACAN FREEBIES✨\n\nHello, Carats! This is my first time seeing Seventeen, and to celebrate I'm also giving freebies…
## 771                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 772                              RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 773                                RT @tapakatuy: — Dialogue by Lee Ufan (2010)\n\n#CSD #CaratSelcaDay #SCoups #ChoiSeungcheol #SEVENTEEN #세브틴 @pledis_17 https://t.co/q3t11c6Xk5
## 774                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 775                                               RT @sisiseventeen: Pinjem bathrobe\n\n#DOKYEOM #DK #도겸 #CaratSelcaDay #CSD #SEVENTEEN #세븐틴 @pledis_17 https://t.co/glNuxGNxG0
## 776                                                                                               RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 777                           RT @bnsnijeons: 100\n230\n\nset only\n\nx sensitive collectors\n— condis:\nvernon (clean)\nmingyu (9/10)\n\nt. hansol new heights sector 17 S17 nh se…
## 778                               RT @jungjeffreyt: WTS HOSHI 96L FACE THE SUN CARAT VER INA\n\n• bisa 🍊\n• dom tangerang\n• bisa keep event\n\nt. wts wtb seventeen face the sun s…
## 779                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 780                          RT @YoonMinMD1: Done being a mader packer lol &gt;&lt;\nI and @SVTethereal packed this for you on D-Day! 💖\n\n🌸 Open to ALL carats \n🌸 1:1 only\n🌸 wil…
## 781                                  RT @teamseventeenvn: Seventeen daily streams on Spotify | December 15 (12/15) | Thursday\n\n• Total streams ─ 2,912,580,936 (+3,675,781)\n• Mo…
## 782                              RT @wonuahcart: wts lfb help rt\n\nseventeen season's greetings 2023 tingi FETA\n\ndop: dec 20 or PAYO \nloc: mm\neta: late dec\nmod: jnt/sco/flas…
## 783                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 784                                     RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 785                                     RT @BrittanyAlkonis: @SenMikeLee was “callously informed” of @SecDef’s decision on our family’s pay and benefits 17 days ago. For SEVENTEEN…
## 786                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 787                                    RT @DlN0LAND: DINO and WOOZI necklaces are here! 🤗 See you all on Saturday! ❤️\n\n#BeTSinBULACAN  #SEVENTEEN #BeTheSuninBULACAN @pledis_17 ht…
## 788                               RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 789                                 RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 790                                 RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 791                                                    RT @lilamanayaka: just a forever thing i’ll do with you #csd #joshua #CaratSelcaDay #CARAT #SEVENTEEN https://t.co/XjYs2z2iYu
## 792                                   RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 793                                    RT @dyochans: ☀️ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ☀️\n\n— metalic frame keychains are exclusively for [ better man au ] readers!\n— sn…
## 794                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 795                                      RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 796                                RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 797                                   RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 798                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 799                                                   RT @vern_offline: the king and queen of flavortown 😎 @pledis_17 #caratselcaday #csd #vernon #seventeen https://t.co/PJub6GxJdk
## 800                               RT @ei8htpercents: ᴇᴄᴄᴇᴅᴇɴᴛᴇsɪᴀsᴛ \n  \n          Alternative Universe 🌙\n\n   Seungcheol x OC x Wonwoo \n   \n#SEVENTEEN #WONWOO #SEUNGCHEOL htt…
## 801                                                                                           RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 802                             RT @gyeolchergae: ˗ˏˋ꒰ 🍒 ꒱\n\n『 #SEVENTEEN Fansupport by gyeolchergae 』\n\nHey, there Carats! I'll be giving away hand banners and unofficial p…
## 803                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 804                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 805                                             RT @kpopBg_ontop: K-Pop boygroups with at least one album with 3 million copies sold in South Korea\n\n#BTS\n#StrayKids \n#SEVENTEEN
## 806                                                             RT @rervoke: — we keep it colorful 🌈\n[ #CSD #CaratSelcaDay #SVT\n#Hoshi #SEVENTEEN #CARAT ] https://t.co/uYCkeVEqAo
## 807                           RT @boosreason: 💛 our hearts, timeless\n      our love is timeless\n         we are timeless 💙\n\n[#SEVENTEEN #CaratSelcaDay #CSD #세븐틴 #부승관 #SE…
## 808                              RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 809                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 810                                                                                     RT @lomlhyewon: A dual rainbow for Seventeen. \n\n#BeTheSunInBulacan https://t.co/GCXYDK9VMm
## 811                                     RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 812                       RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 813                                     RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 814                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 815                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 816                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 817                                                              RT @hansolmes: me and my husband 🐈‍⬛\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #VERNON https://t.co/giwPPCznws
## 818                                    RT @pledis_17: 'TOUR-ING : SEVENTEEN WORLD TOUR [BE THE SUN]' 3 CITY MIX D-1\n\nVOD ON-AIR\n2022.11.25 8PM (FRI) \n▶ https://t.co/BjDpzxmTvJ…
## 819                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 820                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 821                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 822                                RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 823                                     RT @BrittanyAlkonis: @SenMikeLee was “callously informed” of @SecDef’s decision on our family’s pay and benefits 17 days ago. For SEVENTEEN…
## 824                               RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 825                                      RT @songswltvs: I just know SEVENTEEN will be in total shock once they finally see PH ARENA, What do you mean it's bigger than Tokyo Dome?…
## 826                              RT @oceanzii: That someday it would lead me back to you.\n\n#CaratSelcaDay #CSD #DK #DOKYEOM #SEOKMIN #도겸 @pledis_17 #세븐틴 #SEVENTEEN https://…
## 827                               RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 828                              RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 829                                   RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 830                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 831                                    RT @dyochans: ☀️ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ☀️\n\n— metalic frame keychains are exclusively for [ better man au ] readers!\n— sn…
## 832                                RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 833                                   RT @BeySVTColombia: BE THE SUN UPDATE \n\nThe Day has come!!! #SEVENTEEN is set to become the First Korean Music act to perform at the bigges…
## 834                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 835                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 836                                RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 837                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 838                                  RT @shuasblossom: Oh, Christmas lights\nLight up the street\nLight up the fireworks in me\nMay all your troubles soon be gone\nThose Christmas…
## 839                                 RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 840                                     RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 841                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 842                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 843                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 844                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 845                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 846                               RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 847                                      RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 848                                                                          RT @moshimagu: see you next concert, seventeen! i love you. have fun tonight 🥺🤎 https://t.co/iznUdUbjXU
## 849                                RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 850                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 851                                                   RT @vern_offline: the king and queen of flavortown 😎 @pledis_17 #caratselcaday #csd #vernon #seventeen https://t.co/PJub6GxJdk
## 852                                   RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 853                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 854                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 855                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 856                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 857                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 858                           RT @13_Gems_17: 《THREAD》\n\nHere is a thread highlighting ALL the achievements &amp; accolades SEVENTEEN have earned this year in 2022 alone.\n\nFu…
## 859                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 860                                   RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 861                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 862                                      RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 863                                                            RT @snowwonu: i’ll pick you up after work? \n\n#CARAT_SELCA_DAY #WONWOO #SEVENTEEN @pledis_17 https://t.co/0IuwRYJ5hT
## 864                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 865                                RT @essicakes_: 🧡 BE THE SUN IN BULACAN FREEBIES 🧡\n\nHi! I'll be giving out diamond ring pop with light + random unofficial pcs later! ✨\n \nK…
## 866                         RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 867                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 868                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 869                                                                RT @min9yu_tttop: seventeen departure for be the sun in bulacan ! safe skies @pledis_17 ♡ https://t.co/K5SyKxITPt
## 870                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 871                                    RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 872                                   RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 873                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 874                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 875                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 876                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 877                                 RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 878                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 879                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 880                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 881                                 RT @changberrie: SEVENTEEN BE THE SUN in BULACAN merchandise + concert freebie by @changberrie \n\n➭ ︎rt to spread\n➭ dec 17\n➭ time/loc: TBA\n➭…
## 882                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 883                                                                        RT @allkpop: #Seventeen's #Vernon drops a teaser image for his first solo mixtape https://t.co/yaffbSGxKd
## 884                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 885                                  RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 886                                   RT @adorshu: be the sun in bulacan fan support / freebies by adorshu! ⭐️\n\nhi carats~ i’ll be giving away very limited seventeen ot13 hand b…
## 887                               RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 888                                                                    RT @koreansales_twt: &lt;Your Choice&gt; by #SEVENTEEN has surpassed 1.5 million copies sold on Circle Chart.
## 889                                  RT @teamseventeenvn: Seventeen daily streams on Spotify | December 15 (12/15) | Thursday\n\n• Total streams ─ 2,912,580,936 (+3,675,781)\n• Mo…
## 890                                                               RT @jhluversvt: our car ride selfies ☀️ #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jWaKul2SOB
## 891                                      RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 892                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 893                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 894                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 895                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 896                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 897                                                      RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 898                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 899                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 900                                     RT @bewildered_inks: Hi, Carats! We will be giving away banners, sticker packs and unofficial pilot ids of SVT as freebies on BeTS in Bulac…
## 901                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 902                               RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 903                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 904                                     RT @neo__phyte: Let’s see my happiness~ ♡♡\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/pslTZAeFLG
## 905                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 906                                      RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 907                               RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 908                                 RT @changberrie: SEVENTEEN BE THE SUN in BULACAN merchandise + concert freebie by @changberrie \n\n➭ ︎rt to spread\n➭ dec 17\n➭ time/loc: TBA\n➭…
## 909                                                                         RT @ohmyjunnie: me: 😐\nhim: ☺️\n\n#CaratSelcaDay #CSD #THE8 #SEVENTEEN @pledis_17 https://t.co/tHX9w3jQFS
## 910                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 911                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 912                                                          RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 913                                           RT @EpicMahonelover: we kinda match. ❤️\n\n[ #CaratSelcaDay #CSD ]\n\n[ #Vernon #SEVENTEEN ] \n\n[ @pledis_17 ] https://t.co/vtahU0e5BL
## 914                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 915                                   RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 916                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 917                                                       RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 918                                  RT @teamseventeenvn: Seventeen daily streams on Spotify | December 15 (12/15) | Thursday\n\n• Total streams ─ 2,912,580,936 (+3,675,781)\n• Mo…
## 919                                RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 920                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 921                                                                    RT @koreansales_twt: &lt;Your Choice&gt; by #SEVENTEEN has surpassed 1.5 million copies sold on Circle Chart.
## 922                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 923                             RT @stthsn: wts lfb svt ph #BeTheSunBulacan \n\nUBOX C REG\n— ₱1,950\n— payment upon meet up sa ph arena \n\ndm me to claim !!\n\nt. bets ticket ub…
## 924                           RT @woonnnuuuu: HELP RT !! \nWts / want to sell\n\nAll about photocard seventeen\n\n✨ Indonesia INA based\n✨ excl admin 🍊\n✨for Intl buyers, I pre…
## 925                              RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 926                              RT @binnie_nonna: 🤍 BetS in Bulacan Freebies 🤍\n\nhi carats ☺️ we’ll be giving away freebies on d-day!\n\nto claim:\n💫 like and rt \n💫 mbf\n\nsee y…
## 927                           RT @imnotyurgirl: I got my vitamin sea with my honey ♡\n#CSD #SEVENTEEN #세븐틴 #CaratSelcaDay #Dino #디노 #LeeChan #이찬  #CARAT #캐럿  @pledis_17 h…
## 928                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 929                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 930                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 931                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 932                                         RT @koreansales_twt: #SEVENTEEN becomes the 7th artist to surpass 3 million copies sold with at least one album in South Korean history.
## 933                                 RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 934                               RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 935                               RT @etherealdk: —sharing pics bcs we can’t see each other yet ㅠㅠ\n\n[ #CSD #CaratSelcaDay #SEVENTEEN #dokyeom #도겸 @pledis_17 ] https://t.co/4…
## 936                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 937                                   RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 938                              RT @dnonarats: #CaratSelcaDay #CSD #DOKYEOM #도겸 #SEVENTEEN #세븐틴 @pledis_17 \n\nthe photographer            his favorite view https://t.co/G9y…
## 939                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 940                                     RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 941                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 942                               RT @hazycacarrot: your lips my lips, apocalypse~\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #세븐틴 @pledis_17 https://t.co/Rf1dnmKq2O
## 943                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 944                               RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 945                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 946                                      RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 947                                     RT @sharlynn53s: @45LVNancy @GuntherEagleman @DogRightGirl @dogspink3 @RealHickory @Braveheart_USA @Fishing_Huuker @DefSue3 @SquillMama @Be…
## 948                               RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 949                                                                                                                                                      RT @seventeenphil: D-Day! 🥹
## 950                                 RT @kwonushii: ✨BETS IN BULACAN FREEBIES✨\n\nHello, Carats! This is my first time seeing Seventeen, and to celebrate I'm also giving freebies…
## 951                                     RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 952                                   RT @lisamanobal_327: The top 10 Most Streamed Artists on Stationhead in 2022! Who did you stream the most?\n\nNicki Minaj\nBTS\n#LISA ❤️‍🔥\nTXT…
## 953                                             RT @n0nihae: — high school best buds (๑'ᵕ'๑)⸝*♡.・✩°。⋆\n\n#CaratSelcaDay #CSD #SEVENTEEN #CARAT #세븐틴 #캐럿 https://t.co/j7jEEugioV
## 954                                   RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 955                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 956                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 957                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 958                                  RT @puppygyujeno: Hi CARATs, we will be giving away freebies for bets in bulacan💎\n\n✩ open to all carats \n✩ random design (1 banner + 1 keyc…
## 959                                 RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 960                                 RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 961                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 962                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 963                                                RT @xum8nghao_o2: [SEVENTEEN INSTAGRAM]\n221208 \nho5hi_kwon posted\n\n#SEVENTEEN #SVT_UPDATES @pledis_17 https://t.co/Tp9I9IRUjh
## 964                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 965                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 966                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 967                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 968                              RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 969                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 970                                                                                                 RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 971                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 972                                     RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 973                                              RT @HONGJIS0: 𓈒 ꔛ ˙ ˖ love and hug  ⩇ : ⩇ 𝗌un ഒ\n#CaratSelcaDay #CSD #JOSHUA\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/rlYaqpCWzn
## 974                                   RT @officialcharts: It begs to stick around... 🤘\n\nSam Fender's (@samfendermusic) unstoppable Seventeen Going Under gets a new lease of life…
## 975                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 976                           RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 977                                                                                  RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 978                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 979                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 980                                                                                                            RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 981                                   RT @BeySVTColombia: BE THE SUN UPDATE \n\nThe Day has come!!! #SEVENTEEN is set to become the First Korean Music act to perform at the bigges…
## 982                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 983                                RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 984                                    RT @yoonzinahae: One lucky #teamlabas will be able to see Seventeen later! Good luck! 💗\n\nI’ll post my whereabouts later if you wish to get…
## 985                                                         RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 986                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 987                                             RT @jeongshooa: 𝑦𝑜𝑢 𝑎𝑟𝑒 𝑚𝑦 𝑠𝑜𝑦𝑚𝑎𝑡𝑒 🥢\n\n#CaratSelcaDay #CSD #JEONGHAN  #윤정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/L6COEyUgpJ
## 988                                      RT @vercoupszone: seventeen really enjoyed lechon, jollibee &amp; bbq in the philippines 🥹🇵🇭\n\n#민규 #승관 #세븐틴 https://t.co/9UyMONWqbj
## 989                                      RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 990                                      RT @DINO_CENTRAL: here’s my little study on dino’s dancing and me trying to put into words why i love it so much. it’s the product of hard…
## 991                                                                                       RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 992                                RT @qqinxr: he's with the flowers &amp; me with the plants ❤️🤍🖤\n\n#CSD #CaratSelcaDay #SEVENTEEN #세븐틴 #THE8 @pledis_17 https://t.co/AeCz1EyPgn
## 993                                              RT @svtbz_Q8: he just won't stop copying me 😤 #CaratSelcaDay #CSD #SEVENTEEN #THE8 #MINGHAO #세븐틴 #디에잇 https://t.co/HlyMVkiehU
## 994                                RT @voboowuji: Help rt! \nwant to sell / wts / lfb\n\n• selling to each (other tnc on pict 3) \n• open sharing boleh banget\n• exc packing+admin…
## 995                                   RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 996                              RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 997                              RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 998                                     RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 999                                RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 1000                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1001                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1002                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 1003                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1004                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 1005                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1006                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1007                                                RT @cherishthe17: Seventeen's 2023 Bucket list\n\nWonwoo recommended overseas TTT\n\n😭😭 Wonwoo best boy\nhttps://t.co/btb2FB9QTG
## 1008                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1009                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1010                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 1011                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 1012                                                                                     RT @svtbillboard: SPANISH TRANS\n\n@pledis_17  #SEVENTEEN #세븐틴 \nhttps://t.co/mrTxFqSgpj
## 1013                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1014                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1015                             RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 1016                                                              RT @kwonhochie: the card was FacE ThE SuN\n\n#CaratSelcaDay  #csd #CARAT #SEVENTEEN #hoshi https://t.co/JxLqsHkgGO
## 1017                                  RT @svtbillboard: [NOTICE : 2022 HANTEO MUSIC AWARDS]\n\nWe have decided to not push for Global Artist Award and Whosfandom poll on Whosfan f…
## 1018                                             RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 1019                                  RT @17CARATS_INA: - ' - SEVENTEEN HAS CHECK IN JAKARTA CITY - ' - \n\nThank you for participating and supporting us as a sponsor of this proj…
## 1020                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1021                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1022                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 1023                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1024                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1025                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1026                              RT @snwuchibuys: 🎀◠ wts lfb svt mingyu pc\n\n╰ ₱300, ₱280 if payo\n╰ rush selling ; onhand\n╰ prio payo \n╰ rcbyt\nhelping my friend! can do meet…
## 1027                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 1028                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1029                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1030                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 1031                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1032                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 1033                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 1034                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 1035                                RT @kyeomcarthur: annyeong it's lee chan! \n\nso ayon, I'll be selling baby seventeen bubbleheads tom. 60 pesos each ^^ \n\nsadly, I wasn't abl…
## 1036                             RT @0617deulz: wts lfb\n\nsg2023 seungkwan memset tingi\n\n— feta\n— P190; dop once onhand \n\nt. seventeen svt season's greetings 2023 sg23 membe…
## 1037                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1038                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1039                               RT @Calli_x06: 💎SEVENTEEN BE THE SUN BULACAN FREEBIES💎\n\nHi carats, I will be giving these on December 17 \n\n- Open for all Carats\n- PLACE AN…
## 1040                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 1041                                    RT @meaniekive: 🛼 interest check ph .ᐟ  \n\n   ✦ Seventeen SG 2023 Tingi\n    ╰ ₱200/ member set \n    ╰ prio getting maknae / more members…
## 1042                            RT @tiny_wonu: [RAW] 2021 POWER OF LOVE CONCERT #세븐틴 #SEVENTEEN\n\nDownload [720p]:\n\nPart1: https://t.co/qpMWUDpKxd\nPart2: https://t.co/vecx2…
## 1043                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 1044                                 RT @suphoshi: A little over dressed, but that’s okay - Hoshi thought I was so cute 💞\n\n#CSD #CaratSelcaDay #SEVENTEEN\n#HOSHI https://t.co/Zh…
## 1045                             RT @hochimails: ꒰ TINGI ꒱ WTS LFB \n\n▪︎ SEVENTEEN SG2023\n✅ Digital Code Card + Mini poster = 300 set\n✅ PC + Fortune card = 350 set—2 members…
## 1046                              RT @haelygiveaway: Hael CHOEAEDOL Giveaway\n\n🍁 250 Hearts\n\n– Follow me with 🔔 \n– retweet and like my pin\n– retweet and like this\n– 200 drop…
## 1047                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 1048                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1049                                                            RT @rervoke: — we keep it colorful 🌈\n[ #CSD #CaratSelcaDay #SVT\n#Hoshi #SEVENTEEN #CARAT ] https://t.co/uYCkeVEqAo
## 1050                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 1051                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1052                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 1053                         RT @YoonMinMD1: Done being a mader packer lol &gt;&lt;\nI and @SVTethereal packed this for you on D-Day! 💖\n\n🌸 Open to ALL carats \n🌸 1:1 only\n🌸 wil…
## 1054                                   RT @loeyshuaa: “Confuse Hoshi with clam Joshua ft hyper girl with protective women” 😋❤️ @pledis_17 \n\n#CSD #CaratSelcaDay #JOSHUA #HOSHI #SE…
## 1055                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1056                                                                 RT @Blossomseason_: 221213 #버논 #세븐틴 #vernon #seventeen\nMy black cat is rockstar.. https://t.co/9evJZZlapu
## 1057                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 1058                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1059                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 1060                                  RT @neogotmybankx: 🎄 SVT Christmas PH GA 🧑🏻‍🎄\n\n🎁 1 winner of unsealed Face The Sun album (with inclusions) + a care package\n🎁 1 winner of A…
## 1061                                  RT @gyuilatte: We're on set, 10 minutes before photoshoot~\n\n#CSD #CaratSelcaDay #CARAT_SELCA_DAY  #MINGYU #SEVENTEEN https://t.co/TNJs83GsUy
## 1062                          RT @cheollie_hannie: WTS LFB PH\n\nSEVENTEEN SG2023 TINGI NETA\n\n— secured\n— dop, January 4\n— NO CANCELLATION\n— Batch 3 to be posted once 1&amp;2…
## 1063                                   RT @mavillera_ww: D-DAY🧧JEON WONWOO! BAG OF LUCK!\nhiii po! I made crocheted cat keychains tho superrr onti langg, paki-alagaan po ang mga p…
## 1064                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 1065                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 1066                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1067                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1068                                     RT @min9yu_tttop: seventeen will perform in bulacan with their dancers..? oh my god pls CHEERS on the setlist 🕯️ \n\nhttps://t.co/Ty0HavRLgR
## 1069                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1070                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1071                                                   RT @lilamanayaka: just a forever thing i’ll do with you #csd #joshua #CaratSelcaDay #CARAT #SEVENTEEN https://t.co/XjYs2z2iYu
## 1072                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1073                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1074                                                                   RT @SvtShazam: #DREAM has surpassed 17,000 Shazams\n\n#세븐틴 #SEVENTEEN @pledis_17jp https://t.co/SODPsrQvAm
## 1075                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1076                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1077                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1078                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1079                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1080                                                                 RT @minobeach: let it snow ❄️❄️\n\n#CSD #CaratSelcaDay #DK #DOKYEOM #SEVENTEEN @pledis_17 https://t.co/C2hqfOmlLZ
## 1081                            RT @JunGyuHao_o: Wts lfb seventeen\n\nSEVENTEEN photocards\n\n1ST PIC = 130 EA\n2ND PIC = 50 EA\n\nMOD :FLASH / DIRECT JNT\nMOP : GCASH https://t.c…
## 1082                                 RT @Sugarbllxsom_: 🌟GIVEAWAY TICKET SEVENTEEN BE THE SUN BETS JKT JAKARTA ADDITIONAL SHOW🌟\n\n💙Blue F section for 1 winner💙\n- CARAT\n- Follow…
## 1083                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1084                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1085                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1086                                    RT @treasurecharts_: #TREASURE now joins NCT, Stray Kids, Seventeen, TXT, Twice and BTS as the only Korean acts that have spent 100 weeks w…
## 1087                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1088                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 1089                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 1090                                                           RT @snowwonu: i’ll pick you up after work? \n\n#CARAT_SELCA_DAY #WONWOO #SEVENTEEN @pledis_17 https://t.co/0IuwRYJ5hT
## 1091                      RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 1092                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 1093                          RT @cutiepie_niiki3: ✎ . . be the sun freebies ♡\n\n🐯 strictly 1:1\nloc: tba on d-day \nrt &amp; like\n\n♡ might add some more if I have some extra f…
## 1094                              RT @haelygiveaway: Hael CHOEAEDOL Giveaway\n\n🍁 250 Hearts\n\n– Follow me with 🔔 \n– retweet and like my pin\n– retweet and like this\n– 200 drop…
## 1095                                    RT @CaratLandPH: We have received reports of people sharing videos of SEVENTEEN recorded in places where they shouldn't be disturbed in the…
## 1096                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1097                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 1098                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1099                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 1100                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1101                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1102                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1103                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 1104                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1105                                RT @mylovejoshuji: Be The Sun in Bulacan\n• Shua Kit freebies 💗\n\nfor Joshushushus, I gotchu!\nlooking for Joshushushu moots! Let's meet on de…
## 1106                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1107                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 1108                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 1109                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 1110                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 1111                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 1112                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1113                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 1114                                                                      RT @PT_KOREA: 221216 Jun Twitter Update\n \nhttps://t.co/YBgFsAlgXh\n \n#SEVENTEEN https://t.co/6oWBbzvVCU
## 1115                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 1116                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1117                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1118                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1119                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1120                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1121                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1122                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1123                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 1124                               RT @everywon_who: ︑︒⚬∙︓·⠄ Seventeen Be The Sun in Bulacan freebies \n\nHi, Carats! Together with @minwonshuji and @urmwlovr, we will be givin…
## 1125                              RT @SvtShazam: Shazam Daily Top 10 (2022.12.16)\n\n1. Cheers — 598\n2. HOT — 510\n3. Very Nice — 448\n4. _WORLD — 316\n5. Darl+ing — 275\n6. Fear…
## 1126                                    RT @bewildered_inks: Hi, Carats! We will be giving away banners, sticker packs and unofficial pilot ids of SVT as freebies on BeTS in Bulac…
## 1127                              RT @pledis_17: '_WORLD' MV Behind Sketch\n\n▶ https://t.co/HRfPjIQ3MX\n\n#SEVENTEEN #세븐틴\n#SECTOR17\n#_WORLD #SVT_WORLD https://t.co/YcPHyPLEcV
## 1128                                   RT @Akinscoded147: Please don't Fall sick in 🇳🇬 Nigeria o, all the good Doctors and Pharmacists are in the UK 🇬🇧...\n#16December Shola Allys…
## 1129                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 1130                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 1131                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1132                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1133                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1134                                    RT @fangurrl69: I'm living for this Kim Sejeong and Seventeen interactions during AAA. I mean, who wouldnt stare at her? Shes just so gorge…
## 1135                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1136                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1137                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1138                                    RT @kwonushii: Hello, just want to say I'm sorry in advance if you will receive the freebies without sleeves. I tried buying another wrappe…
## 1139                                   RT @snwulove: hey yow wassup! i, user @snwulove and @cheolacee will be handling a mini freebies giveaway on #BeTSinBULACAN\n\neither you can…
## 1140                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 1141                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1142                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1143                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 1144                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1145                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 1146                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1147                             RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 1148                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1149                                                            RT @rervoke: — we keep it colorful 🌈\n[ #CSD #CaratSelcaDay #SVT\n#Hoshi #SEVENTEEN #CARAT ] https://t.co/uYCkeVEqAo
## 1150                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1151                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1152                             RT @ta_vwvb_ri: Help RT and LIKE🙂\n[SEVENTEEN BE THE SUN Additional Show FREEBIES]\n\nSeungcheol Edition\nby \n@ta_vwvb_ri\n\n📍GBK Madya Stadium🇮🇩…
## 1153                                   RT @allforcaratsvt: btw may willing ba maki trade ng tix? like mas mababang row sanaa ! two adjacent seats\n\nLBA REG ROW 30+ to LBA REG ROW…
## 1154                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1155                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1156                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1157                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1158             RT @APMAHK: ASIAN POP MUSIC AWARDS 2022(NOMINATIONS)\n#APMA #APMA2022 #AsianPopMusicAwards #亞洲流行音樂大獎 #亚洲流行音乐大奖\n\nRECORD OF THE YEAR(Overseas)…
## 1159                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1160                              RT @haoluvxr: hi! i’ll be giving away some freebies on be the sun in bulacan d-day! 💚🧡\n\n- mbf, like &amp; rt this tweet (ෆ˙ᵕ˙ෆ)♡\n- will try to…
## 1161                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 1162                              RT @kkumashane: SEVENTEEN Be the Sun Bulacan\nFREEBIES GIVEAWAY \n\n‣ official trading/photo cards\n‣ candy canes\n\ni will post on d-day where y…
## 1163                               RT @tapakatuy: — Dialogue by Lee Ufan (2010)\n\n#CSD #CaratSelcaDay #SCoups #ChoiSeungcheol #SEVENTEEN #세브틴 @pledis_17 https://t.co/q3t11c6Xk5
## 1164                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1165                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1166                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1167                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1168                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 1169                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 1170                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1171                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 1172                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1173                                  RT @kidultjisoo: as a dinonara, this is the best thing that has ever happened to me.\n\n#Seventeen #SEVENTEEN_WORLDTOUR_BETHESUN #Seventeenin…
## 1174                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 1175                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1176                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 1177                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 1178                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 1179                                  RT @SvtShazam: "Hai Cheng" by #THE8 has surpassed 6,000 Shazams\n\nIt is his 2nd song to achieve this milestone and #SEVENTEEN's 7th most Sha…
## 1180                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 1181                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 1182                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1183                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 1184                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1185                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 1186                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1187                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1188                                RT @i8EISA: 🧺 . . wts lfb dk new heights pc .ᐟ\n       ✷ Php 125\n    ꔛ onhand and ready to ship\n       ✷ dop: payo / dec 20\n    ꔛ mod : flas…
## 1189                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1190                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1191                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1192                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1193                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 1194                              RT @gelgel_ly: You stole my heart, but i’ll let you keep it❤️\n#CaratSelcaDay #CSD #세븐틴 #SEVENTEEN #SCOUPS  #최승철  #choiseungcheol @pledis_17…
## 1195                                 RT @livenationph: Here are the filters you can use at SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nIG: https://t.co/1sgCk3Z94j\nFB: https:…
## 1196                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1197                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1198                                RT @0604KMG: wts / want to sell lfb\n\nseventeen be the sun jakarta blue c\nprice: \n3.300K (carat membership) 1 tix (sampe fisik)\n3.400K (mcm…
## 1199                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1200                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1201                               RT @joshu_apollo: [OPEN SHARING HAPPY JOSHUA DAY BIRTHDAY BOX VER.2]\n\n‌outbox + q&amp;a photo book + keyring 195k \n‌birthday pop up card + pc k…
## 1202                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1203                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1204                              RT @kkumashane: SEVENTEEN Be the Sun Bulacan\nFREEBIES GIVEAWAY \n\n‣ official trading/photo cards\n‣ candy canes\n\ni will post on d-day where y…
## 1205                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1206                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 1207                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 1208                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 1209                                    RT @pledis_17: [17'S] SEVENTEEN was recognized for ‘Building K-ulture Bridges’ at LA3C Creativity and Culture Awards! 🏆 Thank you our CARAT…
## 1210                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1211                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 1212                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 1213                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 1214                                 RT @puppygyujeno: Hi CARATs, we will be giving away freebies for bets in bulacan💎\n\n✩ open to all carats \n✩ random design (1 banner + 1 keyc…
## 1215                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1216                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1217                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1218                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1219                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1220                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1221                          RT @HorangiKrong: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nDate: Dec. 17, 2022\nTime &amp; Location: TBA\nStrictly 1:1\n\n✅ RT + Like\n(show us the proo…
## 1222                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 1223                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 1224                               RT @min9yu_kimg: wts lfb seventeen svt pc ph\n\nseungkwan photocard set - ₱1,200\n\n- sector17 weverse album version (unscanned qr) + pob\n- fac…
## 1225                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1226                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 1227                                                               RT @lovelyseokmine: See you tomorrow, my moon. 🌙✨️\n\n#CSD #CaratSelcaDay #JUN #SEVENTEEN https://t.co/TaGX2EwvzT
## 1228                            RT @byuumie: #BeTSinBULACAN freebies .ᐟ\n\n📙 i’ll be giving away hand banners &amp; filmstrips on dec 17!\n\n— first 10 to show me baby pics of sev…
## 1229                    RT @KByexxArbi: 💎SEVENTEEN Be The Sun in Bulacan💎\n 》FREEBIES《\n\nWHEN &amp; WHERE: TBA\n\n✨ Limited freebies only\n✨ like and retweet to spread\n✨ ta…
## 1230                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 1231                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 1232                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 1233                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 1234                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 1235                                                                                             RT @intbun: november baes\n\n#caratselcaday #csd #seventeen https://t.co/JkHF0BfDVf
## 1236                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 1237                                    RT @caratdeu113_: For those who'll come tomorrow for BeTSinBulacan, please take care and please be safe!! And of course, PLEASE ENJOY THE C…
## 1238                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1239                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1240                                  RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 1241                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1242                                                            RT @rervoke: — we keep it colorful 🌈\n[ #CSD #CaratSelcaDay #SVT\n#Hoshi #SEVENTEEN #CARAT ] https://t.co/uYCkeVEqAo
## 1243                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1244                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1245                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 1246                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1247                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1248                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1249                                            RT @hogyuhae: 🌿I’ll be your spring during any winter❄️\n\n#CaratSelcaDay #csd #seventeen #Woozi #세븐틴 #우지 https://t.co/Y1ke5bBQ8h
## 1250                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1251                                  RT @adorshu: be the sun in bulacan fan support / freebies by adorshu! ⭐️\n\nhi carats~ i’ll be giving away very limited seventeen ot13 hand b…
## 1252                               RT @tapakatuy: — Dialogue by Lee Ufan (2010)\n\n#CSD #CaratSelcaDay #SCoups #ChoiSeungcheol #SEVENTEEN #세브틴 @pledis_17 https://t.co/q3t11c6Xk5
## 1253                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1254                                                                         RT @moshimagu: see you next concert, seventeen! i love you. have fun tonight 🥺🤎 https://t.co/iznUdUbjXU
## 1255                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 1256                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1257                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1258                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1259                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1260                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 1261                             RT @won_wooniee: ❥ My sunshine, my happy place🍃🖤. \n\n-Salam damaii🙏🏻\n───●◎●───\n\n[#MINGYU #CaratSelcaDay #SEVENTEEN #KimMingyu #민규 #CSD @pled…
## 1262                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1263                                  RT @itzgfdk__: [🖤]\n\nimmeasurably beside you is the most beautiful thing i ever wanted. beyond measure in your arms is the most beautiful th…
## 1264                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1265                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1266                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 1267                                 RT @taecookies_v: ⛅️ #BeTheSuninBULACAN Freebie ☁️\n\n🔅RT and Like\n🔅Follow if u want to be armycarat moots 🤗\n🔅Reply ur fave svt gif + #MAMAVO…
## 1268                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1269                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 1270                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 1271                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1272                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 1273                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1274                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1275                               RT @mochishuuu: "I don't think glasses look good on you, sir"\n\n#CSD #CaratSelcaDay #scoups #seventeen #세븐틴 @pledis_17 https://t.co/GyH3x8qc…
## 1276                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1277                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1278                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1279                                     RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 1280                                    RT @hoshikenz17: Caratdeuls who are attending Bets Bulacan concert today, ENJOY LOVES! Desurv na desurv nyo lahat eto! Dont forget to drink…
## 1281                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1282                                  RT @shuasmwah: @Stutiyoon , Wanna go back in that restroom and not rest?\n\n#CaratSelcaDay #CSD #stuti #whims #SEVENTEEN @pledis_17 https://t…
## 1283                                                     RT @thinkabtjhc: seventeen's bucket list for 2023 @pledis_17\n\n#세븐틴 #에스쿱스 #정한 #민규 #원우 https://t.co/WdCo8YVOkk
## 1284                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1285                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1286                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 1287                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1288                                 RT @huiksn: huiksn creates\n— › publication material (pubmat)\n\ntags `• lf client graphic design edit editor layout art creative kpop concert…
## 1289                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1290                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1291                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1292                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1293                                    RT @kwonushii: Hello, just want to say I'm sorry in advance if you will receive the freebies without sleeves. I tried buying another wrappe…
## 1294                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1295                               RT @Genius_kor: #GeniusCharts | 2022 Year-End Genius Korea Chart | Top Male Groups\n1. Stray Kids\n2. BTS\n3. ENHYPEN\n4. TOMORROW X TOGETHER\n5…
## 1296                                 RT @hobisglow_: [ #BeTheSuninBULACAN Quick Giveaway ☀️ ]\n\n• 1 UBC Premium\n• Can also give ₱200 for Transpo/LNPH’s shuttle fee\n• RT this twe…
## 1297                                RT @wonranghxee: Let's go on more dates that require putting greens and golf clubs🏌🏻🤎🖤\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #…
## 1298                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 1299                                     RT @17dayph: SEVENTEEN\n7th Anniversary Cafe Open.\n\n📍WouldULike EWM\n\n#YourHappySmileIsMyDay\n#HappySEVENTEENDay https://t.co/fBfPWoqt8L
## 1300                                RT @shuasmwah: When we pull up, you know it's a shutdown 💋\n\n#CARATSELCADAY #CSD #JOSHUA #SEVENTEEN  #조슈아 @pledis_17 https://t.co/rgSk3oRn54
## 1301                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 1302                               RT @howoons: ☀️ SEVENTEEN Be The Sun in Bulacan ☀️\nHOWOO (soonhoon) AND WOOZI BANNER GIVEAWAY\n\n♡ giving away howoo and woozi banners &amp; a fe…
## 1303                                   RT @ihrtsvt13: Don’t make me choose yet😭\n#csd #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN @pledis_17 #MINGYU #minghao https://t.co/v3jllnOdp0
## 1304                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1305                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1306                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 1307                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1308                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 1309                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 1310                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 1311                           RT @soongyuexe: help rt! #saiwts ph go 🇵🇭\n\n꒰ hoshi mingyu don’t wanna cry acrylic standee &amp; seventeen keyrings by @soongyu ꒱\n- ₱100/ stande…
## 1312                              RT @haelygiveaway: Hael CHOEAEDOL Giveaway\n\n🍁 250 Hearts\n\n– Follow me with 🔔 \n– retweet and like my pin\n– retweet and like this\n– 200 drop…
## 1313                                   RT @mavillera_ww: D-DAY🧧JEON WONWOO! BAG OF LUCK!\nhiii po! I made crocheted cat keychains tho superrr onti langg, paki-alagaan po ang mga p…
## 1314                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1315                              RT @haoluvxr: hi! i’ll be giving away some freebies on be the sun in bulacan d-day! 💚🧡\n\n- mbf, like &amp; rt this tweet (ෆ˙ᵕ˙ෆ)♡\n- will try to…
## 1316                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1317                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 1318                                  RT @svtmaknaefiles: Be the Sun Bulacan #SVTMaknaes banner giveaway 🦖🐢🍊\n\nIn collaboration with @madebydanyph, we will be giving away limited…
## 1319                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1320                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1321                                                          RT @mingyuk: styling’s hair\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #mingyu #민규 @pledis_17 https://t.co/WoMUkfSBOT
## 1322                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1323                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 1324                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1325                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 1326                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 1327                            RT @gyeolchergae: ˗ˏˋ꒰ 🍒 ꒱\n\n『 #SEVENTEEN Fansupport by gyeolchergae 』\n\nHey, there Carats! I'll be giving away hand banners and unofficial p…
## 1328                               RT @pledis_17: [17'S] SEVENTEEN WORLD TOUR [BE THE SUN] IN MANILA\n\n#SVT_WORLDTOUR_BETHESUN\n#SEVENTEENinMANILA\n#BETHESUN_MANILA\n#BETHESUNwit…
## 1329                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 1330                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1331                               RT @_gumgummy: 𝑰'𝒍𝒍 𝒘𝒊𝒍𝒍 𝒏𝒆𝒗𝒆𝒓 𝒇𝒊𝒏𝒊𝒔𝒉\n 𝒇𝒂𝒍𝒍𝒊𝒏𝒈 𝒊𝒏 𝒍𝒐𝒗𝒆 𝒘𝒊𝒕𝒉 𝒚𝒐𝒖.\n\n#CSD #CaratSelcaDay #Seungkwan #SEVENTEEN #승관 @pledis_17 https://t.co/Jlk…
## 1332                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 1333                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 1334                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 1335                            RT @btsvtnimaliel: ✿ Be The Sun in Bulacan Freebies \n\nDONE NA LAHAT!\nSee youuuuu na talaga! 💎\n\nInclu:\n- hand banner(3 ver)\n- candies\n- Offi…
## 1336                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1337                                   RT @mavillera_ww: D-DAY🧧JEON WONWOO! BAG OF LUCK!\nhiii po! I made crocheted cat keychains tho superrr onti langg, paki-alagaan po ang mga p…
## 1338                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1339                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1340                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 1341                               RT @joshu_apollo: [OPEN SHARING HAPPY JOSHUA DAY BIRTHDAY BOX VER.2]\n\n‌outbox + q&amp;a photo book + keyring 195k \n‌birthday pop up card + pc k…
## 1342                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1343                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1344                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1345                           RT @min9yu_kimg: wts lfb seventeen svt pc ph\n\nmingyu photocard set - ₱2,650\n\n- rcbyt\n- ❌ sensitive collectors\n- flexi dop\n\nreply mine to cl…
## 1346                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 1347                                         RT @dokyeomfiles: 221213 Lee Seokmin with touch of cuteness today! 🥰\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/4RMc35INfi
## 1348                               RT @min9yu_kimg: wts lfb seventeen svt pc ph\n\nseungkwan photocard set - ₱1,200\n\n- sector17 weverse album version (unscanned qr) + pob\n- fac…
## 1349                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 1350                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 1351                                  RT @kinquedom: Hey carats, are you ready to drop it like HOT! HOT! HOT! BetsBulacan is just 5 days away. \n#SEVENTEEN\n#BeTheSuninBULACAN Fre…
## 1352                              RT @solastreo: dk and wonwoo forcibly making each other headbang during aju nice 😭😭😭\n\n#SEVENTEEN   #세븐틴   #BeTheSun\n#SEVENTEENinOAKLAND #BE…
## 1353                          RT @imnotyurgirl: I got my vitamin sea with my honey ♡\n#CSD #SEVENTEEN #세븐틴 #CaratSelcaDay #Dino #디노 #LeeChan #이찬  #CARAT #캐럿  @pledis_17 h…
## 1354                            RT @byuumie: #BeTSinBULACAN freebies .ᐟ\n\n📙 i’ll be giving away hand banners &amp; filmstrips on dec 17!\n\n— first 10 to show me baby pics of sev…
## 1355                              RT @etherealdk: —sharing pics bcs we can’t see each other yet ㅠㅠ\n\n[ #CSD #CaratSelcaDay #SEVENTEEN #dokyeom #도겸 @pledis_17 ] https://t.co/4…
## 1356                             RT @smplyfallinforu: ☀️ BE THE SUN in Bulacan ☀️\n\n💎 SCoups, Jeonghan, Woozi and Joshua birthday freebies 🍒😇🍚🦌\n\nDecember 17, 2022\nTime &amp; Loc…
## 1357                            RT @taeramisoo: BE THE SUN ; BULACAN\nSEVENTEEN FANSUPPORT ˗ˋˏ ♡ ˎˊ˗\n\nCONCERT FREEBIES by: taeramisoo\n\n2 random pc\nmoon junhui banner !!!\n\n#…
## 1358                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 1359                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1360                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 1361                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1362                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 1363                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 1364                                  RT @luv__wonu: mirror pics are the best, argue with the wall if you disagree\n\n#CaratSelcaDay #carat #SEUNGKWAN #SEVENTEEN #CSD @pledis_17 h…
## 1365                                         RT @gyubasic: —i look over at you and see sunshine 🌞\n\n#CaratSelcaDay #CSD #MINGYU #민규 #SEVENTEEN @pledis_17 https://t.co/1TCxyV8FCg
## 1366                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1367                                                        RT @xum8nghao_o2: [SEVENTEEN WEIBO]\n221126\n#THE8 update \n\n#SEVENTEEN #SVT_UPDATES @pledis_17 https://t.co/RNpSu1yE8x
## 1368                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1369                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 1370                                                            RT @cutelikejoon: just trying something new 📸#CaratSelcaDay #CSD #SEVENTEEN #THE8 @pledis_17 https://t.co/ICxYsVIQqd
## 1371                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 1372                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1373                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1374                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1375                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1376                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1377                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 1378                                RT @shuasmwah: When we pull up, you know it's a shutdown 💋\n\n#CARATSELCADAY #CSD #JOSHUA #SEVENTEEN  #조슈아 @pledis_17 https://t.co/rgSk3oRn54
## 1379                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1380                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1381                             RT @won_wooniee: ❥ My sunshine, my happy place🍃🖤. \n\n-Salam damaii🙏🏻\n───●◎●───\n\n[#MINGYU #CaratSelcaDay #SEVENTEEN #KimMingyu #민규 #CSD @pled…
## 1382                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1383                                          RT @americaprince__: 𝘗𝘏𝘖𝘛𝘖𝘉𝘖𝘛𝘏 𝘞𝘐𝘛𝘏 𝘏𝘐𝘔 📸\n\n#CSD #CaratSelcaDay #JOSHUA #조슈아 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/k1F4VBvIhp
## 1384                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1385                                 RT @Taejoooning: sometimes he lets me borrow his bag 🐸\n\n#CaratSelcaDay #CSD #SEVENTEEN #THE8 #MINGHAO #세븐틴 #디에잇 https://t.co/ZiihgdtaW9
## 1386                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1387                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1388                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 1389                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1390                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1391                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 1392                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 1393                            RT @mownchild: —An art gallery could never be as unique as you.\n\n#CSD #CaratSelcaDay #MINGYU #김민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/M…
## 1394                                   RT @k_miguu: - Your memory feels like home to me. So whenever my mind wanders, it always finds it's way back to you. \n\n#CSD #CaratSelcaDay…
## 1395                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1396                              RT @itsmeNeryJoy: hi! i’ll be giving away some freebies on be the sun in bulacan d-day! 💜💚\n\n- mbf, like &amp; rt this tweet \nෆ╹ .̮ ╹ෆ\n- random…
## 1397                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1398                                    RT @CaratLandPH: We have received reports of people sharing videos of SEVENTEEN recorded in places where they shouldn't be disturbed in the…
## 1399                                                                   RT @yurlvme: date with gyu 😋💗\n\n#CaratSelcaDay #CSD #MINGYU #민규 #SEVENTEEN #세븐틴 https://t.co/Y66KywHogR
## 1400                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1401                                    RT @CaratLandPH: Before this day ends (and before the dday begins), we would like to take this time to appreciate all CARATS who support us…
## 1402                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 1403                  RT @musicinfojapan: VOTE GA  - SMA  \n\nPoll winner : 100 💛 \n\n📌Rules \n✅ LIKE &amp; RETWEET  \n✅ FOLLOW ME &amp;\n@smajapan_\n@smaglobal_\n✅ Drop proofs…
## 1404                            RT @btsvtnimaliel: ✿ Be The Sun in Bulacan Freebies \n\nDONE NA LAHAT!\nSee youuuuu na talaga! 💎\n\nInclu:\n- hand banner(3 ver)\n- candies\n- Offi…
## 1405                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1406                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1407                                  RT @lisamanobal_327: The top 10 Most Streamed Artists on Stationhead in 2022! Who did you stream the most?\n\nNicki Minaj\nBTS\n#LISA ❤️‍🔥\nTXT…
## 1408                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1409                                                                                    RT @CaratLandPH: Happy #CaratSelcaDay, CARATS! #SEVENTEEN @pledis_17 https://t.co/I5e0SjnGDF
## 1410                              RT @frilemercier: P500 gcash giveaway .ᐟ\n\n- rt this tweet and tweets below \n- ends once both sets are sold\n\n✶ wts lfb ph .ᐟ\nt. enhypen sakr…
## 1411                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1412                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1413                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 1414                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 1415                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 1416                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 1417                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1418                             RT @smplyfallinforu: ☀️ BE THE SUN in Bulacan ☀️\n\n💎 SCoups, Jeonghan, Woozi and Joshua birthday freebies 🍒😇🍚🦌\n\nDecember 17, 2022\nTime &amp; Loc…
## 1419                                    RT @madebydanyph: ☀️ BE THE SUN FREEBIES ☀️\n\nHi~ Will be giving away limited OT13, Maknae Line, and Vernon banners on December 17 @ the Phi…
## 1420                                                        RT @BeryVery_: 2023 Seventeen Season's Greetings Unboxing\nhttps://t.co/RIznev2zXh\n\n#SEVENTEEN https://t.co/AldQyaudlt
## 1421                             RT @dnonarats: #CaratSelcaDay #CSD #DOKYEOM #도겸 #SEVENTEEN #세븐틴 @pledis_17 \n\nthe photographer            his favorite view https://t.co/G9y…
## 1422                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 1423                                     RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 1424                               RT @tapakatuy: — Dialogue by Lee Ufan (2010)\n\n#CSD #CaratSelcaDay #SCoups #ChoiSeungcheol #SEVENTEEN #세브틴 @pledis_17 https://t.co/q3t11c6Xk5
## 1425                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1426                                     RT @mochipalette: I'M GONNA FREAKING CRY WOOZI'S SO COOL FOR THIS!!!! AND ALSO DKHDKDHDKD MY BILLLIE X SEVENTEEN 🥹😭 https://t.co/pjt9mzSuL0
## 1427                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 1428                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1429                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 1430                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1431                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 1432                                  RT @miguhearts: 🧸🎀🪞“Give me a poem to tell about me” 💐🫧🗯\n\n[#CSD #CaratSelcaDay #MINGYU #민규 #SEVENTEEN @pledis_17 ] https://t.co/wjPrxrZJmZ
## 1433                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 1434                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1435                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1436                           RT @previousindex: me and kyeomie in busan :) first carat selca day! \n\n#CaratSelcaDay #CSD #dokyeom #seventeen #svt #carat #도겸 #캐럿 #세브틴 htt…
## 1437                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 1438                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1439                        RT @httpdkesc: ෆ SEVENTEEN Be The Sun in Bulacan Freebie ෆ \n\nHi, carats! I'll be giving away freebies on d-day! Fan Support for #도겸 &amp; #에스쿱스…
## 1440                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1441                            RT @btsvtnimaliel: ✿ Be The Sun in Bulacan Freebies \n\nDONE NA LAHAT!\nSee youuuuu na talaga! 💎\n\nInclu:\n- hand banner(3 ver)\n- candies\n- Offi…
## 1442                                     RT @shuabambies: you know, without you i'm so lonely\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #DK #도겸 @pledis_17 https://t.co/WywsNdRV0q
## 1443                                                                               RT @CHERRYHAE17: their record hasn't been broken yet.  #SEVENTEEN #세븐틴 https://t.co/6YlP8EjxiB
## 1444                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1445                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 1446 RT @dreamofyuu: 『 ‘You’re drunk’ \n  ‘I’m not’\n  ‘You’re drunk’\n  ‘I’m not’\n  ‘You’re not’\n ‘I’m drunk- fuck u’  』\n   \n   ˚✧₊⁎⁺˳✧༚\n\n________…
## 1447                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1448                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1449                                                                                                                            RT @Rainerie_: seventeen by heathers is SO C RAINDUO
## 1450                                  RT @BeySVTColombia: BE THE SUN UPDATE \n\nThe Day has come!!! #SEVENTEEN is set to become the First Korean Music act to perform at the bigges…
## 1451                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 1452                                   RT @wxffly: rival in public, lover in private 😎\n\n#CSD #CaratSelcaDay #SEVENTEEN #SEUNGKWAN #세븐틴 #승관 @pledis_17 https://t.co/1CBV24V9Hl
## 1453                            RT @btsvtnimaliel: ✿ Be The Sun in Bulacan Freebies \n\nDONE NA LAHAT!\nSee youuuuu na talaga! 💎\n\nInclu:\n- hand banner(3 ver)\n- candies\n- Offi…
## 1454                             RT @allmylovetosvt: appreciating the view with him 🌆🤍\n\n#csd #caratselcaday\n#the8 #minghao #디에잇\n#seventeen @pledis_17 https://t.co/V8Zx45n1hh
## 1455                                  RT @svtcontents: @pledis_17 🎥 SEVENTEEN winning the AAA Artist of The Year (Singer of The Year) DAESANG at the 2022 Asia Artist Awards!\n\nht…
## 1456                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1457                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1458                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1459                                 RT @4MNGHAO: ꒰🌷꒱ i was living in a moment but i met you. and i realized that everything has a reason♡࿐\n #CSD #CaratSelcaDay #SEVENTEEN #JUN…
## 1460                              RT @feat_annaaa: helping a friend !\nwts lfb \n\nubc reg 430 row 98\nLONG DOP \n2k (bought online during carat-mem presale)\ndp : 500-600\nrembal…
## 1461                                     RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 1462                                  RT @officialcharts: It begs to stick around... 🤘\n\nSam Fender's (@samfendermusic) unstoppable Seventeen Going Under gets a new lease of life…
## 1463                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1464                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 1465                                   RT @CoupsOfMinWon: ☀️ Be The Sun in Bulacan ☀️\n                                  Freebies\n\nCarats!! We will be giving away freebies on d-da…
## 1466                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 1467                                                                                                                            RT @Rainerie_: seventeen by heathers is SO C RAINDUO
## 1468                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1469                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 1470                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 1471                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 1472                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1473                                     RT @xuminghao_ok: may want ba ng minghao banner ko? 🥹 i will also give some random freebies like candy, unofficial pc, and more. see you 😊…
## 1474                            RT @pottee1707: it was so wrong of the cameraman to zoom out at this SPECIFIC mingyu hot part💔\n\n#SEVENTEEN #세븐틴 #AAA2022 #민규\n@pledis_17 #SV…
## 1475                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1476                                                                  RT @wnwoostar: my sunshine and i 💟 ! \n#CSD #CaratSelcaDay #DOKYEOM #SEVENTEEN #디에잇 https://t.co/njvPa9YJiV
## 1477                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 1478                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1479                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1480                                          RT @americaprince__: 𝘗𝘏𝘖𝘛𝘖𝘉𝘖𝘛𝘏 𝘞𝘐𝘛𝘏 𝘏𝘐𝘔 📸\n\n#CSD #CaratSelcaDay #JOSHUA #조슈아 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/k1F4VBvIhp
## 1481                                    RT @TF_Moments: in the DOTM prequel comic, Wheeljack notes he is warping space and time in "seventeen dimensions", a deep-cut callback to t…
## 1482                     RT @_tappiioca: ✧ BE THE SUN IN BULACAN FREEBIES ✧\n\n• RT &amp; Like\n• Location tba\n• Open for Team Con &amp; Team Labas\n• LETS TRADE 🥺\n \nMight incl…
## 1483                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1484                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1485                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1486                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1487                                                                   RT @yurlvme: date with gyu 😋💗\n\n#CaratSelcaDay #CSD #MINGYU #민규 #SEVENTEEN #세븐틴 https://t.co/Y66KywHogR
## 1488                                 RT @NyxellHyung: 💎 BETS in Bulacan Freebies 💎\nHenlo Carats, its me ya boi again!!\n\nI'll be giving out MinWon Banners and SVT OT13 GOSE Name…
## 1489                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1490                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 1491                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1492                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1493                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 1494                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 1495                              RT @frilemercier: P500 gcash giveaway .ᐟ\n\n- rt this tweet and tweets below \n- ends once both sets are sold\n\n✶ wts lfb ph .ᐟ\nt. enhypen sakr…
## 1496                            RT @roserenity0ung: 225 𝒅𝒂𝒚𝒔 𝒘𝒊𝒕𝒉 "𝒘"\nhe told me to do "wonwoo's shaking camera pose?"😆\n#CaratSelcaDay #CSD #세븐틴 \n#원우 #WONWOO #SEVENTEEN @p…
## 1497                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1498                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1499                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1500                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1501                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 1502                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 1503                                    RT @kwonushii: Hello, just want to say I'm sorry in advance if you will receive the freebies without sleeves. I tried buying another wrappe…
## 1504                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1505                                  RT @BeySVTColombia: BE THE SUN UPDATE \n\nThe Day has come!!! #SEVENTEEN is set to become the First Korean Music act to perform at the bigges…
## 1506                              RT @sarahoshuji: ✨#Seventeen Be The Sun in Bulacan Fan Support/Freebies✨\n\nHello Caratdeuls! \n\n@nilaj_tee, @aidan_andrea, and I are giving a…
## 1507                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1508                            RT @mgyuppy: ( 03 : 00 AM ) . \n- you're are the reason that i lie awake ;\n\n#CaratSelcaDay #CSD #MINGYU #민규 #SEVENTEEN #세븐틴 @pledis_17 https…
## 1509                                    RT @ziaxnishi: ☀️ seventeen be the sun in bulacan freebies ! ☀️\n\nhii! we’ll be giving out freebies on betsbul, december 17! :)) see picture…
## 1510                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 1511                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1512                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1513                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 1514                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1515                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1516                                    RT @WORLDMUSICAWARD: 🔝🔟ALBUMS JAPAN🇯🇵\n1⃣First Howling:ME #andTEAM\n2⃣JAPAN 1ST EP DREAM #SEVENTEEN\n3⃣Power Of Wish #EXILE\n4⃣'Indigo' #RM\n5⃣S…
## 1517                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1518                             RT @cuipdz: wts lfb ph \n\n💉💒 jeonghan sakristan set\n ₱900 + pf, dop 1 week❕\n💬 all onhand \n\n☆ seventeen social club ssc al fine jun sector 17…
## 1519                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1520                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 1521                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1522                               RT @WorldwideCarats: Flashback Friday\n[170715]\n\nSeventeen - Escaping the City\n\n@pledis_17 #SEVENTEEN\n#MTVLAKPOPSEVENTEEN \n#PremiosMTVMiaw…
## 1523                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1524                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1525                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1526                                                                                                   RT @ann_yeonggggggg: It’s d-day! #BeTSinBULACAN #BeTheSuninBULACAN #SEVENTEEN
## 1527                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1528                                            RT @jeongshooa: 𝑦𝑜𝑢 𝑎𝑟𝑒 𝑚𝑦 𝑠𝑜𝑦𝑚𝑎𝑡𝑒 🥢\n\n#CaratSelcaDay #CSD #JEONGHAN  #윤정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/L6COEyUgpJ
## 1529                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1530                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1531                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1532                                             RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 1533                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1534                                                                                               RT @tinkswonu: #원우 wonwoo for seventeen ViVi magazine 💗 https://t.co/oHRCCfKlrG
## 1535                            RT @wonuahcart: 🌷 Be The Sun Bulacan Freebies 🌷\n\n♡ rt and like this tweet to spread !\n♡ mfb^^ lets be moots hehe\n♡ open for team labas &amp; te…
## 1536                                                                 RT @Blossomseason_: 220924 My cute little black cat..\n#버논 #세븐틴 #vernon #seventeen https://t.co/0MFh3KP1rf
## 1537                             RT @won_wooniee: ❥ My sunshine, my happy place🍃🖤. \n\n-Salam damaii🙏🏻\n───●◎●───\n\n[#MINGYU #CaratSelcaDay #SEVENTEEN #KimMingyu #민규 #CSD @pled…
## 1538                                   RT @ChaeHanCheol: Jo Eulho and Cel Brity will be roaming around PH Arena to give 30+ FREEBIES (Syempre hihingi din kami!)\n\n*also check the…
## 1539                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1540                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1541                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1542                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1543                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 1544                                                                  RT @wnwoostar: my sunshine and i 💟 ! \n#CSD #CaratSelcaDay #DOKYEOM #SEVENTEEN #디에잇 https://t.co/njvPa9YJiV
## 1545                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1546                         RT @pledis_17: [17'S 승관] A surprise present for all CARATs enjoying SEUNGKWAN's "As It Was" @Spotify\n\n#SEUNGKWAN #승관\n#SEVENTEEN #세븐틴\n#Spoti…
## 1547                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1548                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 1549                                                                 RT @minobeach: let it snow ❄️❄️\n\n#CSD #CaratSelcaDay #DK #DOKYEOM #SEVENTEEN @pledis_17 https://t.co/C2hqfOmlLZ
## 1550                                    RT @TF_Moments: in the DOTM prequel comic, Wheeljack notes he is warping space and time in "seventeen dimensions", a deep-cut callback to t…
## 1551                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1552                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1553                           RT @dollsxngie: Reply with all kpop groups that you stan from oldest to latest:-\n\nMine:\n1. Exo\n2. Nct\n3. Got7\n4. X1\n5. Seventeen\n6. Ateez\n7…
## 1554                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1555                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1556                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1557                               RT @pledis_17: 준 ‘LIMBO’ MV Behind Sketch\n\n▶https://t.co/D30hvp9R8e\n\n#JUN #준\n#SEVENTEEN #세븐틴\n#LIMBO #JUN_LIMBO https://t.co/kbz7IEebNi
## 1558                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1559                                                                                                 RT @iveskiss: AYOOOOOOO SEVENTEEN RIGHT HERE!!!!!!!! 🤙🤙 https://t.co/poEICi25hI
## 1560                                                                         RT @moshimagu: see you next concert, seventeen! i love you. have fun tonight 🥺🤎 https://t.co/iznUdUbjXU
## 1561                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1562                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1563                             RT @pledis_17: 'SEVENTEEN IN THE SOOP MAKING PHOTOBOOK' PREVIEW Cuts #1\n\nRelease\n[GL] 2022.11.10 (THU)\n[JP] 2022.11.16 (WED)\n\n#SEVENTEEN #세…
## 1564                                 RT @HHGives: CHOEAEDOL Giveaway poll 🍲\n\n🗳 300 hearts\n\n▪︎ follow @HHGives with 🔔\n▪︎ Like, rt my pin tweet\n▪︎ Like and rt this\n▪︎ 200 drop pr…
## 1565                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1566                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1567                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. when did you feel the happiest recently? \n\n🦌: the happiest....\n😇: i feel so happy becau…
## 1568                             RT @pledis_17: 'SEVENTEEN IN THE SOOP MAKING PHOTOBOOK' PREVIEW Cuts #1\n\nRelease\n[GL] 2022.11.10 (THU)\n[JP] 2022.11.16 (WED)\n\n#SEVENTEEN #세…
## 1569                             RT @pledis_17: 'SEVENTEEN IN THE SOOP MAKING PHOTOBOOK' PREVIEW Cuts #1\n\nRelease\n[GL] 2022.11.10 (THU)\n[JP] 2022.11.16 (WED)\n\n#SEVENTEEN #세…
## 1570                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 1571                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1572                                  RT @itzgfdk__: [🖤]\n\nimmeasurably beside you is the most beautiful thing i ever wanted. beyond measure in your arms is the most beautiful th…
## 1573                             RT @pledis_17: 'SEVENTEEN IN THE SOOP MAKING PHOTOBOOK' PREVIEW Cuts #1\n\nRelease\n[GL] 2022.11.10 (THU)\n[JP] 2022.11.16 (WED)\n\n#SEVENTEEN #세…
## 1574                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1575                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1576                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1577                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1578                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1579                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1580                             RT @brightestmo_on: Last night was fun. Thanks, Mingyu ^__^\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #세븐틴 #SECTOR17 #_WORLD @pled…
## 1581                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 1582                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1583                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1584                                    RT @livenationph: SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN Merch with a list of available items and prices for a hassle-free buying expe…
## 1585                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1586                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 1587                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1588                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1589                                           RT @joshualooped: "I wanna be Seventeen's Joshua for a long, long time." \n#세븐틴 @pledis_17 #조슈아 #JOSHUA https://t.co/2JvF06Q7kg
## 1590                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1591                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1592                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1593                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 1594                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1595                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1596                                RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET\n\n(1) UBC Regular ticket\n\nTweet under this with “mine + SEVENTEEN bi…
## 1597                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 1598                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1599                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 1600                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1601                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1602                                                                      RT @pledis_17: [17'S JUN] Photo by PowerCircles 📸\n\n#JUN #준 \n#SEVENTEEN #세븐틴 https://t.co/5sPn9Pp9GI
## 1603                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 1604                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1605                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1606                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1607                             RT @pledis_17: 'SEVENTEEN IN THE SOOP MAKING PHOTOBOOK' PREVIEW Cuts #2\n\nRelease\n[GL] 2022.11.10 (THU)\n[JP] 2022.11.16 (WED)\n\n#SEVENTEEN #세…
## 1608                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1609                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1610                                                 RT @wonuversee: matchy with wonu 🫶🏻 \n\n#CaratSelcaDay #CSD #WONWOO #원우 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/y6wg3sw8uy
## 1611                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1612                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1613                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1614                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 1615                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1616                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 1617                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1618                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1619                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1620                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 1621                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1622                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1623                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1624                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1625                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1626                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 1627                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1628                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 1629                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1630                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1631                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1632                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 1633                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1634                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1635                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1636                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1637                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1638                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1639                                    RT @billboard: The in-demand hitmaker shares the stories behind songs he crafted with #BTS' Jin, SEVENTEEN, NCT 127 and more https://t.co/E…
## 1640                              RT @haoluvxr: hi! i’ll be giving away some freebies on be the sun in bulacan d-day! 💚🧡\n\n- mbf, like &amp; rt this tweet (ෆ˙ᵕ˙ෆ)♡\n- will try to…
## 1641                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1642                                  RT @officialcharts: It begs to stick around... 🤘\n\nSam Fender's (@samfendermusic) unstoppable Seventeen Going Under gets a new lease of life…
## 1643                                 RT @fortbzs: hello rush wts lfb help rt\n\nseventeen svt be the sun bulacan concert \n- UBC REG 433 Row 102 \n- ₱1,600 (orig ₱1,850) can lower…
## 1644                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 1645                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1646                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1647                                 RT @fortbzs: hello rush wts lfb help rt\n\nseventeen svt be the sun bulacan concert \n- UBC REG 433 Row 102 \n- ₱1,600 (orig ₱1,850) can lower…
## 1648                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 1649                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1650                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1651                                RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET\n\n(1) UBC Regular ticket\n\nTweet under this with “mine + SEVENTEEN bi…
## 1652                            RT @odetovou: me 🤝 cheol\nnever looking at the camera\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/6ZA5Db0p4P
## 1653                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 1654                                 RT @CaratLandPH: LOOK UP CARATS!👀\n\nA rainbow is here to greet us this early morning.🌈 \n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https:/…
## 1655                                    RT @prettyhotbooks: About Avery's Ghost\nSeventeen-year-old Evelyn dreams of a career in botany, while acting as an uneasy intermediary for…
## 1656                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1657                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 1658                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 1659                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 1660                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 1661                                                 RT @minghaolicious: me &amp; my lovely boo ✨🧡\n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN  @pledis_17 https://t.co/FejOPXfpLp
## 1662                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1663                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1664                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1665                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 1666                                    RT @kwonushii: Hello, just want to say I'm sorry in advance if you will receive the freebies without sleeves. I tried buying another wrappe…
## 1667                                         RT @devluvschwe: sweater + glasses gf and hoodie + glasses bf #csd #CaratSelcaDay #VERNON #Seventeen @pledis_17 https://t.co/fvGLOBFnOW
## 1668                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1669                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1670                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1671                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1672                                 RT @suphoshi: A little over dressed, but that’s okay - Hoshi thought I was so cute 💞\n\n#CSD #CaratSelcaDay #SEVENTEEN\n#HOSHI https://t.co/Zh…
## 1673                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1674                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1675                                  RT @officialcharts: It begs to stick around... 🤘\n\nSam Fender's (@samfendermusic) unstoppable Seventeen Going Under gets a new lease of life…
## 1676                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1677                               RT @cheonsapower: Loeee PH carats! ⭐️ These Seventeen DIY beads will be for ✨giveaway✨on December 17!\n\n- just kindly help like and rt\n- wil…
## 1678                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1679                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1680                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 1681                                    RT @TF_Moments: in the DOTM prequel comic, Wheeljack notes he is warping space and time in "seventeen dimensions", a deep-cut callback to t…
## 1682                             RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 1683                                   RT @loeyshuaa: “Confuse Hoshi with clam Joshua ft hyper girl with protective women” 😋❤️ @pledis_17 \n\n#CSD #CaratSelcaDay #JOSHUA #HOSHI #SE…
## 1684                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1685                                                                               RT @dillikahoshi: #hoshi #호시: sawar loon\n#seventeen #세븐틴 @pledis_17 https://t.co/co6nYfBUrb
## 1686                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1687                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1688                           RT @haymebuys: ❤ Be The Sun Bulacan Freebies ❤\n\nFree Jun, Jeonghan, DK, and Minwon hand banners on Dec 17!\n\nTo claim:\nLike &amp; rt\nFollow for…
## 1689                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1690                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1691                                     RT @SVT_Fancafe: [#JEONGHAN🌟 Weverse]\n221217 comment\n\n➸ That's upsetting \n\n#정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/inrQngDjf0
## 1692                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1693                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1694                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 1695                                  RT @multi_neo_: 💎Be the Sun in Bulacan FREEBIES💎\n\nHello, CARATS! Me and @haymebuys will give free #Jun, #Jeonghan, #DK, #Minwon, #Mingyu an…
## 1696                                                               RT @gyumedia: "seventeen woozi-mingyu, "mingyu-ya are you alright...?!"\n\nthe headline 😭 https://t.co/GkfYYYU4NX
## 1697                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 1698                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1699                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1700                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1701                              RT @kkumashane: SEVENTEEN Be the Sun Bulacan\nFREEBIES GIVEAWAY \n\n‣ official trading/photo cards\n‣ candy canes\n\ni will post on d-day where y…
## 1702                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 1703                                                                                             RT @intbun: november baes\n\n#caratselcaday #csd #seventeen https://t.co/JkHF0BfDVf
## 1704                                RT @jhel172: Be The Sun in Bulacan FREEBIES \n\nHi guys 🍒 I will be giving away Scoupd Hand Banner , Pc , Photostrips.\n\n° follow for updates;…
## 1705                                    RT @TF_Moments: in the DOTM prequel comic, Wheeljack notes he is warping space and time in "seventeen dimensions", a deep-cut callback to t…
## 1706                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1707                            RT @byuumie: #BeTSinBULACAN freebies .ᐟ\n\n📙 i’ll be giving away hand banners &amp; filmstrips on dec 17!\n\n— first 10 to show me baby pics of sev…
## 1708                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 1709                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1710                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 1711                              RT @shannabonbon: &lt;&lt; 𝚗𝚘 𝚠𝚘𝚛𝚍𝚜 𝚊𝚛𝚎 𝚎𝚗𝚘𝚞𝚐𝚑 𝚏𝚘𝚛 𝚢𝚘𝚞 ♡ &gt;&gt;\n\n{ #CSD #CaratSelcaDay #JOSHUA #SEVENTEEN @pledis_17 } https://t.co/B3KC2OJvma
## 1712                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1713                                 RT @livenationph: Here are the filters you can use at SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nIG: https://t.co/1sgCk3Z94j\nFB: https:…
## 1714                                 RT @SheepEnDiamant: +fully shown off."\n\nFive entries for SEVENTEEN!! Five!!! \nI'm so so proud of all the recognition Face The Sun and Secto…
## 1715                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1716                                RT @gottamarryem17: 𝑺𝒕𝒓𝒐𝒍𝒍𝒊𝒏𝒈 𝒂𝒓𝒐𝒖𝒏𝒅 𝒊𝒄𝒐𝒏𝒊𝒄 𝒑𝒍𝒂𝒄𝒆𝒔 𝒘𝒉𝒊𝒍𝒆 𝒄𝒂𝒑𝒕𝒖𝒓𝒊𝒏𝒈 𝒎𝒆𝒎𝒐𝒓𝒊𝒆𝒔\n— 𝑶𝒍𝒅 𝒃𝒖𝒕 𝒈𝒐𝒍𝒅\n\n#CSD #CaratSelcaDay\n#JOSHUA #SEVENTEEN @pledis_…
## 1717                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 1718                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1719                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 1720                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1721                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1722                                RT @_withwonwoo: WTS LFB HELP RT\nSEVENTEEN photocards pc selling for SET ONLY\n\n2500 pesos, payo. Meet up tomorrow sa bets bulacan\nyou may l…
## 1723                               RT @essicakes_: 🧡 BE THE SUN IN BULACAN FREEBIES 🧡\n\nHi! I'll be giving out diamond ring pop with light + random unofficial pcs later! ✨\n \nK…
## 1724                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 1725                                              RT @bjyoungfiles: yep, just the two of us\n\n#CSD #CaratSelcaDay #HOSHI #호시 #SEVENTEEN #CARAT @pledis_17 https://t.co/XDhnHUdHNH
## 1726                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1727                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 1728                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1729                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 1730                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1731                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1732                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1733                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1734                                     RT @SVT_Fancafe: [#JEONGHAN🌟 Weverse]\n221217 comment\n\n➸ That's upsetting \n\n#정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/inrQngDjf0
## 1735                                RT @pledis_17: 'TOUR-ING : SEVENTEEN WORLD TOUR [BE THE SUN]' SPECIAL CLIPS\n\nVOD Release NOW\nGLOBAL ▶ https://t.co/ymf47V9LjQ\nJAPAN ▶ https…
## 1736                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 1737                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1738                                                              RT @yamarie_sjsvt: wahh siwon congratulating seventeen omg super seventeen moment yass 😍❤️\nhttps://t.co/iSuiJQajmY
## 1739                               RT @minwonshuji: ︑︒⚬∙︓·⠄ Seventeen Be The Sun in Bulacan freebies \n\nHi, Carats! Together with @urmwlovr and @everywon_who, we will be givin…
## 1740                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 1741                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 1742                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 1743                                RT @livenationph: Get your shuttle tickets for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡 now!\n\nhttps://t.co/BONcdZGpQE\n\nPrice is P200 f…
## 1744                         RT @softpsyche: BE THE SUN BULACAN\njoshua fansupport \n\n✶ hand banners\n✶ rose quartz and serenity cookies\n   — rt &amp; like to spread\n\nread bel…
## 1745                                     RT @smellarbee: you are my escape babe 🥀 \n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #세븐틴 @pledis_17 https://t.co/FRBGDF5MQd
## 1746                                    RT @TF_Moments: in the DOTM prequel comic, Wheeljack notes he is warping space and time in "seventeen dimensions", a deep-cut callback to t…
## 1747                                 RT @livenationph: Here are the filters you can use at SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nIG: https://t.co/1sgCk3Z94j\nFB: https:…
## 1748                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1749                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 1750                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 1751                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 1752                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 1753                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 1754                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1755                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1756                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1757                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 1758                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1759                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 1760                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 1761                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1762                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 1763                                  RT @naurmatt: Not selca, but I think we've some vibes. So, here we go and maybe it's destiny 👀\n\np.s: my pict taken so far before I knew sev…
## 1764                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1765                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1766                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1767                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 1768                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1769                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1770                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1771                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1772                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1773                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1774                                  RT @PROTECT_SVT: [NOTICE]\n\nTo all of the attendees of Be the Sun in BULACAN, kindly keep PLEDIS' fan etiquette rules in mind; let us keep t…
## 1775                                                                   RT @koreansales_twt: &lt;Your Choice&gt; by #SEVENTEEN has surpassed 1.5 million copies sold on Circle Chart.
## 1776                          RT @imnotyurgirl: I got my vitamin sea with my honey ♡\n#CSD #SEVENTEEN #세븐틴 #CaratSelcaDay #Dino #디노 #LeeChan #이찬  #CARAT #캐럿  @pledis_17 h…
## 1777                                                                                             RT @jjeoshuu: it's true that the sky is jealous everytime carats and seventeen meet
## 1778                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1779                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1780                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1781                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 1782                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1783                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 1784                                    RT @caratdeu113_: For those who'll come tomorrow for BeTSinBulacan, please take care and please be safe!! And of course, PLEASE ENJOY THE C…
## 1785                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1786                                RT @jhhjfiles: 181217 seventeen star road \n\nq. what do you do better than the person sitting next to you? \n\n😇: i think i'm better looking t…
## 1787                                RT @1OO4615: Wts / want to sell\nCheering kit slogan only jeonghan, hoshi seventeen\n• Jeonghan by @ mmm_yjh \n• Hoshi by @ Hoshi_Appeal\nTakea…
## 1788                                           RT @wenjunhi124: Jun and The 8 Vivi magazine #SEVENTEEN  #Jun #Carat #Junhui #The8 #Minghao #Moon_Jun #JUNHAO https://t.co/k6XM3lcryH
## 1789                                              RT @bjyoungfiles: yep, just the two of us\n\n#CSD #CaratSelcaDay #HOSHI #호시 #SEVENTEEN #CARAT @pledis_17 https://t.co/XDhnHUdHNH
## 1790                         RT @moonjunwoo: 🔆BE THE SUN BULACAN FREEBIES🔆\n📌 RT &amp; Like\n📌Open for team con &amp; team labas\n📌Wonwoo Polaroids to be given to 13 ppl who has t…
## 1791                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1792                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 1793                             RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 1794                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1795                                           RT @joshualooped: "I wanna be Seventeen's Joshua for a long, long time." \n#세븐틴 @pledis_17 #조슈아 #JOSHUA https://t.co/2JvF06Q7kg
## 1796                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1797                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1798                             RT @segyeshiimo: wts / lfb rush selling\nseventeen bulacan bets ticket\n\nLBB 216 / lowerbox \n\nog price 10, 700\n\nselling for a price lower tha…
## 1799                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1800                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 1801                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1802                                                               RT @min9yu_tttop: seventeen departure for be the sun in bulacan ! safe skies @pledis_17 ♡ https://t.co/K5SyKxITPt
## 1803                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 1804                                   RT @kartells: hello, carats!♡\n   a just month away before we meet our beloved seventeen ♡ i will be giving a soonwoohao fanart freebies for…
## 1805                                                  RT @mezxig: « you are my crush i got a crush on you🤍 »\n\n#CaratSelcaDay #SEVENTEEN #SCOUPS @pledis_17 https://t.co/r0GyRmf4AT
## 1806                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1807                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1808                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1809                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 1810                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 1811                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1812                             RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 1813                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1814                                RT @wonranghxee: Let's go on more dates that require putting greens and golf clubs🏌🏻🤎🖤\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #…
## 1815                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 1816                                 RT @NyxellHyung: 💎 BETS in Bulacan Freebies 💎\nHenlo Carats, its me ya boi again!!\n\nI'll be giving out MinWon Banners and SVT OT13 GOSE Name…
## 1817                          RT @HorangiKrong: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nDate: Dec. 17, 2022\nTime &amp; Location: TBA\nStrictly 1:1\n\n✅ RT + Like\n(show us the proo…
## 1818                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1819                                     RT @babycrush_: "Even if I give you everything in the world, I will never change, Promise me eternity, If you feel the same way as I do" -…
## 1820                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 1821                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 1822                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1823                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1824                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1825                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1826                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1827                                    RT @caratdeu113_: For those who'll come tomorrow for BeTSinBulacan, please take care and please be safe!! And of course, PLEASE ENJOY THE C…
## 1828                            RT @_jinwifeu_: ఇ BE THE SUN in BULACAN freebies ఇ\n\nHi guys! I will be giving away keychains/keyholder on bets bulacan d-day! \n\n⇢ rt &amp; like…
## 1829                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1830                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1831                                RT @ainiarshy: 🌞 Freebies Seventeen Be The Sun Additional Show in Jakarta 🌞\nBy @minemine_xx @ainiarshy\n\n📍 GBK Madya Stadium\n🗓 Dec, 28th 202…
## 1832                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 1833                                    RT @envimediaco: Calling all sneakerheads! 👟👀 If you’re looking for new kicks, check out how you can steal #SEVENTEEN’s #Hoshi’s style from…
## 1834                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1835                                      RT @xuminghaoluvr: me 🤝🏼 hoshi\nselfies in the dark &gt;&gt;&gt;\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/xtEHKp5KKX
## 1836                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1837                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1838                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 1839                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1840                                                                        RT @_leathv_: With the love of my life 🤍 #CaratSelcaDay #CSD #MINGHAO #SEVENTEEN https://t.co/s5SiJkzrON
## 1841                                    RT @rvsvtfiles: throwback to red velvet and seventeen's red and black outfits in last year's, 2021, kbs gayo daechukje https://t.co/On48X8L…
## 1842                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 1843                                     RT @wonhaozones: Minghao from the 2023 Season's Greetings!\n\ncr. THEtothe8ight\n\n#THE8 #디에잇 #SEVENTEEN #세븐틴 https://t.co/35pJa8xEHP
## 1844                          RT @boosreason: 💛 our hearts, timeless\n      our love is timeless\n         we are timeless 💙\n\n[#SEVENTEEN #CaratSelcaDay #CSD #세븐틴 #부승관 #SE…
## 1845                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 1846                                                                                               RT @tinkswonu: #원우 wonwoo for seventeen ViVi magazine 💗 https://t.co/oHRCCfKlrG
## 1847                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1848                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1849                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 1850                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 1851                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1852                                                                                              RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 1853                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1854                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1855                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 1856                                                             RT @_haofolder_: This going seventeen ep where Minghao literally traveled through the air🙃\nhttps://t.co/992kFbMlMV
## 1857                                    RT @CaratLandPH: Before this day ends (and before the dday begins), we would like to take this time to appreciate all CARATS who support us…
## 1858                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 1859                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1860                                                RT @cherishthe17: Seventeen's 2023 Bucket list\n\nWonwoo recommended overseas TTT\n\n😭😭 Wonwoo best boy\nhttps://t.co/btb2FB9QTG
## 1861                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 1862                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1863                                 RT @shuasblossom: Oh, Christmas lights\nLight up the street\nLight up the fireworks in me\nMay all your troubles soon be gone\nThose Christmas…
## 1864                                              RT @svt_verse: [#디노 🌟 221215] 2:50 PM KST\n\n#DINO: My favorite winter🌨️\n\n@pledis_17 #SEVENTEEN #세븐틴 https://t.co/DQ5Miftaxl
## 1865                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 1866                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1867                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 1868                       RT @MsKwon_15: "Three friends, one heart."\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #JEONGHAN #정한 #JOSHUA #조슈 #SEVENTEEN #세븐틴 @pledis_17 https://…
## 1869                            RT @vitamingyuuu: best stress buster?\na video call with him.\n\n#CSD #CaratSelcaDay #WOOZI #우지 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/fN6zRv…
## 1870                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 1871                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 1872                                                                            RT @absterwebby: they did highlight and now i can die happy #LA3C #SEVENTEEN https://t.co/9yvxLL4lDg
## 1873                                RT @_bubblethe8: [ Seoul Music Awards ] \n\nThis is a REMINDER that we STILL HAVE ONGOING VOTING. Everyone can VOTE\n\nPLEASE KEEP COLLECT GOLD…
## 1874                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 1875                                                                                                         RT @absterwebby: get it deekay #LA3C #SEVENTEEN https://t.co/0SFZPCcGwI
## 1876                                                                                  RT @absterwebby: you better hit those notes woozi!!!! #LA3C #SEVENTEEN https://t.co/u2MJ7neoIC
## 1877                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1878                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 1879                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 1880                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1881                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 1882                                  RT @lisamanobal_327: The top 10 Most Streamed Artists on Stationhead in 2022! Who did you stream the most?\n\nNicki Minaj\nBTS\n#LISA ❤️‍🔥\nTXT…
## 1883                                             RT @xum8nghao_o2: [SEVENTEEN INSTAGRAM]\n221203\ndk_is_dokyeom posted\n\n#SEVENTEEN #SVT_UPDATES @pledis_17 https://t.co/wTBMimmIW5
## 1884                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 1885                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1886                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 1887                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 1888                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 1889                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1890                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 1891                                                                                                     RT @gentleshuan: RAINBOW FOR SEVENTEEN AND CARATS 🌈 https://t.co/nejcpZ6euE
## 1892                           RT @22kristy: will be giving out some freebies on Dec 17 po. \n\nlike &amp; rt\nfollow for updates \n1 set inclusions per person only \nlocation : t…
## 1893                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1894                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1895                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1896                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 1897                                    RT @sound_of_dk: ☀️BE THE SUN IN BULACAN FREEBIES☀️\n\nHi Filo Carats! I'll be giving away Dokyeom hand banners (limited quantity) on Decembe…
## 1898                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1899                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1900                                                                                                   RT @ann_yeonggggggg: It’s d-day! #BeTSinBULACAN #BeTheSuninBULACAN #SEVENTEEN
## 1901                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1902                                    RT @CaratLandPH: Before this day ends (and before the dday begins), we would like to take this time to appreciate all CARATS who support us…
## 1903                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 1904                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 1905                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 1906                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1907                         RT @HorangiKrong: 🌞 BeTS Bulacan - FREEBIES 🌞\n\nDate: 17th Dec. 2022\nTime &amp; Location: tba\n\n1:1 ratio (not a Set)\n\nFirst 13 Carats to spot me…
## 1908                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 1909                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 1910                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1911                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1912                                                                            RT @absterwebby: they did highlight and now i can die happy #LA3C #SEVENTEEN https://t.co/9yvxLL4lDg
## 1913                                                                                                         RT @absterwebby: get it deekay #LA3C #SEVENTEEN https://t.co/0SFZPCcGwI
## 1914                           RT @seoksoar: BeTS in Bulacan Freebies !\n#뽀뽀로 boxes🥤🍓🍰\n⤷ @pinkjenn24 and @seoksoar \n\n、please help us like and rt \n、limited quantity only –…
## 1915                                RT @redthreadsells: [ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ]\n\n*♡FAN SUPPORT FOR DK♡*\n\nhello carats! we'll be giving away this hand bann…
## 1916                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 1917                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1918                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1919                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1920                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1921                        RT @jww_jiung: bets bulacan freebies/give away!!\n\n(minwon+cheol unofficial pcs)\n\n~ rt &amp; like \n~ open to all carats \n~ location: TBA \n\nsee u…
## 1922                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1923                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 1924                               RT @fae_______: Most nominated kpop groups for China End Year Awards @/ChinaMusicData \n\n1. Blackpink-14\n2. Seventeen-13\n3. (G)-IDLE-12\n4. R…
## 1925                                                RT @cherishthe17: Seventeen's 2023 Bucket list\n\nWonwoo recommended overseas TTT\n\n😭😭 Wonwoo best boy\nhttps://t.co/btb2FB9QTG
## 1926                                   RT @dekpoky: 🎞️ 𝙖𝙗𝙨𝙤𝙡𝙪𝙩𝙚𝙡𝙮 𝙨𝙢𝙞𝙩𝙩𝙚𝙣 🎞️\n"after last night, i think i'm in love with you, i can't get you out of my head"\n\n#CaratSelcaDay #CSD…
## 1927                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1928                                RT @_withwonwoo: WTS LFB HELP RT\nSEVENTEEN photocards pc selling for SET ONLY\n\n2500 pesos, payo. Meet up tomorrow sa bets bulacan\nyou may l…
## 1929                                 RT @soobincrumbs: Soobincrumbs' mini giveaway for #BeTSinBULACAN (GyuHao)\n\n• RT + Like this tweet.\n• Follow (for updates purposes, optional…
## 1930                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 1931                                             RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 1932                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 1933                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1934                                 RT @wonwoounion_id: Wonwoo and Mingyu cut for Vivi Magazine Japan ❤️\n\nAduh double kill 🙂\n#SEVENTEEN #WONWOO #MINGYU \nhttps://t.co/JTQ4pxKzlm
## 1935                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1936                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1937                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1938                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 1939                                                                                               RT @tinkswonu: #원우 wonwoo for seventeen ViVi magazine 💗 https://t.co/oHRCCfKlrG
## 1940                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 1941                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 1942                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 1943                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 1944                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 1945                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 1946                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 1947                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 1948                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1949                                      RT @xuminghaoluvr: me 🤝🏼 hoshi\nselfies in the dark &gt;&gt;&gt;\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/xtEHKp5KKX
## 1950                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1951                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1952                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1953                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 1954                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 1955                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 1956                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 1957                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1958                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 1959                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1960                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1961                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 1962                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1963                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1964                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 1965                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 1966                                RT @jhhjfiles: 181217 seventeen star road \n\nq. what do you do better than the person sitting next to you? \n\n😇: i think i'm better looking t…
## 1967                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 1968                                     RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 1969                               RT @voboowuji: Help rt! \nwant to sell / wts / lfb\n\n• selling to each (other tnc on pict 3) \n• open sharing boleh banget\n• exc packing+admin…
## 1970                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1971                          RT @aeryruru: 안녕 ✨\nPRE-ORDER STICKER WVRS REPLY BY AERYRURU\n\npre-order detail :\n🗓open ; 5 december 22\n🗓close ; 20 december 22\n\nprice list :…
## 1972                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 1973                                             RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 1974                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 1975                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 1976                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1977                               RT @essicakes_: 🧡 BE THE SUN IN BULACAN FREEBIES 🧡\n\nHi! I'll be giving out diamond ring pop with light + random unofficial pcs later! ✨\n \nK…
## 1978                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 1979                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 1980                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 1981                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 1982                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 1983                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 1984                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 1985                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 1986                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 1987                                                                RT @RhythmD_17: 221120 BE THE SUN in OSAKA\n#디노 #DINO\n#세븐틴 #SEVENTEEN\n#BE_THE_SUN https://t.co/i131qOV8ro
## 1988                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1989                                     RT @DINO_CENTRAL: here’s my little study on dino’s dancing and me trying to put into words why i love it so much. it’s the product of hard…
## 1990                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 1991                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 1992                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1993                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 1994                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1995                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 1996                                 RT @shuareads: Hello to my fellow joshushushu &amp; couprang! i will be giving away limited cheolshua/cheolsoo freebies on d-day! 🍒🦌 will also…
## 1997                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 1998                                                              RT @kwonhochie: the card was FacE ThE SuN\n\n#CaratSelcaDay  #csd #CARAT #SEVENTEEN #hoshi https://t.co/JxLqsHkgGO
## 1999                                                                      RT @huinity: 🤍 june and jun \n\n#csd #CaratSelcaDay #seventeen #jun #준 @pledis_17 https://t.co/OCQh0ytciJ
## 2000                            RT @odetovou: me 🤝 cheol\nnever looking at the camera\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/6ZA5Db0p4P
## 2001                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 2002                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2003                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2004                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2005                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2006                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 2007                                  RT @itzgfdk__: [🖤]\n\nimmeasurably beside you is the most beautiful thing i ever wanted. beyond measure in your arms is the most beautiful th…
## 2008                      RT @CaratOppa: [SPECIAL TWEET] \nSEVENTEEN (세븐틴) DK with SEVENTEEN Member Update!\n\n#세븐틴 #SEVENTEEN \n\n🔗 https://t.co/xWFPUyk1mW\n\nTags: \n#SVT_…
## 2009                                RT @byuumie: yk why campfire is the suitable song for a fan project? because at the end of the day, carats &amp; seventeen can rely with each o…
## 2010                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2011                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2012                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2013                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2014                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2015                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2016                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2017                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2018                                     RT @AnFhuiseog: 6000 Days by Jim 'Jaz' McCann describes seventeen years of his life imprisoned in Crumlin Road Gaol and the H-Blocks (Long…
## 2019                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2020                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2021                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2022                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2023                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2024                                                 RT @onelywoo: just had a night walk with my boyfIE 🌀💌💭🌷\n.\n.\n.\n#CaratSelcaDay #CSD #SEVENTEEN #CARAT https://t.co/Uif745tQQJ
## 2025                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 2026                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2027                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 2028                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 2029                                  RT @snoozebaram: - a day with coups ☁️🤍\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT  #SCOUPS #에스쿱스 #세븐틴 @pledis_17 https://t.co/CMYZqmzV2P
## 2030                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2031                               RT @CaryennG: Don’t forget to vote for SEVENTEEN on Seoul Music Awards in Fancast.\n\n#SEVENTEEN @pledis_17 #세븐틴 #Svt_Dream https://t.co/blZT…
## 2032                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 2033                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2034                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2035                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2036                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2037                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2038                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2039                                     RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 2040                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2041                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2042                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 2043                               RT @minwonshuji: ︑︒⚬∙︓·⠄ Seventeen Be The Sun in Bulacan freebies \n\nHi, Carats! Together with @urmwlovr and @everywon_who, we will be givin…
## 2044                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 2045                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2046                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 2047                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2048                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 2049                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2050                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 2051                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2052                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2053                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2054                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2055                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2056                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2057                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2058                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 2059                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2060                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2061                               RT @wonuniii: 🎀~♡Be the Sun in Bulacan Freebie♡~🎀\n\nCarats, I'll be giving away some caratbong ribbon on D-day!!\n\n♡ like and rt this twt\n♡ m…
## 2062                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2063                                 RT @woooniiee: 🔥 BE THE SUN in BULACAN WONWOO CHEERING KIT 🔥\n\n📍very limited banner\n📍please read the instructions below.\n📍TBA for the exact…
## 2064                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 2065                                  RT @wonusuals: from "we're breathing the same polluted air" "team bahay" "team labas" to "team concert" "see you, seventeen" \n\nI CAN FINALL…
## 2066                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2067                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2068                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 2069                                RT @jhel172: Be The Sun in Bulacan FREEBIES \n\nHi guys 🍒 I will be giving away Scoupd Hand Banner , Pc , Photostrips.\n\n° follow for updates;…
## 2070                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2071                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2072                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2073                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2074                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 2075                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 2076                                RT @byuumie: yk why campfire is the suitable song for a fan project? because at the end of the day, carats &amp; seventeen can rely with each o…
## 2077                               RT @Genius_kor: #GeniusCharts | 2022 Year-End Genius Korea Chart | Top Male Groups\n1. Stray Kids\n2. BTS\n3. ENHYPEN\n4. TOMORROW X TOGETHER\n5…
## 2078                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 2079                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2080                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2081                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 2082                                            RT @jeongshooa: 𝑦𝑜𝑢 𝑎𝑟𝑒 𝑚𝑦 𝑠𝑜𝑦𝑚𝑎𝑡𝑒 🥢\n\n#CaratSelcaDay #CSD #JEONGHAN  #윤정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/L6COEyUgpJ
## 2083                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 2084                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2085                                   RT @soompi: #SEVENTEEN Goes Triple Platinum For 1st Time In Japan + #BTS's #Jin Earns 1st Solo RIAJ Album Certification\nhttps://t.co/X7jeqe…
## 2086                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 2087                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2088                                                    RT @gabateez: Slip into the diamond life ೄྀ࿐ ˊˎ-\n\n#CaratSelcaDay #CSD #SEVENTEEN #WONWOO @pledis_17 https://t.co/VGsv1Hw9z1
## 2089                                    RT @vernloversclub: i will legitimately never forget the official seventeen tiktok removing the hashtag on that emoji bc it was just this v…
## 2090                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2091                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2092                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 2093                                                  RT @mezxig: « you are my crush i got a crush on you🤍 »\n\n#CaratSelcaDay #SEVENTEEN #SCOUPS @pledis_17 https://t.co/r0GyRmf4AT
## 2094                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2095                                  RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 2096                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2097                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 2098                                  RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 2099                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2100                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 2101                                    RT @redlyricsbot: i know someday i'm gonna meet her, it's a fever dream, the kind of radiance you only have at seventeen; she'll know the w…
## 2102                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2103                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 2104                                                                                                                     RT @redlyricsbot: we were seventeen and crazy, running wild
## 2105                              RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 2106                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2107                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 2108                                             RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 2109                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 2110                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2111                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 2112                                                    RT @nyeacjeon: "Do you wanna be forgiven?"\n\n#CARAT_SELCA_DAY #세븐틴 #SEVENTEEN #WONWOO @pledis_17 https://t.co/sgECpElVPM
## 2113                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 2114                                    RT @svntncarat17_: Only hours left till we witness the performance powerhouse SEVENTEEN as the first ever kpop act to perform on the WORLD'…
## 2115                                RT @avcstudios_: HELP RT | GIVEAWAY PH ✨\n\nfree svt filo grad pic for team labas and team concert tomorrow!\n\nfollow for more updates on how…
## 2116                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 2117                                RT @avcstudios_: HELP RT | GIVEAWAY PH ✨\n\nfree svt filo grad pic for team labas and team concert tomorrow!\n\nfollow for more updates on how…
## 2118                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2119                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2120                               RT @WorldwideCarats: Flashback Friday\n[170715]\n\nSeventeen - Escaping the City\n\n@pledis_17 #SEVENTEEN\n#MTVLAKPOPSEVENTEEN \n#PremiosMTVMiaw…
## 2121                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 2122                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2123                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 2124                                                  RT @mezxig: « you are my crush i got a crush on you🤍 »\n\n#CaratSelcaDay #SEVENTEEN #SCOUPS @pledis_17 https://t.co/r0GyRmf4AT
## 2125                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2126                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2127                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2128                                       RT @shuaaashua: After last night, I think I'm in love with you\n#CSD #CaratSelcaDay #SEVENTEEN #JOSHUA @pledis_17 https://t.co/88jtW0m64A
## 2129                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2130                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2131                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 2132                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2133                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2134                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 2135                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2136                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2137                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2138                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2139                                 RT @UaenCarat0912: Hi everyone! in collaboration with @seoksoocentric , we’ll be giving away 200 sets of freebies! 🫶\n\n🐯 strictly 1:1\n🐸 loc:…
## 2140                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2141                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2142                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2143                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2144                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2145                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2146                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2147                            RT @vitamingyuuu: best stress buster?\na video call with him.\n\n#CSD #CaratSelcaDay #WOOZI #우지 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/fN6zRv…
## 2148                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2149                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2150                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2151                                                          RT @Zeldaliaa_: Baby I am a shadow of you 🖤\n\n#CaratSelcaDay #carat #SEVENTEEN #minghao #the8 https://t.co/YEAZdUrssL
## 2152                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2153                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2154                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2155                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2156                                  RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 2157                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 2158                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2159                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2160                                       RT @the2the8: significant other reveal!! &lt;3\n\n#CaratSelcaDay #CSD #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wgaLeJ1oZw
## 2161                             RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 2162                                        RT @chventeen: guess who's back for the last csd this year :) \n\n#CaratSelcaDay #csd #wonwoo #SEVENTEEN #세븐틴 https://t.co/yCDetQT4QT
## 2163                              RT @loreyneleeey: SEVENTEEN BE THE SUN IN MANILA ✨GIVEAWAY✨ DAY 1 (Oct 8)\n\nOpen to all carats! Team Concert/Team Labas. See you! 💗💎\n\n#BeTSi…
## 2164                              RT @haoluvxr: hi! i’ll be giving away some freebies on be the sun in bulacan d-day! 💚🧡\n\n- mbf, like &amp; rt this tweet (ෆ˙ᵕ˙ෆ)♡\n- will try to…
## 2165                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2166                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2167                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2168                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2169                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2170                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2171                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2172                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2173                                                                                              RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 2174                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2175                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 2176                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2177                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2178                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 2179                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 2180                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2181                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2182                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2183                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2184                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2185                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 2186                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 2187                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2188                             RT @yoon_maya: ✨BE THE SUN IN BULACAN x \nJOSHUA BIRTHDAY\nFAN SUPPORT ✨\n\nDetails on the photo below.\nCan't wait to meet you, Carats! See you…
## 2189                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2190                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2191                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 2192                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 2193                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2194                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2195                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2196                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2197                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2198                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2199                                            RT @n0nihae: — high school best buds (๑'ᵕ'๑)⸝*♡.・✩°。⋆\n\n#CaratSelcaDay #CSD #SEVENTEEN #CARAT #세븐틴 #캐럿 https://t.co/j7jEEugioV
## 2200                                RT @svtcontents: [#MAGAZINE] SEVENTEEN for ViVi Magazine February 2023 Issue Details\n\nSpecial Edition\nAmazon: https://t.co/JclzJkLqzU\nRakut…
## 2201                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 2202                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 2203                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2204                                                    RT @oncegenedays: wts lfb bets bulacan\n\nubc reg 426\n1,850 only!!\n\nmeet up sa ph arena\n\nwts lfb bets bulacan seventeen
## 2205                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2206                                    RT @ccllrr17: #BeTheSuninBulacan #BeTSBulacan #BeTSinBulacan #Seventeen FREEBIES! Hi Carats! May mga 300 freebies kami na ipapamigay sa dda…
## 2207                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2208                                 RT @svtcontents: [#FANSIGN] SEVENTEEN 4th Full Album 'Face the Sun' Yizhiyu Fansign Event Round F Photocards\n\n— Random 1 out of 13\n\n🖇️ http…
## 2209                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 2210                                  RT @CaratLandPH: 📢 REMINDING THIS AGAIN CARATS!\n\nLet SEVENTEEN rest and enjoy their stay here in our country by not invading their space an…
## 2211                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2212                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2213                                 RT @cartchives: # want to sell / wts carbong v1 \n\n( 400.000 ) \n✅ all in good condition, nyala terang, inc battery + bonus pc attacca the8,…
## 2214                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 2215                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2216                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2217                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2218                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 2219                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2220                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2221                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2222                                    RT @svtcontents: 📰 SEVENTEEN is nominated under several categories at the 2022 China Year End Awards! Winners will be announced on December…
## 2223                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2224                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2225                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2226                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2227                                                  RT @svtcontents: 📰 SEVENTEEN's 'HOT' is one of the most streamed songs in Stationhead this 2022!! 🥳\n\nhttps://t.co/I3tTsn1sgK
## 2228                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2229                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2230                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2231                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2232                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2233                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2234                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2235                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2236                  RT @SVT_Fancafe: [#HOSHI🌟 Weverse]\n221216 -16:24 KST-\n\n➸ Ah.. ? My stye medicine ㅠ I left it ..\n\nㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it \n\n#호시 #SEV…
## 2237                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2238                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2239                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2240                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2241                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 2242                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2243                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2244                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2245                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2246                                  RT @eoia_min: ✧ SEVENTEEN BETS IN BULACAN FREEBIES ✧\n\nHi carats! I'll giveaway official photocards and other unofficial photos of seventeen…
## 2247                                                                               RT @horangrawrhae: seventeen hoshi first update in the philippines 😂\n\n©️ https://t.co/0x8uHu6M61
## 2248                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2249                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 2250                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2251                                    RT @POTUS: Seventeen Black women have been confirmed to federal circuit courts in U.S. history. And with the Senate’s confirmation of Judge…
## 2252                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2253                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2254                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2255                                    RT @miss_svtmafia: Let them rest, CARATs. Let SEVENTEEN rest. Give them space. Saturday is just around the corner, give them time, space an…
## 2256                                                                                                     RT @gentleshuan: RAINBOW FOR SEVENTEEN AND CARATS 🌈 https://t.co/nejcpZ6euE
## 2257                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 2258                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2259                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2260                                    RT @svtcontents: 🎥 Boy group TRENDZ performed SEVENTEEN's 'HIT' on 2022 AAA's After Stage! Here's the introduction video of their performan…
## 2261                                    RT @bestboywonuu: a daily reminder for ph carats to let seventeen enjoy their stay here. respect their privacy and let them roam around fre…
## 2262                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2263                          RT @mamangshua: I love you, just only you nobody else 💜💐\n\n#CSD #CaratSelcaDay \n#JOSHUA #조슈아\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/s6dGy1v…
## 2264                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2265                          RT @ofcynotlemon: [HELP RT]\n\n✨ be the sun in bulacan freebies ✨\n\n— 1 hitori janai art print\n— 2x2 stickers\n— candies\n\nlimited quantity only…
## 2266                                                                                               RT @tinkswonu: #원우 wonwoo for seventeen ViVi magazine 💗 https://t.co/oHRCCfKlrG
## 2267                                            RT @SVT_stagram: [#SEUNGKWAN 📸 Instagram Story] \n221215 pledis_boos \n\n#승관 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/d7ppd0k6gz
## 2268                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2269                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 2270                                RT @gottamarryem17: 𝑺𝒕𝒓𝒐𝒍𝒍𝒊𝒏𝒈 𝒂𝒓𝒐𝒖𝒏𝒅 𝒊𝒄𝒐𝒏𝒊𝒄 𝒑𝒍𝒂𝒄𝒆𝒔 𝒘𝒉𝒊𝒍𝒆 𝒄𝒂𝒑𝒕𝒖𝒓𝒊𝒏𝒈 𝒎𝒆𝒎𝒐𝒓𝒊𝒆𝒔\n— 𝑶𝒍𝒅 𝒃𝒖𝒕 𝒈𝒐𝒍𝒅\n\n#CSD #CaratSelcaDay\n#JOSHUA #SEVENTEEN @pledis_…
## 2271                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2272                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2273                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2274                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2275                                                         RT @pledis_17: [17'S JUN] Photo by @allurekorea📸\n\n#JUN #준 \n#SEVENTEEN #세븐틴\n#allurekorea https://t.co/8r40oQCYyq
## 2276                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2277                              RT @etherealdk: —sharing pics bcs we can’t see each other yet ㅠㅠ\n\n[ #CSD #CaratSelcaDay #SEVENTEEN #dokyeom #도겸 @pledis_17 ] https://t.co/4…
## 2278                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2279                         RT @SVT_Fancafe: [#MINGYU🌟 Weverse]\n221215 -17:02 KST-\n\n➸ Carats, I have something to say ㅎ Come here\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https…
## 2280                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2281                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2282                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2283                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2284                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2285                          RT @SVT_Fancafe: [#HOSHI🌟 Weverse]\n221215 -19:10 KST-\n\n➸ No, Myeongho-ya, what's up with your shoes🧡\n\n#호시 #SEVENTEEN #세븐틴 @pledis_17 https:…
## 2286                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2287                            RT @pledis_17: [INSIDE SEVENTEEN] SEVENTEEN WORLD TOUR [BE THE SUN] NORTH AMERICA BEHIND #4\n\n▶ https://t.co/zVPIp6OQ5f\n\n#SEVENTEEN #세븐틴\n#IN…
## 2288                          RT @mamangshua: I love you, just only you nobody else 💜💐\n\n#CSD #CaratSelcaDay \n#JOSHUA #조슈아\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/s6dGy1v…
## 2289                           RT @jaz_beomjun: ✨BETS IN BULACAN FREEBIES✨\n\n~open to all carats \n~randomly distributed \n~limited quantity \n\n#BeTheSuninBULACAN\n#BeTSinBULA…
## 2290                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2291                                               RT @SVT_Fancafe: [#THE8🌟 Weverse] \n221215 -19:13 KST-\n\n➸ 🧣👓🎱 \n\n#디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/hYnXQRPMVg
## 2292                          RT @SVT_Fancafe: [#HOSHI🌟 Weverse]\n221215 -19:18 KST-\n\n➸ Carats, please be careful of the snowy road!!!\n\n#호시 #SEVENTEEN #세븐틴 @pledis_17 htt…
## 2293                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2294                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2295                                                     RT @SVT_Fancafe: [#JUN🌟 Weverse] \n221215 -19:27 KST-\n\n➸ hi~\n\n#준 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/rI2ldc7SdF
## 2296                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2297                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2298                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2299                                                          RT @SVT_Fancafe: [#HOSHI🌟 Weverse] \n221215 -19:49 KST-\n\n#호시 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/nZbhHOvFyY
## 2300                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2301                           RT @SVT_Fancafe: [#SEUNGKWAN🌟 Weverse] \n221215 -20:27 KST-\n\n➸ I'll be back safely in Manila ㅎ I'm craving for vanilla icecream ㅎ\n\n#승관 #SEVE…
## 2302                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 2303                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 2304                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 2305                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2306                                                                 RT @Blossomseason_: 221213 #버논 #세븐틴 #vernon #seventeen\nMy black cat is rockstar.. https://t.co/9evJZZlapu
## 2307                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2308                                 RT @DokyeomGaabs: 'Cause we never go out of style ✨️\n\neu e o nonu de roupa chique 😋\n#CSD #CaratSelcaDay #SEVENTEEN #WONWOO @pledis_17 https…
## 2309                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2310                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2311                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2312                             RT @SVT_Fancafe: [#MINGYU🌟 Weverse]\n221215 -19:53 KST-\n\n➸ By any chance, has anyone seen my... earphones at the airport.......\n\n#민규 #SEVENT…
## 2313                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2314                                RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. which is your favorite seventeen's song?\n\n🦌: for me, it's falling for you because i mad…
## 2315                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2316                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2317                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2318                          RT @SVT_Fancafe: [#DK🌟 Weverse]\n221215 -20:33 KST-\n\n➸ Who's that friend on the right?🥸\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/cCqASx7…
## 2319                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2320                                  RT @kwanniechan: SEVENTEEN BE THE SUN IN BULACAN FREEBIES 🌞\n\nHi! @_wonwoofilms, @jeongdaeph, and I will be giving away mystery envelopes fo…
## 2321                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2322                     RT @SVT_Fancafe: [#DINO🌟 Weverse]\n221216 -14:30 KST-\n\n➸ I really like things like thisㅋㅋㅋㅋㅋ\n\n#디노 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/GH…
## 2323                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 2324                  RT @SVT_Fancafe: [#HOSHI🌟 Weverse]\n221216 -16:24 KST-\n\n➸ Ah.. ? My stye medicine ㅠ I left it ..\n\nㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it \n\n#호시 #SEV…
## 2325                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2326                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2327                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 2328                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 2329                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 2330                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2331                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2332                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2333                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2334                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2335                                   RT @dekpoky: 🎞️ 𝙖𝙗𝙨𝙤𝙡𝙪𝙩𝙚𝙡𝙮 𝙨𝙢𝙞𝙩𝙩𝙚𝙣 🎞️\n"after last night, i think i'm in love with you, i can't get you out of my head"\n\n#CaratSelcaDay #CSD…
## 2336                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 2337                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 2338                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2339                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2340                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2341                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2342                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2343                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2344                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 2345                                  RT @O2_Zein: 19 y.o #MohamadBroghani is still in solitary confinement and his precious life is in danger.\n#StopExecutionInIran \n@UNHumanRig…
## 2346                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2347                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2348                                     RT @DINO_CENTRAL: here’s my little study on dino’s dancing and me trying to put into words why i love it so much. it’s the product of hard…
## 2349                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2350                                          RT @svt_verse: [#정한’s reply 🌟 221217] 12:10 AM KST\n\n#JEONGHAN: That’s sad\n\n@pledis_17 #SEVENTEEN #세븐틴 https://t.co/EOqIsYtYs5
## 2351                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2352                                 RT @UaenCarat0912: Hi everyone! in collaboration with @seoksoocentric , we’ll be giving away 200 sets of freebies! 🫶\n\n🐯 strictly 1:1\n🐸 loc:…
## 2353                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2354                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2355                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2356                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2357                                     RT @DINO_CENTRAL: here’s my little study on dino’s dancing and me trying to put into words why i love it so much. it’s the product of hard…
## 2358                         RT @YoonMinMD1: Done being a mader packer lol &gt;&lt;\nI and @SVTethereal packed this for you on D-Day! 💖\n\n🌸 Open to ALL carats \n🌸 1:1 only\n🌸 wil…
## 2359                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2360                                   RT @bodylike3racha: i haven’t taken cute pics of myself since summer oops 💚💚💚\n\n#CaratSelcaDay #SEVENTEEN @pledis_17 https://t.co/2pEHkKBhwF
## 2361                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2362                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2363                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 2364                                 RT @livenationph: Here are the filters you can use at SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nIG: https://t.co/1sgCk3Z94j\nFB: https:…
## 2365                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 2366                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2367                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2368                                           RT @wenjunhi124: Jun and The 8 Vivi magazine #SEVENTEEN  #Jun #Carat #Junhui #The8 #Minghao #Moon_Jun #JUNHAO https://t.co/k6XM3lcryH
## 2369                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2370                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2371                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2372                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2373                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2374                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 2375                               RT @belongs_to_j: i’m just like you, you’re just like me~~~ 😆🌀🏃🏻‍♂️\n\n#CSD #CaratSelcaDay #DK #도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wX…
## 2376                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2377                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2378                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2379                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2380                                   RT @morgysyyy: WTS/ LFB want to sell\n2 x LBA 113, Row 37 Seventeen Be the Sun in Bulacan tickets\n\n‼️ P9,500 each ‼️ (og price P12,700 each)…
## 2381                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2382                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2383                            RT @frilemercier: ✶ wts lfb ph .ᐟ #polsells \n\njeonghan attacca beatroad set: 3400\n\n— strictly sold as set \n— payo / 2 days res\n— rcbyt \n\nt.…
## 2384                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2385                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2386                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2387                             RT @1OO4615: Help rt please\nWTT/ Want To Trade\nPhotocard Fortune Box Seventeen Edition\n Have : Wonwoo\n Want : Jeonghan\n\n📍Bekasi\ntags. wtt w…
## 2388                                       RT @menjunfei: 220223 #ExclusiveFairytale douyin update\n#세븐틴⁠ ⁠⁠#SEVENTEEN⁠ ⁠⁠\n#ジュン #준 #JUN #文俊辉 @pledis_17 https://t.co/4GUXXdLSEk
## 2389                              RT @frilemercier: P500 gcash giveaway .ᐟ\n\n- rt this tweet and tweets below \n- ends once both sets are sold\n\n✶ wts lfb ph .ᐟ\nt. enhypen sakr…
## 2390                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2391                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 2392                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2393                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅ LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#SEVENTEEN #TWICE #TXT #…
## 2394                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 2395                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2396                                    RT @KB_CountryRadio: Shay Gaston - Since Seventeen-  #kbcountryradio #indiemusic #internetradio  #indie  https://t.co/zEJHLw5rfo  #jukeboxT…
## 2397                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2398                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 2399                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2400                                RT @gottamarryem17: 𝑺𝒕𝒓𝒐𝒍𝒍𝒊𝒏𝒈 𝒂𝒓𝒐𝒖𝒏𝒅 𝒊𝒄𝒐𝒏𝒊𝒄 𝒑𝒍𝒂𝒄𝒆𝒔 𝒘𝒉𝒊𝒍𝒆 𝒄𝒂𝒑𝒕𝒖𝒓𝒊𝒏𝒈 𝒎𝒆𝒎𝒐𝒓𝒊𝒆𝒔\n— 𝑶𝒍𝒅 𝒃𝒖𝒕 𝒈𝒐𝒍𝒅\n\n#CSD #CaratSelcaDay\n#JOSHUA #SEVENTEEN @pledis_…
## 2401                                    RT @dailygyushua: him asking for hint about a song that make him go viral every two business day (network love) yet he was so slow to guess…
## 2402                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2403                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2404                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2405                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2406                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2407                              RT @gelgel_ly: You stole my heart, but i’ll let you keep it❤️\n#CaratSelcaDay #CSD #세븐틴 #SEVENTEEN #SCOUPS  #최승철  #choiseungcheol @pledis_17…
## 2408                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2409                                                             RT @hansolmes: me and my husband 🐈‍⬛\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #VERNON https://t.co/giwPPCznws
## 2410                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2411                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2412                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2413                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2414                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2415                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2416                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 2417                                  RT @itzgfdk__: [🖤]\n\nimmeasurably beside you is the most beautiful thing i ever wanted. beyond measure in your arms is the most beautiful th…
## 2418                        RT @miss_svtmafia: D-DAY TOMORROW ㅠㅠㅠ\nCARATS HELP RT PLEASE 😭\n\nSEVENTEEN BE THE SUN BULACAN \n\nwtt lft\n\nHAVE: (2) VIP B SOUNDCHECK\n\nWANT: (2…
## 2419                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2420                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2421                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2422                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2423                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2424                       RT @treasure_cart: a little giveaway for #BeTheSunBulacan \n\nFOLLOW us &amp; @teumecarat1213\nRT &amp; LIKE this post..\n\nkamsahamnida...\nSEE YOU ALL…
## 2425                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2426                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 2427                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2428                                 RT @livenationph: Here are the filters you can use at SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nIG: https://t.co/1sgCk3Z94j\nFB: https:…
## 2429                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2430                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2431                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2432                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2433                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2434                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2435                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2436                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2437                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2438                                 RT @starryhun94: wtb lfs bets svt seventeen bulacan\nhelping a friend\n\n-discounted/complimentary ticket (will get the lowest offer max budge…
## 2439                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2440                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2441                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2442                              RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 2443                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2444                                    RT @CaratLandPH: Before this day ends (and before the dday begins), we would like to take this time to appreciate all CARATS who support us…
## 2445                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2446                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2447                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 2448                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2449                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2450                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 2451                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2452                               RT @cheonsapower: Loeee PH carats! ⭐️ These Seventeen DIY beads will be for ✨giveaway✨on December 17!\n\n- just kindly help like and rt\n- wil…
## 2453                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2454                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2455                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2456                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2457                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 2458                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2459                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2460                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2461                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2462                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2463                              RT @etherealdk: —sharing pics bcs we can’t see each other yet ㅠㅠ\n\n[ #CSD #CaratSelcaDay #SEVENTEEN #dokyeom #도겸 @pledis_17 ] https://t.co/4…
## 2464                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2465                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2466                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2467                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2468                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 2469                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2470                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 2471                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2472                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2473                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2474                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2475                             RT @cuipdz: wts lfb ph \n\n💉💒 jeonghan sakristan set\n ₱900 + pf, dop 1 week❕\n💬 all onhand \n\n☆ seventeen social club ssc al fine jun sector 17…
## 2476                                             RT @HONGJIS0: 𓈒 ꔛ ˙ ˖ love and hug  ⩇ : ⩇ 𝗌un ഒ\n#CaratSelcaDay #CSD #JOSHUA\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/rlYaqpCWzn
## 2477                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2478                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 2479                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2480                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2481                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2482                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2483                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2484                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2485                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2486                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 2487                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2488                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 2489                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅ LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#SEVENTEEN #TWICE #TXT #…
## 2490                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2491                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2492                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 2493                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2494                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2495                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2496                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2497                                                        RT @CaratLandPH: D-DAY — SEVENTEEN IN BULACAN!🇵🇭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/KP9JzAeEyH
## 2498                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2499                                   RT @ihrtsvt13: Don’t make me choose yet😭\n#csd #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN @pledis_17 #MINGYU #minghao https://t.co/v3jllnOdp0
## 2500                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2501                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2502                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 2503                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2504                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 2505                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2506                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2507                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 2508                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 2509                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2510                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2511                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 2512                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2513                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2514                        RT @karjwnhui: ✨ SEVENTEEN PASSPORT PHOTO ✨\n(red &amp; blue bg ver.)\n(but all black hair aw)\n\njust like/rt if you want to save ^^\n\n@pledis_17 #…
## 2515                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2516                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2517                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2518                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2519                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2520                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2521                                RT @verseok_: vernonified.\n\nwill wear the same fit tomorrow see you guys!\n#CSD #CaratSelcaDay\n#VERNON #SEVENTEEN @pledis_17 https://t.co/Bl…
## 2522                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 2523                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2524                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2525                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 2526                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2527                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 2528                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 2529                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2530                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 2531                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 2532                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2533                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2534                                  RT @pledis_17: [#17studio] JUN’S PLAYLIST\n\n▶  https://t.co/oM5wXorsIk\n\n#JUN #준\n#SEVENTEEN #세븐틴\n#JUN_PLAYLIST https://t.co/gsMh49VU3U
## 2535                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2536                                                              RT @pledis_17: 20220610 Happy JUN’s Day🐱\n\n#Happy_JUN_Day\n\n#JUN #준\n#SEVENTEEN #세븐틴 https://t.co/XvQZKzwTeK
## 2537                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2538                               RT @essicakes_: 🧡 BE THE SUN IN BULACAN FREEBIES 🧡\n\nHi! I'll be giving out diamond ring pop with light + random unofficial pcs later! ✨\n \nK…
## 2539                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2540                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2541                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 2542                          RT @imnotyurgirl: I got my vitamin sea with my honey ♡\n#CSD #SEVENTEEN #세븐틴 #CaratSelcaDay #Dino #디노 #LeeChan #이찬  #CARAT #캐럿  @pledis_17 h…
## 2543                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2544                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2545                             RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 2546                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 2547                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 2548                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2549                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2550                                  RT @SciPiHarvey: Here is the official picture let’s celebrate!!!! #teacheroftheweek \n\n⬇️ your list\n📣 tell me what you’re happy about\n♻️ Ret…
## 2551                                RT @_bubblethe8: [ Seoul Music Awards ] \n\nThis is a REMINDER that we STILL HAVE ONGOING VOTING. Everyone can VOTE\n\nPLEASE KEEP COLLECT GOLD…
## 2552                            RT @odetovou: me 🤝 cheol\nnever looking at the camera\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/6ZA5Db0p4P
## 2553                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2554                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2555                               RT @howoons: ☀️ SEVENTEEN Be The Sun in Bulacan ☀️\nHOWOO (soonhoon) AND WOOZI BANNER GIVEAWAY\n\n♡ giving away howoo and woozi banners &amp; a fe…
## 2556                                   RT @Akinscoded147: Please don't Fall sick in 🇳🇬 Nigeria o, all the good Doctors and Pharmacists are in the UK 🇬🇧...\n#16December Shola Allys…
## 2557                              RT @sarahoshuji: ✨#Seventeen Be The Sun in Bulacan Fan Support/Freebies✨\n\nHello Caratdeuls! \n\n@nilaj_tee, @aidan_andrea, and I are giving a…
## 2558                                                                       RT @haroomelon: my boo 🍊 \n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN @pledis_17 https://t.co/zEGWrwjhge
## 2559                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2560                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2561                                RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. which is your favorite seventeen's song?\n\n🦌: for me, it's falling for you because i mad…
## 2562                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2563                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2564                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2565                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 2566                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 2567                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 2568                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 2569                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2570                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2571                                           RT @joshualooped: "I wanna be Seventeen's Joshua for a long, long time." \n#세븐틴 @pledis_17 #조슈아 #JOSHUA https://t.co/2JvF06Q7kg
## 2572                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2573                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 2574                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2575                                    RT @livenationph: SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN Merch with a list of available items and prices for a hassle-free buying expe…
## 2576                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2577                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2578                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 2579                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2580                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 2581                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2582                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2583                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2584                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 2585                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 2586                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 2587                                                RT @pledis_17: [SEVENTEEN NEWS]\n#SEVENTEEN #FIRST_ALBUM #LOVE #LETTER 20160425\nThis Week Schedule List https://t.co/zmVOu65khj
## 2588                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 2589                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 2590                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 2591                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2592                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2593                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 2594                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2595                             RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 2596                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2597                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 2598                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 2599                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2600                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 2601                                                            RT @cutelikejoon: just trying something new 📸#CaratSelcaDay #CSD #SEVENTEEN #THE8 @pledis_17 https://t.co/ICxYsVIQqd
## 2602                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2603                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2604                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2605                          RT @13_Gems_17: 《THREAD》\n\nHere is a thread highlighting ALL the achievements &amp; accolades SEVENTEEN have earned this year in 2022 alone.\n\nFu…
## 2606                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2607                                                              RT @kwonhochie: the card was FacE ThE SuN\n\n#CaratSelcaDay  #csd #CARAT #SEVENTEEN #hoshi https://t.co/JxLqsHkgGO
## 2608                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2609                                                RT @MeetVernon_218: 221203 BE THE SUN ACHI \n\n#버논 #VERNON  #バーノン #최한솔 \n#세븐틴     #SEVENTEEN https://t.co/R0E2TOejus
## 2610                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 2611                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2612                                                       RT @fallfljws: from alay to slay. #CaratSelcaDay #CSD #WONWOO #원우 #세븐틴 #SEVENTEEN @pledis_17 https://t.co/hCZQ2FrjBB
## 2613                                    RT @pansaniaa: wearing scarfs while being cold 🥶 \n\n#CSD #CaratSelcaDay #THE8 #서명호 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/pBwNDxxICU
## 2614                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2615                                     RT @_TRaveller_8: 221127☀️Be The Sun☀️ in Tokyo\n\n#디에잇 #THE8 \n#서명호 #徐明浩 #ミンハオ\n#세븐틴      #SEVENTEEN https://t.co/AoyYsYPB14
## 2616                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2617                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2618                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2619                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2620                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 2621                                         RT @17CARATS_INA: Thank you so much for supporting us 💕😊\n\n@pledis_17  #SEVENTEEN #세븐틴 \n#SVT_inJAKARTACity https://t.co/g3ypbSTMrd
## 2622                                   RT @dekpoky: 🎞️ 𝙖𝙗𝙨𝙤𝙡𝙪𝙩𝙚𝙡𝙮 𝙨𝙢𝙞𝙩𝙩𝙚𝙣 🎞️\n"after last night, i think i'm in love with you, i can't get you out of my head"\n\n#CaratSelcaDay #CSD…
## 2623                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2624                                    RT @livenationph: SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN Merch with a list of available items and prices for a hassle-free buying expe…
## 2625                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2626                                                                             RT @_biscuitrainbow: Under the mask 😷 \n#MINGYU #SEVENTEEN #seventeenfanart https://t.co/OWR2fceO6H
## 2627                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 2628                             RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 2629                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2630                             RT @brightestmo_on: Last night was fun. Thanks, Mingyu ^__^\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #세븐틴 #SECTOR17 #_WORLD @pled…
## 2631                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 2632                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 2633                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2634                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 2635                                 RT @gyudkmel: “Love is the flower you’ve got to let grow.”🌷 – John Lennon\n\n#CaratSelcaDay #CSD #MINGYU\n#SEVENTEEN  @pledis_17 https://t.co/…
## 2636                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2637                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 2638                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2639                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 2640                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2641                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 2642                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 2643                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2644                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2645                                    RT @breakerenids: ⋆。˚ ❀ begging for you to take my hand wreck my plans, that's my man ˚ ༘♡ ⋆。˚ ꕥ \n#CSD #CARAT_SELCA_DAY #SEVENTEEN #JEONGHA…
## 2646                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 2647                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2648                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2649                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2650                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2651                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2652                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 2653                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 2654                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2655                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 2656                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2657                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2658                                  RT @SciPiHarvey: Here is the official picture let’s celebrate!!!! #teacheroftheweek \n\n⬇️ your list\n📣 tell me what you’re happy about\n♻️ Ret…
## 2659                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2660                             RT @segyeshiimo: wts / lfb rush selling\nseventeen bulacan bets ticket\n\nLBB 216 / lowerbox \n\nog price 10, 700\n\nselling for a price lower tha…
## 2661                                RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET\n\n(1) UBC Regular ticket\n\nTweet under this with “mine + SEVENTEEN bi…
## 2662                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2663                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2664                                RT @changberrie: SEVENTEEN BE THE SUN in BULACAN merchandise + concert freebie by @changberrie \n\n➭ ︎rt to spread\n➭ dec 17\n➭ time/loc: TBA\n➭…
## 2665                                                              RT @jhluversvt: our car ride selfies ☀️ #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jWaKul2SOB
## 2666                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 2667                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 2668                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2669                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 2670                                  RT @ciplayoo_n: "If the world attack and you slide off track, remember one fact, i got your back"\n–Will Smith\n\n#CSD #CaratSelcaDay #JOSHUA…
## 2671                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2672                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2673                           RT @darlingcircles: 𝙀𝙫𝙚𝙧𝙮 𝙢𝙤𝙢𝙚𝙣𝙩 𝙬𝙞𝙩𝙝𝙤𝙪𝙩 𝙮𝙤𝙪 𝙞𝙨 𝙢𝙚𝙖𝙣𝙞𝙣𝙜𝙡𝙚𝙨𝙨.\n\n#CSD #CaratSelcaDay #SCOUPS #SEUNGCHEOL #에스쿱스  #세븐틴  #SEVENTEEN @pledis_17 ht…
## 2674                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 2675                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2676                                        RT @Montainetae: 𝙎é𝙤𝙪𝙡’𝙨 𝙣𝙞𝙜𝙝𝙩 𝙬𝙞𝙩𝙝 𝙢𝙮 𝙖𝙣𝙜𝙚𝙡 😇❤️\n✨\n\n✨\n\n✨\n\n✨\n#CTSD #CaratSelcaDay #SEVENTEEN #JEONGHAN https://t.co/kil1DZBUX1
## 2677                                 RT @winterangelhao: good afternoon 😄\n\n#CSD #caratselcaday #carat #joshua #shua #조슈아  #seventeen #세븐틴 @pledis_17 https://t.co/RmoCan0WGP
## 2678                           RT @jaz_beomjun: ✨BETS IN BULACAN FREEBIES✨\n\n~open to all carats \n~randomly distributed \n~limited quantity \n\n#BeTheSuninBULACAN\n#BeTSinBULA…
## 2679                        RT @CaratOppa: [TWITTER TIME]\nSEVENTEEN (세븐틴) Twitter September Edition Photo Update!\n📸 50pic.\n\n#세븐틴 #SEVENTEEN \n\n🔗 https://t.co/CYYFf0dDeB…
## 2680                                                      RT @Dodoljong: I hope i'll meet Seventeen one day, may not be at a con. But someday 🥺🫶🏻 @pledis_17 see you really soon 🧡🧡🧡
## 2681                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2682                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2683                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2684                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 2685                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2686                                RT @livenationph: Get your shuttle tickets for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡 now!\n\nhttps://t.co/BONcdZGpQE\n\nPrice is P200 f…
## 2687                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 2688                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 2689                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2690                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 2691                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 2692                                                                       RT @miss_svtmafia: OKAY TWO MORE UBC REG!!! \n\n#BeTSinBULACAN #BeTheSuninBULACAN https://t.co/xELE0lqqnQ
## 2693                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2694                                 RT @fortbzs: hello rush wts lfb help rt\n\nseventeen svt be the sun bulacan concert \n- UBC REG 433 Row 102 \n- ₱1,600 (orig ₱1,850) can lower…
## 2695                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 2696                                  RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 2697                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 2698                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 2699                                    RT @kwonushii: Hello, just want to say I'm sorry in advance if you will receive the freebies without sleeves. I tried buying another wrappe…
## 2700                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 2701                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2702                           RT @SVT_stagram: [#SEUNGKWAN 📸 Instagram]\n221214 pledis_boos \n\n➸ Asia Artist Awards\n\n#승관 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/jmRMY8MLuC
## 2703                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2704                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2705                              RT @kwannhao: i’m the place you can come to, you’re the place i can go to 🤍 \n#CSD #CaratSelcaDay #SEVENTEEN #세븐틴 #CARAT #호시 @pledis_ https:…
## 2706                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2707                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 2708                               RT @WorldwideCarats: [VOTING]\n2022 HANTEO MUSIC AWARDS NOTICE\n\nTo CARATs,\n\nThe SVT Fanbases have decided to prioritize voting on the "GRAND…
## 2709                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 2710                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2711                                                                                                                       RT @Brenoteen: _WORLD -SEVENTEEN\nhttps://t.co/Cor7V7ZBYs
## 2712                                        RT @chventeen: guess who's back for the last csd this year :) \n\n#CaratSelcaDay #csd #wonwoo #SEVENTEEN #세븐틴 https://t.co/yCDetQT4QT
## 2713                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2714                      RT @CaratOppa: [SPECIAL TWEET] \nSEVENTEEN (세븐틴) DK with SEVENTEEN Member Update!\n\n#세븐틴 #SEVENTEEN \n\n🔗 https://t.co/xWFPUyk1mW\n\nTags: \n#SVT_…
## 2715                                  RT @ann_yeonggggggg: 💎 BE THE SUN IN BULACAN FREEBIES\n\n💎 Hi carats! I’m giving away these customized PH CARAT SEVENTEEN KEYCHAINS on d-day,…
## 2716                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 2717                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2718                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 2719                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2720                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2721                                                                                              RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 2722                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2723                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2724                    RT @SVT_stagram: [#DK 📸 Instagram Story] \n221216 dk_is_dokyeom \n\n➸ Joker movie poster ㅋㅋㅋㅋㅋㅋ\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/t…
## 2725                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 2726                                 RT @fortbzs: hello rush wts lfb help rt\n\nseventeen svt be the sun bulacan concert \n- UBC REG 433 Row 102 \n- ₱1,600 (orig ₱1,850) can lower…
## 2727                                                                      RT @seokminroyal: i wanna match you to my heart \n\n#CSD #CaratSelcaDay #SEVENTEEN https://t.co/Cl9PfLCkwE
## 2728                                    RT @brightlybyun: #DOKYEOM: king god, general emperor majesty, pretty beautifuuuuulll gorgeous, precious elegance luxury, world high-top cl…
## 2729                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2730                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2731                                                                                         RT @Ryu_MiHye: BE THE SUN ☀️☀️☀️☀️☀️\n\n@pledis_17 @pledis_17jp #SEVENTEEN #세븐틴 #セブチ 💎
## 2732                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2733                                            RT @mcpnews: Missing Seventeen-Year-Old\n\nhttps://t.co/Z9mi8EAAjU\n\n#MCPD #MCPNews #Missing #MissingPerson https://t.co/jTd3yWM7i8
## 2734                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 2735                                 RT @fortbzs: hello rush wts lfb help rt\n\nseventeen svt be the sun bulacan concert \n- UBC REG 433 Row 102 \n- ₱1,600 (orig ₱1,850) can lower…
## 2736                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2737                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 2738                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 2739                              RT @etherealdk: —sharing pics bcs we can’t see each other yet ㅠㅠ\n\n[ #CSD #CaratSelcaDay #SEVENTEEN #dokyeom #도겸 @pledis_17 ] https://t.co/4…
## 2740                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2741                          RT @mamangshua: I love you, just only you nobody else 💜💐\n\n#CSD #CaratSelcaDay \n#JOSHUA #조슈아\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/s6dGy1v…
## 2742                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2743                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2744                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2745                                                                       RT @__2mns1: 900 days with Seventeen and forever to go. See you later, my home 💖💙 https://t.co/PgHzMHqRqR
## 2746                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 2747                          RT @ofcynotlemon: [HELP RT]\n\n✨ be the sun in bulacan freebies ✨\n\n— 1 hitori janai art print\n— 2x2 stickers\n— candies\n\nlimited quantity only…
## 2748                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. how would you describe yourself in 5 words. \n\n🦌: really kind.\n😇: better than shua. http…
## 2749                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 2750                         RT @softiekyeom: take 2 help rt\n\ni'll be giving random unofficial svt pcs &amp; sweets tomorrow!!! pls see me around ph arenaaa &lt;3\n\nshow me thi…
## 2751                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 2752                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2753                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 2754                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 2755                              RT @17dayph: BE THE SUN in Bulacan🌞 \nSURPRISE GIVEAWAY\n\n1 UBB Premium Ticket\nOpen for team labas only!\nFollow @17dayph\nLike and RT this pos…
## 2756                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2757                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 2758                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 2759                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 2760                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 2761                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 2762                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 2763                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2764                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 2765                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2766                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 2767                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 2768                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2769                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 2770                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 2771                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 2772                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2773                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2774                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 2775                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2776                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2777                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 2778                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2779                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2780                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2781                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 2782                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2783                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2784                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 2785                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2786                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2787                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 2788                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2789                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2790                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2791                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2792                                             RT @HONGJIS0: 𓈒 ꔛ ˙ ˖ love and hug  ⩇ : ⩇ 𝗌un ഒ\n#CaratSelcaDay #CSD #JOSHUA\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/rlYaqpCWzn
## 2793                                RT @kpopBg_ontop: Spotify Weekly Top Artists Japan (December 2-8, 2022)\n\n#1 #BTS (=)\n#14 #SEVENTEEN (=)\n#25 #StrayKids (+3) *new peak*\n#50…
## 2794                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2795                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 2796                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2797                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2798                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2799                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 2800                             RT @oceanzii: That someday it would lead me back to you.\n\n#CaratSelcaDay #CSD #DK #DOKYEOM #SEOKMIN #도겸 @pledis_17 #세븐틴 #SEVENTEEN https://…
## 2801                               RT @kpopBg_ontop: Best-selling male groups in 2022\n\n01. #BTS - 5,704,526\n02. #StrayKids - 5,647,872\n03. #SEVENTEEN - 5,293,660\n04. #NCTDREA…
## 2802                          RT @mamangshua: I love you, just only you nobody else 💜💐\n\n#CSD #CaratSelcaDay \n#JOSHUA #조슈아\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/s6dGy1v…
## 2803                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 2804                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 2805                             RT @allmylovetosvt: appreciating the view with him 🌆🤍\n\n#csd #caratselcaday\n#the8 #minghao #디에잇\n#seventeen @pledis_17 https://t.co/V8Zx45n1hh
## 2806                                   RT @blcshao_o: ⑅⁠˖⁠♡ you've always been there for me\n\n#CaratSelcaDay #CSD #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/NqEWOXrN1N
## 2807                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2808                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2809                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2810                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2811                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 2812                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2813                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2814                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 2815                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 2816                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2817                                     RT @_TRaveller_8: 221127☀️Be The Sun☀️ in Tokyo\n\n#디에잇 #THE8 \n#서명호 #徐明浩 #ミンハオ\n#세븐틴      #SEVENTEEN https://t.co/AoyYsYPB14
## 2818                              RT @mochicherryyy: ╰Joshua’s birthday ◠‿◠\n— Photobooth event 📸\n\nᵇʸ @mochicherryyy x @ciatrtekan 🎀\n\n📍Available at palette._.id\n📆 Period : 22…
## 2819                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 2820                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2821                           RT @vantaebearV: Good food and company make us happy 💕\n\n#CaratSelcaDay #CARAT #csd #SEVENTEEN #SCOUPS #에스쿱스 #세븐틴 @pledis_17 https://t.co/A3…
## 2822                                  RT @cheoliebee: (¯`*•.¸,¤°´✿.。.:*  𝚃𝙷𝙴 𝚂𝚃𝙾𝚁𝚈 𝙾𝙵 𝓔𝓻𝓸𝓼 *.:。.✿`°¤,¸.•*´¯)\n\nas we depend on light from a single candle, we look at the light as…
## 2823                                         RT @woonkienn: museum date ?\n\n- #CaratSelcaDay #CSD #DOKYEOM #SEOKMIN #도겸 #세븐틴  @pledis_17 #SEVENTEEN  - https://t.co/8MlHE6kRZ7
## 2824                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 2825                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 2826                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2827                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2828                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2829                                    RT @vernloversclub: i will legitimately never forget the official seventeen tiktok removing the hashtag on that emoji bc it was just this v…
## 2830                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2831                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2832                          RT @13_Gems_17: 《THREAD》\n\nHere is a thread highlighting ALL the achievements &amp; accolades SEVENTEEN have earned this year in 2022 alone.\n\nFu…
## 2833                                                            RT @faeiryoon: I just love him Idk #CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/0WydKPf5Vr
## 2834                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2835                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2836                               RT @isaganiyangdo: wts lfb ° ph hatian\n\nSEVENTEEN FACE THE SUN YIZHIYU F\n• ₱590 ea\n• a + b, can tingi b\n• can steal if getting wz, sk, dn o…
## 2837                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2838                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2839                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 2840                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2841                                           RT @wenjunhi124: Jun and The 8 Vivi magazine #SEVENTEEN  #Jun #Carat #Junhui #The8 #Minghao #Moon_Jun #JUNHAO https://t.co/k6XM3lcryH
## 2842                                               RT @billboard: SEVENTEEN chat with Billboard about their New Year's resolutions and new music in 2023. 👀  https://t.co/BwOz3SfxpF
## 2843                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 2844                              RT @gelgel_ly: You stole my heart, but i’ll let you keep it❤️\n#CaratSelcaDay #CSD #세븐틴 #SEVENTEEN #SCOUPS  #최승철  #choiseungcheol @pledis_17…
## 2845                              RT @jasgrenae: 🌸BeTs Be the Sun Bulacan Freebies\n\nHelp RT\nNew Carat here 🥹💕\nSupport nyo naman effort ko hahahah\n\n🌷 Open for both Team Labas…
## 2846                                     RT @dazed420gaming: How dumb #pzgd #pzgdfam #dazedgaming #XboxSeriesX #PS4share #PS5 #gaming #streamer #win #SmallStreamersConnectRT #news…
## 2847                               RT @isaganiyangdo: wtb lfs ph\n\nMINGYU NOOT NOOT / FLOWER PCS\n• 🤍 = prio, ❌️ = already have\n• preferably can meetup at bets bul\n\n— reply/dm…
## 2848                                           RT @wenjunhi124: Jun and The 8 Vivi magazine #SEVENTEEN  #Jun #Carat #Junhui #The8 #Minghao #Moon_Jun #JUNHAO https://t.co/k6XM3lcryH
## 2849                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2850                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2851                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2852                                                                   RT @yurlvme: date with gyu 😋💗\n\n#CaratSelcaDay #CSD #MINGYU #민규 #SEVENTEEN #세븐틴 https://t.co/Y66KywHogR
## 2853                             RT @sound_of_snow7_: •••\n𝑂𝑛𝑙𝑦 𝑡ℎ𝑜𝑠𝑒 𝑤ℎ𝑜 𝑐𝑎𝑟𝑒 𝑎𝑏𝑜𝑢𝑡 𝑦𝑜𝑢 𝑐𝑎𝑛 ℎ𝑒𝑎𝑟 𝑦𝑜𝑢 𝑤ℎ𝑒𝑛 𝑦𝑜𝑢'𝑟𝑒 𝑞𝑢𝑖𝑡𝑒\n•••\n#CSD\n#CaratSelcaDay\n#DINO\n#SEVENTEEN \n#CARAT http…
## 2854                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2855                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 2856                        RT @httpdkesc: ෆ SEVENTEEN Be The Sun in Bulacan Freebie ෆ \n\nHi, carats! I'll be giving away freebies on d-day! Fan Support for #도겸 &amp; #에스쿱스…
## 2857                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 2858                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 2859                                              RT @Wonder_ww717: 221204 Be The Sun in Nagoya\n🍊💙\n#세븐틴  #SEVENTEEN  #원우 #WONWOO #ウォヌ \n@pledis_17 https://t.co/vhTSQcQgD2
## 2860                                                                                                         RT @absterwebby: get it deekay #LA3C #SEVENTEEN https://t.co/0SFZPCcGwI
## 2861                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 2862                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 2863                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2864                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2865                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2866                                 RT @UaenCarat0912: Hi everyone! in collaboration with @seoksoocentric , we’ll be giving away 200 sets of freebies! 🫶\n\n🐯 strictly 1:1\n🐸 loc:…
## 2867                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2868                             RT @won_wooniee: ❥ My sunshine, my happy place🍃🖤. \n\n-Salam damaii🙏🏻\n───●◎●───\n\n[#MINGYU #CaratSelcaDay #SEVENTEEN #KimMingyu #민규 #CSD @pled…
## 2869                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2870                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2871                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2872                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2873                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 2874                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 2875                          RT @mamangshua: I love you, just only you nobody else 💜💐\n\n#CSD #CaratSelcaDay \n#JOSHUA #조슈아\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/s6dGy1v…
## 2876                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2877                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2878                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 2879                                  RT @loveelykiim: i can’t wait for you to make another outstanding history tomorrow at the world’s largest indoor arena ♡\n\ni hope you guys w…
## 2880                                        RT @chventeen: guess who's back for the last csd this year :) \n\n#CaratSelcaDay #csd #wonwoo #SEVENTEEN #세븐틴 https://t.co/yCDetQT4QT
## 2881                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 2882                                                     RT @Armgu_17: Mingyu and The8 cute shoulder dance🥹\n #LA3C #Mingyu #The8 #徐明浩 #金珉奎 #SEVENTEEN https://t.co/iRSvctjpQD
## 2883                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2884                      RT @CaratOppa: [SPECIAL TWEET] \nSEVENTEEN (세븐틴) DK with SEVENTEEN Member Update!\n\n#세븐틴 #SEVENTEEN \n\n🔗 https://t.co/xWFPUyk1mW\n\nTags: \n#SVT_…
## 2885                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 2886                                  RT @itzgfdk__: [🖤]\n\nimmeasurably beside you is the most beautiful thing i ever wanted. beyond measure in your arms is the most beautiful th…
## 2887                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2888                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 2889                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 2890                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2891                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2892                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 2893                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 2894                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2895                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2896                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2897                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2898                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2899                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2900                          RT @ofcynotlemon: [HELP RT]\n\n✨ be the sun in bulacan freebies ✨\n\n— 1 hitori janai art print\n— 2x2 stickers\n— candies\n\nlimited quantity only…
## 2901                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2902                                                        RT @tzcarat: One day event on freevote! start collecting for the next cb!\n#SEVENTEEN @pledis_17 https://t.co/awR54mVP7V
## 2903                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 2904                               RT @mochishuuu: "I don't think glasses look good on you, sir"\n\n#CSD #CaratSelcaDay #scoups #seventeen #세븐틴 @pledis_17 https://t.co/GyH3x8qc…
## 2905                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2906                                 RT @dinwoogf: i love you, i love you and i love you.\n\n#CaratSelcaDay #CSD #DINO #디노 #SEVENTEEN  #세븐틴  @pledis_17 https://t.co/nn2eb0Ab8D
## 2907                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2908                  RT @svt_verse: [#호시 🌟 221216] 4:24 PM KST\n\n#HOSHI: Ah.. ? My stye medicineㅠ I forgot it ..\n\n&gt; ㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it (with me) tho…
## 2909                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2910                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2911                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2912                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 2913                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 2914                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2915                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2916                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2917                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 2918                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2919                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 2920                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 2921                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 2922                                  RT @nox_et_stellae: #matchablossom\n\nThey were seventeen. Kaoru sat on the bench overlooking the skatepark, his silhouette framed by the sun…
## 2923                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2924                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 2925                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2926                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2927                                           RT @wenjunhi124: Jun and The 8 Vivi magazine #SEVENTEEN  #Jun #Carat #Junhui #The8 #Minghao #Moon_Jun #JUNHAO https://t.co/k6XM3lcryH
## 2928                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 2929                              RT @haominn_: ✨Seventeen Be the Sun in Bulacan✨ freebies by @ai_yjhanie @blinkeu_b &amp; me🙋🏻‍♀️💎\n\nWe'll be giving away 85 packs to random cara…
## 2930                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2931                                  RT @_wonwoorideul__: wts lfb ph seventeen photocards\n#yanatindera \nmostly wonwoo yung andito, strictly sold as set but y'all can look for k…
## 2932                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2933                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2934                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2935                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2936                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2937                         RT @maikwannie: WTS LFB PH\n\nWonwoo, Vernon SET\n- ₱1,600/set\n\n-❌ sensitive\n- pbd in pic\n- strictly sold as set\n\nPlease help rt\n\n🏷 seventeen…
## 2938                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2939                              RT @into_SooHui: wts lfb bets bulacan lbb reg tickets\n\ncan give the tickets for 9k pero negotiable \n- arena meet up\n- can give freebies\n\nsv…
## 2940                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2941                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 2942                                                                                                                                               RT @kimbabnude: Vote seventeen 🙏🏻
## 2943                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2944                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 2945                             RT @smplyfallinforu: ☀️ BE THE SUN in Bulacan ☀️\n\n💎 SCoups, Jeonghan, Woozi and Joshua birthday freebies 🍒😇🍚🦌\n\nDecember 17, 2022\nTime &amp; Loc…
## 2946                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 2947                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2948                                       RT @Yheelabolala: Yeah, heart set on fire, no lie, we’re sure \n#CaratSelcaDay #SCD #SEVENTEEN #세븐틴 @pledis_17 https://t.co/V2moDTQWvY
## 2949                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 2950                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2951                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 2952                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 2953                                             RT @svtbz_Q8: he just won't stop copying me 😤 #CaratSelcaDay #CSD #SEVENTEEN #THE8 #MINGHAO #세븐틴 #디에잇 https://t.co/HlyMVkiehU
## 2954                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2955                                           RT @wenjunhi124: Jun and The 8 Vivi magazine #SEVENTEEN  #Jun #Carat #Junhui #The8 #Minghao #Moon_Jun #JUNHAO https://t.co/k6XM3lcryH
## 2956                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 2957                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 2958                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 2959                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 2960                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 2961                                                            RT @cutelikejoon: just trying something new 📸#CaratSelcaDay #CSD #SEVENTEEN #THE8 @pledis_17 https://t.co/ICxYsVIQqd
## 2962                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2963                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 2964                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2965                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 2966                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2967                          RT @djeongwooz: ꒰ wts / want to sell / lfb ꒱\n\n✦ photocard  \n🛒 shopee\n💸 on pic\n✅ keep event w dp\n📍INA, Jakarta \ntags. wts pc seventeen enhyp…
## 2968                            RT @frilemercier: ✶ wts lfb ph .ᐟ #polsells \n\njeonghan attacca beatroad set: 3400\n\n— strictly sold as set \n— payo / 2 days res\n— rcbyt \n\nt.…
## 2969                             RT @shemcart: #ShemmyPasabuy \n\nWts lfb ph only \n\nSeventeen Gyuhao Dream Kyocera Photocards Set(2 pcs)\n💸 ₱1500 (all in + lsf)\n❗ You can look…
## 2970                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2971                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2972                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2973                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. how would you describe yourself in 5 words. \n\n🦌: really kind.\n😇: better than shua. http…
## 2974                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 2975                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2976                          RT @KVotingPop: FREE VOTES FOR SEOUL MUSIC AWARDS!\n\n💛1,000 hearts\n🏆Main voting\nDay 7\n\n⛔Rules\n—Follow + Like + Retweet\n—Post proof\n—Winner a…
## 2977                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 2978                                RT @Ujing1122: ANNYEONG CARATDEUL HERE ARE THE FREEBIES THAT WE WILL BE GIVING AWAY LATER AT PH ARENA \n\n🧡 TICKET HOLDER \n🧡 WRISTBAND \n🧡 LOO…
## 2979                                  RT @kidultjisoo: as a dinonara, this is the best thing that has ever happened to me.\n\n#Seventeen #SEVENTEEN_WORLDTOUR_BETHESUN #Seventeenin…
## 2980                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 2981                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 2982                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 2983                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 2984                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 2985                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 2986                                RT @_bubblethe8: [ Seoul Music Awards ] \n\nThis is a REMINDER that we STILL HAVE ONGOING VOTING. Everyone can VOTE\n\nPLEASE KEEP COLLECT GOLD…
## 2987                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2988                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 2989                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 2990                                 RT @SheepEnDiamant: +fully shown off."\n\nFive entries for SEVENTEEN!! Five!!! \nI'm so so proud of all the recognition Face The Sun and Secto…
## 2991                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 2992                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2993                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 2994                                                RT @cherishthe17: Seventeen's 2023 Bucket list\n\nWonwoo recommended overseas TTT\n\n😭😭 Wonwoo best boy\nhttps://t.co/btb2FB9QTG
## 2995                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 2996                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 2997                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 2998                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 2999                          RT @mamangshua: I love you, just only you nobody else 💜💐\n\n#CSD #CaratSelcaDay \n#JOSHUA #조슈아\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/s6dGy1v…
## 3000                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3001                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3002                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3003                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3004                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3005                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3006                                     RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 3007                                                                               RT @miss_svtmafia: SEVENTEEN, Kings of Synchronization @pledis_17 #세븐틴 https://t.co/ZnqVTzbyQf
## 3008                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3009                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3010                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 3011                               RT @coupsblossom: 𝘐’𝘮 𝘵𝘩𝘦 𝘱𝘭𝘢𝘤𝘦 𝘺𝘰𝘶 𝘤𝘢𝘯 𝘤𝘰𝘮𝘦 𝘵𝘰 \n𝘠𝘰𝘶’𝘳𝘦 𝘵𝘩𝘦 𝘱𝘭𝘢𝘤𝘦 𝘐 𝘤𝘢𝘯 𝘨𝘰 𝘵𝘰\n\n#CSD #CaratSelcaDay #Seungkwan #SEVENTEEN #SVT #승관 https://t…
## 3012                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3013                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3014                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3015                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 3016                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 3017                       RT @jhsmp4: LEADERS DOING THE MOST AWAITED CHEERS CHOREO \n\n#SEVENTEEN #LA3C #SVT_RockTheLA3C_Festival\n#SEVENTEEN_AT_LA3C\n#세븐틴_더큰꿈을향해_LA3C h…
## 3018                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 3019                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3020                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 3021                                                         RT @0HMYTEEN: 221215 #SEVENTEEN #Seungkwan Instagram Story Update with Remember Me by #OHMYGIRL https://t.co/TKRdTlvdly
## 3022                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3023                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3024                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3025                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3026                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3027                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 3028                                           RT @Koreaboo: Producer BUMZU Locked Himself In A Room For 2 Days To Create One Of SEVENTEEN’s Biggest Hits\n\nhttps://t.co/g9pe5J7yOB
## 3029                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 3030                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3031                                           RT @joshualooped: "I wanna be Seventeen's Joshua for a long, long time." \n#세븐틴 @pledis_17 #조슈아 #JOSHUA https://t.co/2JvF06Q7kg
## 3032                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 3033                               RT @jamaisvu_n: WTT — WANT TO TRADE\n#BETHESUNinJKT\nBE THE SUN Additional Show \n\nHave: 1 tix MCP BLUE E SC 3xx\nWant: 1 tix MCP BLUE B SC (qn…
## 3034                                    RT @seventeen: Meghan Markle's Instructions for Her British 'Vogue' Cover Shoot Say a Lot About Her https://t.co/NKaqQvMKKI https://t.co/pN…
## 3035                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3036                                   RT @seoksoominwon: ✿ SEVENTEEN #BeTheSuninBulacan FREEBIES ✿\n\n17 days before d-day! I'll be giving some freebies on concert day caratdeul.…
## 3037                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3038                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3039                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3040                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3041                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 3042                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3043                                    RT @pledis_17: [17'S] SEVENTEEN was recognized for ‘Building K-ulture Bridges’ at LA3C Creativity and Culture Awards! 🏆 Thank you our CARAT…
## 3044                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3045                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3046                                                            RT @JeonKate_Que: ꔛ seventeen "be the sun" — manila 221010 in film camera 🎞️📸\n\n- a thread 🪡 https://t.co/1ylPqnPaat
## 3047                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3048                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3049                                             RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 3050                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3051                                                   RT @elyxeura: The art and the artist 🎨\n\n#CaratSelcaDay #SEVENTEEN\n#세븐틴 #THE8 #디에잇 @pledis_17 https://t.co/Kn13F3S7SP
## 3052                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3053                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3054                          RT @mamangshua: I love you, just only you nobody else 💜💐\n\n#CSD #CaratSelcaDay \n#JOSHUA #조슈아\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/s6dGy1v…
## 3055                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 3056                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3057                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3058                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 3059                            RT @kyeomijie: ✨Be The Sun in Bulacan giveaway✨\n\nHi I will be giving away some pcs, unsealed carver (dk&amp;jh) and fts album, and unofficial c…
## 3060                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3061                                                         RT @luvrcheoI: me and bae 🤝 mirror pics #CSD #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN #SCOUPS https://t.co/J0dvaGERc8
## 3062                                            RT @jeongshooa: 𝑦𝑜𝑢 𝑎𝑟𝑒 𝑚𝑦 𝑠𝑜𝑦𝑚𝑎𝑡𝑒 🥢\n\n#CaratSelcaDay #CSD #JEONGHAN  #윤정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/L6COEyUgpJ
## 3063                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3064                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3065                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3066                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3067                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3068                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3069                                    RT @dokyeomshine: REMINDER TO FILO CARATS, EVERYONE IN GENERAL, TO RESPECT SEVENTEEN’S PRIVACY!! THEY SAID, PLEDIS WON’T BE INCLUDING PHILI…
## 3070                              RT @bestboywonuu: HELP RT\n\nhi ph &amp; intl carats! we're accepting any amount of donations/sponsors to buy bets in bulacan tickets (for giveaw…
## 3071                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3072                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3073                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3074                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3075                                                                     RT @bernacnti: [SEVENTEEN BE THE SUN FREEBIES]\n\nSee you later🤧😭\n\n#BeTSinBULACAN https://t.co/nN7W3Opx7q
## 3076                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 3077                                    RT @bewildered_inks: Hi, Carats! We will be giving away banners, sticker packs and unofficial pilot ids of SVT as freebies on BeTS in Bulac…
## 3078                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 3079                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3080                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 3081                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3082                                    RT @seventeen: Royal Expert Claims Prince William and King Charles Are in a Full Rage Spiral Post-Docuseries https://t.co/iLzq9rYUYo https:…
## 3083                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3084                                    RT @breakerenids: ⋆。˚ ❀ begging for you to take my hand wreck my plans, that's my man ˚ ༘♡ ⋆。˚ ꕥ \n#CSD #CARAT_SELCA_DAY #SEVENTEEN #JEONGHA…
## 3085                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3086                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3087                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3088                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 3089                             RT @gyulcart: wts lfb ph \n\nSEVENTEEN BeTS Bulacan themed Lanyard/ ID Lace ☻\n₱160 each\n\nAvailable in 3 official concert theme colors! 🧡🤍🖤\n\n⤷…
## 3090                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 3091                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 3092                                 RT @cholulasmarket: ‼️ URGENT 😭😭\n\nwts lfb seventeen be the sun bulacan lowerbox 105 row 16\n- meet up ph arena\n- rfs: emergency\n- you’ll be…
## 3093                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3094                                                RT @kzells13: #EKSTRAGA #2\n\n₱50 GCASH GIVEAWAY - 1 WINNER\n\nMust retweet below post 👇🏼 \n\nSeventeen onhand\n\nEnd dec 17 6am
## 3095                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3096                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3097                              RT @kzells13: WTS / LFB \n\nDK ALBUM PC \nHenggarae an ode attacca hana dul set  poet \nJeonghan hoshi dino vernon\nSOGO VER 1\n\nOHAND AND READY…
## 3098                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3099                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3100                                    RT @coupranghae_17: @coupedetaat SEVENTEEN is the king of self produce, not only in music. They need to go see Mingyu self made magazine he…
## 3101                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3102                          RT @cheollie_hannie: WTS LFB PH\n\nSEVENTEEN SG2023 TINGI NETA\n\n— secured\n— dop, January 4\n— NO CANCELLATION\n— Batch 3 to be posted once 1&amp;2…
## 3103                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3104                             RT @SVT_Fancafe: [#MINGYU🌟 Weverse]\n221215 -19:53 KST-\n\n➸ By any chance, has anyone seen my... earphones at the airport.......\n\n#민규 #SEVENT…
## 3105                            RT @jwwbns: wts lfb\n\nhoshi set - 1280php\n\n- onhand\n- prio payo, 2 days dop\n- x sensitive\n- gcash, jnt direct, visayas\n\nseventeen henggarae…
## 3106                     RT @kimshiror: 🍥 ~ wts lfb ~ 🍥\n🍥 ~ #shirosells\n\n♡ enhypen &amp; svt pcs ♡\n\n• onhand\n• see 2nd pic for prices &amp; info\n• rcbyt https://t.co/ShKR4B…
## 3107                            RT @pledischarts: #SEVENTEEN 7th Mini Album `헹가래` has now surpassed 1,600,000 (1.6 Million) copies sold on Circle (GAON). 🎉\n\n#세븐틴 @pledis_1…
## 3108                            RT @frilemercier: ✶ wts lfb ph .ᐟ #polsells \n\njeonghan attacca beatroad set: 3400\n\n— strictly sold as set \n— payo / 2 days res\n— rcbyt \n\nt.…
## 3109                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3110                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3111                              RT @frilemercier: P500 gcash giveaway .ᐟ\n\n- rt this tweet and tweets below \n- ends once both sets are sold\n\n✶ wts lfb ph .ᐟ\nt. enhypen sakr…
## 3112                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3113                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3114                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3115                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3116                            RT @vitamingyuuu: best stress buster?\na video call with him.\n\n#CSD #CaratSelcaDay #WOOZI #우지 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/fN6zRv…
## 3117                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3118                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3119                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3120                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 3121                                    RT @bewildered_inks: Hi, Carats! We will be giving away banners, sticker packs and unofficial pilot ids of SVT as freebies on BeTS in Bulac…
## 3122                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 3123                                RT @hanisyruup: Be The Sun in Bulacan Freebies ☀️\n\n↬ Strictly 1:1\n↬ follow @/theadvisordiaries on ig (optional)\n↬ Time/Loc : TBA\n↬ Say “Shi…
## 3124                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3125                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3126                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3127                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 3128                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3129                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3130                                                              RT @kwonhochie: the card was FacE ThE SuN\n\n#CaratSelcaDay  #csd #CARAT #SEVENTEEN #hoshi https://t.co/JxLqsHkgGO
## 3131                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3132                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3133                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3134                             RT @brilliantshua: (please help RT)\nOpen Pre Order by brilliantshua\n\n ✨ Carat Bong Ribbon 🌟\n \n🩰 Pickup venue w dp 20k/pc\n🌷 Keep event 🍊/🍏 j…
## 3135                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 3136                                                                       RT @Bitteriejeon: 👍✌️couple..\n\n#CaratSelcaDay #CSD #SEVENTEEN #WONWOO @pledis_17 https://t.co/TTxrwVW3ah
## 3137                                       RT @seventeen: Addison Rae Doubles Down on the No-Pants Trend in an Oversized Vintage Tee https://t.co/Sb7PGmvS7M https://t.co/2qrDWEl9PB
## 3138                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3139                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3140                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3141                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3142                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3143                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3144                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3145                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3146                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3147                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3148                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3149                                  RT @itzgfdk__: [🖤]\n\nimmeasurably beside you is the most beautiful thing i ever wanted. beyond measure in your arms is the most beautiful th…
## 3150                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3151                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 3152                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3153                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 3154                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3155                                    RT @seventeen: Hailey Bieber Gives Her Viral Glazed Donut Nails a Holiday, Candy Cane-Themed Update https://t.co/3jtPpMEp0B https://t.co/ah…
## 3156                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3157                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3158                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3159                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3160                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3161                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3162                                 RT @UaenCarat0912: Hi everyone! in collaboration with @seoksoocentric , we’ll be giving away 200 sets of freebies! 🫶\n\n🐯 strictly 1:1\n🐸 loc:…
## 3163                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3164                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3165                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3166                                       RT @philconcerts: SEVENTEEN has arrived safely in Manila. Let's make history tomorrow at the world's largest indoor arena. #BeTSinBULACAN
## 3167                                 RT @loleng_whalien: BE THE SUN BULACAN FREEBIES from @SVTPHUnnie \n\nSEE YALL LATERS CARATDEULS 🫶💎\n\n#bethesunbulacan #BETHESUNwithSVT #CARAT…
## 3168                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3169                                     RT @junhuiprotector: Have this actor junhui while we wait for exclusive fairytale \n#준 #JUN @pledis_17 #SEVENTEEN\nhttps://t.co/gPFnhUFU29
## 3170                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3171                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3172                          RT @ofcynotlemon: [HELP RT]\n\n✨ be the sun in bulacan freebies ✨\n\n— 1 hitori janai art print\n— 2x2 stickers\n— candies\n\nlimited quantity only…
## 3173                                                               RT @Koreaboo: SEVENTEEN's Mingyu Prepares For Philippine Weather With His Airport Fashion https://t.co/Gu7uaNZFJE
## 3174                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3175                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3176                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3177                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3178                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3179                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3180                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3181                               RT @pledis_17: [17'S] SEVENTEEN WORLD TOUR [BE THE SUN] IN MANILA\n\n#SVT_WORLDTOUR_BETHESUN\n#SEVENTEENinMANILA\n#BETHESUN_MANILA\n#BETHESUNwit…
## 3182                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3183                                  RT @essicakes_: YUNG SURE LANG PLEASE. LET US NOT WASTE EACH OTHER'S TIME!!!!\n\nwts 1 roundtrip bus slot for bets in bulacan (cubao pick up)…
## 3184                               RT @pledis_17: [17'S] SEVENTEEN WORLD TOUR [BE THE SUN] IN MANILA\n\n#SVT_WORLDTOUR_BETHESUN\n#SEVENTEENinMANILA\n#BETHESUN_MANILA\n#BETHESUNwit…
## 3185                            RT @seokmin_br: [📸] 16.12.22. #DK, #DINO e #VERNON para o Seventeen Season's Greetings 2023.\n\n© 13thistory\n\n#도겸 #세븐틴 #SEVENTEEN @pledis_17…
## 3186                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3187                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 3188                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3189                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3190                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3191                              RT @gelgel_ly: You stole my heart, but i’ll let you keep it❤️\n#CaratSelcaDay #CSD #세븐틴 #SEVENTEEN #SCOUPS  #최승철  #choiseungcheol @pledis_17…
## 3192                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3193                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3194                                     RT @jishoocho: 🖇·˚ ༘ ┊͙[Love you to the moon and to Saturn.] !  ˊˎ\n#CSD #CaratSelcaDay #JOSHUA #SEVENTEEN @pledis_17 https://t.co/2am2T8E2IJ
## 3195                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3196                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3197                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 3198                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3199                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3200                                                         RT @caramelchiiato: sunset state of mind \n\n#CSD #CaratSelcaDay #WONWOO\n#SEVENTEEN @pledis_17 https://t.co/Au3nsVI2md
## 3201                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3202                           RT @scribbeys: hi. helping a friend!\n\nWTS LFB \n\nBE THE SUN IN BULACAN \nUPPERBOX B REG 426\nRow 89\nSeat 542\n\nPrice: 4,750 thru gcash or paypa…
## 3203                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3204                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 3205                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 3206                                 RT @mydeardreamies: wts lfb svt seventeen be the sun bulacan manila\n\nLBB Premium\n- price is very negotiable (SURE DISCOUNT)\n- friend can't…
## 3207                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3208                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3209                                   RT @kwon_dino_: carat selca day!! \n#SEVENTEEN #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN_AT_LA3C #16December #dk #DOKYEOM #SEOKMIN https://…
## 3210                                                       RT @fallfljws: from alay to slay. #CaratSelcaDay #CSD #WONWOO #원우 #세븐틴 #SEVENTEEN @pledis_17 https://t.co/hCZQ2FrjBB
## 3211                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3212                                                RT @kzells13: #EKSTRAGA #2\n\n₱50 GCASH GIVEAWAY - 1 WINNER\n\nMust retweet below post 👇🏼 \n\nSeventeen onhand\n\nEnd dec 17 6am
## 3213                      RT @leedk_skmn: ♡   (\\   (\\\n     (&gt;ㅅ&lt; )  ♡\n┏━━∪∪━━━━━━━━━┓\n♡  🌸date with him🌱  ♡\n┗━━━━━♡━━━━━━━┛\n#csd #CaratSelcaDay #SEVENTEEN #DK #DOKYEO…
## 3214                                          RT @kjlvVooo: ㅡ𝐟𝐮𝐧 𝐝𝐚𝐭𝐞 𝐧𝐢𝐠𝐡𝐭 𝐰𝐢𝐭𝐡 𝐲𝐨𝐮. \n\n#CSD #CaratSelcaDay #JOSHUA #조슈아 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/mhS7TFd4If
## 3215                             RT @oceanzii: That someday it would lead me back to you.\n\n#CaratSelcaDay #CSD #DK #DOKYEOM #SEOKMIN #도겸 @pledis_17 #세븐틴 #SEVENTEEN https://…
## 3216                              RT @kzells13: WTS / LFB \n\nDK ALBUM PC \nHenggarae an ode attacca hana dul set  poet \nJeonghan hoshi dino vernon\nSOGO VER 1\n\nOHAND AND READY…
## 3217                                                             RT @cigembutosunday: – taste,?\n\n#CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN #정한 @pledis_17 https://t.co/CRvgeYpnUU
## 3218                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3219                             RT @gyulcart: wts lfb ph \n\nSEVENTEEN BeTS Bulacan themed Lanyard/ ID Lace ☻\n₱160 each\n\nAvailable in 3 official concert theme colors! 🧡🤍🖤\n\n⤷…
## 3220                               RT @hoRANGHAEshiii: wts lfb svt bets ph \nSeventeen Be the sun in Bulacan\n\n-UBC REG 432 ROW 98 SEAT 678\n-1,500php (discounted from 1,850)\n-P…
## 3221                               RT @tapakatuy: — Dialogue by Lee Ufan (2010)\n\n#CSD #CaratSelcaDay #SCoups #ChoiSeungcheol #SEVENTEEN #세브틴 @pledis_17 https://t.co/q3t11c6Xk5
## 3222                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅ LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#SEVENTEEN #TWICE #TXT #…
## 3223                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3224                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3225                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3226                                                                                                                RT @imckyunstd: monsta x and seventeen ♡ https://t.co/J2DjHLFRkW
## 3227                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3228                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3229                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3230                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 3231                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3232                                                                                              RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 3233                                RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET\n\n(1) UBC Regular ticket\n\nTweet under this with “mine + SEVENTEEN bi…
## 3234                                 RT @svntncarat17_: IT'S FINALLY D-DAY CARATS!!! 🔥🔥🔥\n\n#BeTSinBULACAN #SEVENTEENinBULACAN #SEVENTEEN_WORLDTOUR_BETHESUN  @pledis_17\nhttps://t…
## 3235                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 3236                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 3237                              RT @nishiyoons: ╭┈◦•◦❥•◦ 🌸 BETS IN BULACAN FREEBIES 🌸\n\nI’ll be giving out freebies in BETS Bulacan so maghanapan tayo hehe💕\n\n✨To Claim:\n- L…
## 3238                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3239                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3240                                            RT @pledis_17: 20211004 Happy JEONGHAN’s Day 😇\n\n#Happy_JEONGHAN_Day\n\n#정한 #JEONGHAN\n#세븐틴 #SEVENTEEN https://t.co/oEW8gJXgB1
## 3241                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 3242                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3243                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 3244                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3245                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3246                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 3247                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3248                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 3249                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 3250                                                  RT @HOSHIeez: Same place, different time .•°\n\n#CaratSelcaDay #CSD #DOKYEOM #DK #SEVENTEEN @pledis_17 https://t.co/3ITyfVRPVa
## 3251                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 3252                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 3253                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 3254                                          RT @americaprince__: 𝘗𝘏𝘖𝘛𝘖𝘉𝘖𝘛𝘏 𝘞𝘐𝘛𝘏 𝘏𝘐𝘔 📸\n\n#CSD #CaratSelcaDay #JOSHUA #조슈아 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/k1F4VBvIhp
## 3255                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3256                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3257                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3258                              RT @jammydoodle: ❀ SEVENTEEN Be The Sun in Bulacan ❀\n\nFan Support for #SCOUPS🍒\n\nFor more information, please check photo below. 😊\n\nSee y'al…
## 3259                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3260                       RT @treasure_cart: a little giveaway for #BeTheSunBulacan \n\nFOLLOW us &amp; @teumecarat1213\nRT &amp; LIKE this post..\n\nkamsahamnida...\nSEE YOU ALL…
## 3261                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3262                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3263                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3264                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3265                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 3266                                  RT @ann_yeonggggggg: 💎 BE THE SUN IN BULACAN FREEBIES\n\n💎 Hi carats! I’m giving away these customized PH CARAT SEVENTEEN KEYCHAINS on d-day,…
## 3267                                 RT @gyudkmel: “Love is the flower you’ve got to let grow.”🌷 – John Lennon\n\n#CaratSelcaDay #CSD #MINGYU\n#SEVENTEEN  @pledis_17 https://t.co/…
## 3268                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3269                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 3270                           RT @kawaiikyeom: . . . for our sun, deekay 🤓\n\n— BeTS in Bulacan freebies —\n\n+ randomly distributed\n+ open to all carats!!\n+ like &amp; rts are…
## 3271                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3272                                RT @ae_fngrl: 💙💗💙💗💙💗💙💗💙💗💙💗💙\n   D-DAY of Be The Sun in BULACAN \n                              ♡\n     see you again, SEVENTEEN !\n 💙💗💙💗💙💗💙💗💙💗💙…
## 3273                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3274                                   RT @seoksoominwon: ✿ SEVENTEEN #BeTheSuninBulacan FREEBIES ✿\n\n17 days before d-day! I'll be giving some freebies on concert day caratdeul.…
## 3275                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3276                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3277                               RT @mujicprod: ꨄ Be the Sun in Bulacan (another) UBC Reg 🎫\n\n[1 winner]\n- like and rt this tweet \n- tag 3 carat besties\n- reply your streami…
## 3278                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3279                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3280                            RT @mownchild: —An art gallery could never be as unique as you.\n\n#CSD #CaratSelcaDay #MINGYU #김민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/M…
## 3281                                                                  RT @wnwoostar: my sunshine and i 💟 ! \n#CSD #CaratSelcaDay #DOKYEOM #SEVENTEEN #디에잇 https://t.co/njvPa9YJiV
## 3282                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3283                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 3284                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3285                                                        RT @butterfluers: Proud boyf\n\n#CaratSelcaDay #CSD\n#WOOZI #버논 #SEVENTEEN\n#세븐틴 @pledis_17 https://t.co/frEd1x4nzZ
## 3286                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3287                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 3288                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3289                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 3290                                RT @wonranghxee: Let's go on more dates that require putting greens and golf clubs🏌🏻🤎🖤\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #…
## 3291                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3292                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 3293                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3294                             RT @dnonarats: #CaratSelcaDay #CSD #DOKYEOM #도겸 #SEVENTEEN #세븐틴 @pledis_17 \n\nthe photographer            his favorite view https://t.co/G9y…
## 3295                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3296                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 3297                                    RT @caratdeu113_: For those who'll come tomorrow for BeTSinBulacan, please take care and please be safe!! And of course, PLEASE ENJOY THE C…
## 3298                          RT @BrasilDino: [📸 SCAN]- 16.12.22- \n#DINO, #DK e #VERNON para o Season’s Greetings 2023\n\n🦀 \n#DINO #SEVENTEEN #디노 @pledis_17  #세븐틴 \nCr: 13t…
## 3299                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3300                                                             RT @hansolmes: me and my husband 🐈‍⬛\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #VERNON https://t.co/giwPPCznws
## 3301                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3302                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3303                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3304                          RT @BrasilDino: [📸 SCAN]- 16.12.22- \n#DINO para o Season’s Greetings 2023\n\n🦀 \n#DINO #SEVENTEEN #디노 @pledis_17  #세븐틴 \nCr: 13thistory https:/…
## 3305                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3306                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3307                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3308                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3309                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3310                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3311                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3312                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 3313                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 3314                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 3315                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3316                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3317                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 3318                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3319                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3320                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3321                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3322                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3323                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 3324                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3325                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 3326                                                                             RT @_biscuitrainbow: Under the mask 😷 \n#MINGYU #SEVENTEEN #seventeenfanart https://t.co/OWR2fceO6H
## 3327                                     RT @junhuiprotector: Have this actor junhui while we wait for exclusive fairytale \n#준 #JUN @pledis_17 #SEVENTEEN\nhttps://t.co/gPFnhUFU29
## 3328                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3329                                                                                              RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 3330                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 3331                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3332                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3333                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3334                                                                                  RT @absterwebby: you better hit those notes woozi!!!! #LA3C #SEVENTEEN https://t.co/u2MJ7neoIC
## 3335                                         RT @SHUABBY: i never get tired of the blue sky✧⁠*⁠。\n\n[#CSD #CaratSelcaDay #DK #JEONGHAN #SEVENTEEN @pledis_17] https://t.co/JXs8WnBlDP
## 3336                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 3337                                RT @wonranghxee: Let's go on more dates that require putting greens and golf clubs🏌🏻🤎🖤\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #…
## 3338                                                                          RT @wonubliss: getting too excited. just upgraded my tix from ubc to lba 🫠 see u vvv soon, seventeen 🫶
## 3339                             RT @won_wooniee: ❥ My sunshine, my happy place🍃🖤. \n\n-Salam damaii🙏🏻\n───●◎●───\n\n[#MINGYU #CaratSelcaDay #SEVENTEEN #KimMingyu #민규 #CSD @pled…
## 3340                                                             RT @hansolmes: me and my husband 🐈‍⬛\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #VERNON https://t.co/giwPPCznws
## 3341                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3342                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3343                              RT @arcthe8: we could leave the christmas lights up 'til january \n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #JUN #준 #세븐틴 @pledis_17 https://t.…
## 3344                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3345                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 3346                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 3347                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3348                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 3349                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 3350                              RT @haoluvxr: hi! i’ll be giving away some freebies on be the sun in bulacan d-day! 💚🧡\n\n- mbf, like &amp; rt this tweet (ෆ˙ᵕ˙ෆ)♡\n- will try to…
## 3351                               RT @ayshuahong_: An equation between me and you\n\n🙇‍♀️📷\n\n#SEVENTEEN #CSD #세븐틴 #CaratSelcaDay #민규 #MINGYU @pledis_17 https://t.co/Fz3viTeXHn
## 3352                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3353                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 3354                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3355                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3356                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3357                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3358                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3359                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 3360                            RT @frilemercier: ✶ wts lfb ph .ᐟ #polsells \n\njeonghan attacca beatroad set: 3400\n\n— strictly sold as set \n— payo / 2 days res\n— rcbyt \n\nt.…
## 3361                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3362                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 3363                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3364                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3365                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3366                                  RT @ciplayoo_n: "If the world attack and you slide off track, remember one fact, i got your back"\n–Will Smith\n\n#CSD #CaratSelcaDay #JOSHUA…
## 3367                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3368                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3369                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3370                              RT @frilemercier: P500 gcash giveaway .ᐟ\n\n- rt this tweet and tweets below \n- ends once both sets are sold\n\n✶ wts lfb ph .ᐟ\nt. enhypen sakr…
## 3371                                     RT @junhuiprotector: Have this actor junhui while we wait for exclusive fairytale \n#준 #JUN @pledis_17 #SEVENTEEN\nhttps://t.co/gPFnhUFU29
## 3372                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 3373                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3374                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3375                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3376                         RT @jieehaniyoo: "If i can't have you no one should"\n\n#CSD #CaratSelcaDay \n#CARAT_SELCA_DAY\n#DK #도겸\n#SEVENTEEN #세븐틴\n@pledis_17 https://t.co…
## 3377                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 3378                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 3379                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3380                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 3381                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3382                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 3383                                  RT @wonusuals: from "we're breathing the same polluted air" "team bahay" "team labas" to "team concert" "see you, seventeen" \n\nI CAN FINALL…
## 3384                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 3385                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3386                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 3387                                RT @DealsOnRPGs: Check out the Rifts Core Mega Bundle at @BundleHolding \n\nRifts Ultimate Edition and Seventeen(!) major supplements!\n\nhttps…
## 3388                                 RT @cartchives: # want to sell / wts carbong v1 \n\n( 400.000 ) \n✅ all in good condition, nyala terang, inc battery + bonus pc attacca the8,…
## 3389                                    RT @envimediaco: Calling all sneakerheads! 👟👀 If you’re looking for new kicks, check out how you can steal #SEVENTEEN’s #Hoshi’s style from…
## 3390                                     RT @nooirbug: hello ive been watching mlb since 2016 so i decided to join #mlbtwt :-) my name is alice, im seventeen and my fav characters…
## 3391                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3392                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3393                                    RT @breakerenids: ⋆。˚ ❀ begging for you to take my hand wreck my plans, that's my man ˚ ༘♡ ⋆。˚ ꕥ \n#CSD #CARAT_SELCA_DAY #SEVENTEEN #JEONGHA…
## 3394                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3395                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3396                                                                   RT @pupyqi: my fav place in him.\n\n#caratselcaday #csd #MINGYU #seventeen @pledis_17 https://t.co/lROwClPeCF
## 3397                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3398                              RT @hazycacarrot: your lips my lips, apocalypse~\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #세븐틴 @pledis_17 https://t.co/Rf1dnmKq2O
## 3399                               RT @WorldwideCarats: [VOTING]\n2022 HANTEO MUSIC AWARDS NOTICE\n\nTo CARATs,\n\nThe SVT Fanbases have decided to prioritize voting on the "GRAND…
## 3400                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 3401                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 3402                                  RT @FLOWERBOYSVTN: to the one who gave me his heart ... 😳💗\n\n#CaratSelcaDay #17CaratSelcaDay #CSD #XUMINGHAO #SEVENTEEN @pledis_17 ♡ https:/…
## 3403                                    RT @rvsvtfiles: throwback to red velvet and seventeen's red and black outfits in last year's, 2021, kbs gayo daechukje https://t.co/On48X8L…
## 3404                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3405                                                                                                                                             RT @jacimp3: SEVENTEEN THIRTY EIGHT
## 3406                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3407                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3408                                    RT @svtcontents: 🎥 Boy group TRENDZ performed SEVENTEEN's 'HIT' on 2022 AAA's After Stage! Here's the introduction video of their performan…
## 3409                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 3410                                                                                               RT @sounds_of_cheol: seventeen today going to ph 🛫 ot13 🖤 https://t.co/CVgO1urLZY
## 3411                              RT @etherealdk: —sharing pics bcs we can’t see each other yet ㅠㅠ\n\n[ #CSD #CaratSelcaDay #SEVENTEEN #dokyeom #도겸 @pledis_17 ] https://t.co/4…
## 3412                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 3413                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 3414                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3415                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3416                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3417                                                                          RT @sounds_of_cheol: seventeen heading to ph today ✈️ have a safe flight boys 🖤 https://t.co/A11KHyOizW
## 3418                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3419                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3420                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3421                                                                                                                                                      RT @QueenDarong: Seventeen
## 3422                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3423                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3424                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 3425                                                                                       RT @sounds_of_cheol: seventeen in ph 🇵🇭 \nlechon - bbq - jollibee https://t.co/cpdM7h85Oo
## 3426                                                             RT @hansolmes: me and my husband 🐈‍⬛\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #VERNON https://t.co/giwPPCznws
## 3427                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3428                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3429                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3430                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3431                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 3432                             RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 3433                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3434                                  RT @JeremyCorbell: I'm excited to be able to do this. For a limited time - watch my THREE films for free on YouTube!\n\nTHESE BE DIRECT LINKS…
## 3435                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3436                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 3437                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3438                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3439                                    RT @WORLDMUSICAWARD: 🔝🔟ALBUMS JAPAN🇯🇵\n1⃣First Howling:ME #andTEAM\n2⃣JAPAN 1ST EP DREAM #SEVENTEEN\n3⃣Power Of Wish #EXILE\n4⃣'Indigo' #RM\n5⃣S…
## 3440                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3441                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3442                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3443                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3444                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3445                                    RT @svtcontents: 🎥 Boy group TRENDZ performed SEVENTEEN's 'HIT' on 2022 AAA's After Stage! Here's the introduction video of their performan…
## 3446                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3447                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3448                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3449                           RT @jaz_beomjun: ✨BETS IN BULACAN FREEBIES✨\n\n~open to all carats \n~randomly distributed \n~limited quantity \n\n#BeTheSuninBULACAN\n#BeTSinBULA…
## 3450                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3451                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3452                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3453                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3454                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3455                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3456                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3457                                RT @changberrie: SEVENTEEN BE THE SUN in BULACAN merchandise + concert freebie by @changberrie \n\n➭ ︎rt to spread\n➭ dec 17\n➭ time/loc: TBA\n➭…
## 3458                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 3459                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3460                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 3461                                                         RT @coupsofnoodle: me and jeonghan: 😎 \n\n#CSD #CARAT_SELCA_DAY #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jPlfIteEXs
## 3462                                    RT @chwepuff: ♡. ·˚ ༘🐻‍❄️🎀༉‧₊˚✧\n𝘺𝘰𝘶 𝘢𝘳𝘦 𝘵𝘩𝘦 𝘳𝘦𝘢𝘴𝘰𝘯 𝘪'𝘮 𝙨𝙢𝙞𝙡𝙞𝙣𝙜\n𝘸𝘩𝘦𝘯 𝘵𝘩𝘦𝘳𝘦'𝘴 𝙣𝙤𝙩𝙝𝙞𝙣𝙜 𝘵𝘰 𝘴𝘮𝘪𝘭𝘦 𝘢𝘣𝘰𝘶𝘵 ₍ᐢ.  ̯.ᐢ₎ \n\n#CaratSelcaDay #CSD\n#VERNON…
## 3463                    RT @KByexxArbi: 💎SEVENTEEN Be The Sun in Bulacan💎\n 》FREEBIES《\n\nWHEN &amp; WHERE: TBA\n\n✨ Limited freebies only\n✨ like and retweet to spread\n✨ ta…
## 3464                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3465                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 3466                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 3467                                   RT @kwon_dino_: carat selca day!! \n#SEVENTEEN #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN_AT_LA3C #16December #dk #DOKYEOM #SEOKMIN https://…
## 3468                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 3469                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3470                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3471                                    RT @pledis_17: [17'S] SEVENTEEN was recognized for ‘Building K-ulture Bridges’ at LA3C Creativity and Culture Awards! 🏆 Thank you our CARAT…
## 3472                                   RT @kwon_dino_: carat selca day!! \n#SEVENTEEN #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN_AT_LA3C #16December #dk #DOKYEOM #SEOKMIN https://…
## 3473                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3474                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3475                            RT @pledis_17: [SEVENTEEN’s SNAPSHOOT] EP.49 DINO IS BACK!\n\n▶ https://t.co/mPpZoS08WJ\n\n#SEVENTEEN #세븐틴\n#SVT_SNAPSHOOT https://t.co/WO0H9HVd…
## 3476                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3477                    RT @pledis_17: SEVENTEEN 'BE THE SUN' : THE CITY NAGOYA\n\n▶ https://t.co/8DcYWmhRKE\n\n#SEVENTEEN #세븐틴\n#SEVENTEEN_THE_CITY\n#まちとかがやくSEVENTEEN h…
## 3478                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 3479                                    RT @malkinmoth: @isocrime this is SO PAINFULLY ACCURATE . “you know they leave me there to die, but it’s okay. i’m just think about how for…
## 3480                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3481                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 3482                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 3483                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3484                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 3485                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3486                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 3487                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 3488                                      RT @adobonishua: same dream, same mind, same night :)\n\n#CSD #CaratSelcaDay #JOSHUA #세븐틴 #SEVENTEEN @pledis_17 https://t.co/snsFnkxfJp
## 3489                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 3490                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3491                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 3492                           RT @jinrrys07: Wts LFB\nBets bulacan \nSvt seventeen \n\nLBB regular\nSection 207\nRow 53\n\nPhp 10700 (regular ticket price) \n\nSELLING AT 8000php…
## 3493                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 3494                                      RT @adobonishua: same dream, same mind, same night :)\n\n#CSD #CaratSelcaDay #JOSHUA #세븐틴 #SEVENTEEN @pledis_17 https://t.co/snsFnkxfJp
## 3495                                  RT @lucidhaos: track #1 : pagtingin\n \n— wherein two best friends, Mikael and Drei, lost in the sea of their deepest desires find the island…
## 3496                                         RT @17CARATS_INA: Thank you so much for supporting us 💕😊\n\n@pledis_17  #SEVENTEEN #세븐틴 \n#SVT_inJAKARTACity https://t.co/g3ypbSTMrd
## 3497                                RT @kwonushii: ✨BETS IN BULACAN FREEBIES✨\n\nHello, Carats! This is my first time seeing Seventeen, and to celebrate I'm also giving freebies…
## 3498                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 3499                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 3500                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3501                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3502                            RT @frilemercier: ✶ wts lfb ph .ᐟ #polsells \n\njeonghan attacca beatroad set: 3400\n\n— strictly sold as set \n— payo / 2 days res\n— rcbyt \n\nt.…
## 3503                              RT @frilemercier: P500 gcash giveaway .ᐟ\n\n- rt this tweet and tweets below \n- ends once both sets are sold\n\n✶ wts lfb ph .ᐟ\nt. enhypen sakr…
## 3504                            RT @odetovou: me 🤝 cheol\nnever looking at the camera\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/6ZA5Db0p4P
## 3505                       RT @MsKwon_15: "Three friends, one heart."\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #JEONGHAN #정한 #JOSHUA #조슈 #SEVENTEEN #세븐틴 @pledis_17 https://…
## 3506                                 RT @puppygyujeno: Hi CARATs, we will be giving away freebies for bets in bulacan💎\n\n✩ open to all carats \n✩ random design (1 banner + 1 keyc…
## 3507                                                                                        RT @yoojinchim: seventeen arriving where???\n\nMANILA CITY~ 🤍\n\nhttps://t.co/8oVM4TGfDI
## 3508                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3509                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3510                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3511                              RT @shannabonbon: &lt;&lt; 𝚗𝚘 𝚠𝚘𝚛𝚍𝚜 𝚊𝚛𝚎 𝚎𝚗𝚘𝚞𝚐𝚑 𝚏𝚘𝚛 𝚢𝚘𝚞 ♡ &gt;&gt;\n\n{ #CSD #CaratSelcaDay #JOSHUA #SEVENTEEN @pledis_17 } https://t.co/B3KC2OJvma
## 3512                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 3513                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 3514                                           RT @joshualooped: "I wanna be Seventeen's Joshua for a long, long time." \n#세븐틴 @pledis_17 #조슈아 #JOSHUA https://t.co/2JvF06Q7kg
## 3515                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3516                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 3517                                RT @kalatcarat: help rt \n🎀 seventeen bets bulacan freebies! \nwe’ll be giving away alcohol for your sanitizing needs! 🫧 \n\nsee photos for mor…
## 3518                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 3519                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 3520                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3521                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3522                                   RT @kyoongified: ✦₊˚ SEVENTEEN BE THE SUN in Bulacan\n\nhi hello! @chocohwabs, @8youngkart and i will be giving away some freebies on d-day:…
## 3523                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 3524                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 3525                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3526                                    RT @yamarie_sjsvt: the fact that it's super junior and seventeen's 2nd time here in ph to have their concert and it will happen in the same…
## 3527                                           RT @joshualooped: "I wanna be Seventeen's Joshua for a long, long time." \n#세븐틴 @pledis_17 #조슈아 #JOSHUA https://t.co/2JvF06Q7kg
## 3528                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3529                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3530                          RT @13_Gems_17: 《THREAD》\n\nHere is a thread highlighting ALL the achievements &amp; accolades SEVENTEEN have earned this year in 2022 alone.\n\nFu…
## 3531                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 3532                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3533                                  RT @nyorongiez: ✧ be the sun: bulacan freebies ✧\n\nhi! i'll be giving away booshua x sanrio stickers and svt art prints on d-day ◡̈︎\n\nvery l…
## 3534                              RT @haoluvxr: hi! i’ll be giving away some freebies on be the sun in bulacan d-day! 💚🧡\n\n- mbf, like &amp; rt this tweet (ෆ˙ᵕ˙ෆ)♡\n- will try to…
## 3535                                   RT @fluffypjw: 💎 #SEVENTEEN #BeTheSuninBulacan ☀️\n\nTogether with @cutiebinwoo @chichie_hao @imdeftuan, we will be giving away these freebie…
## 3536                                     RT @pjsology: not new to kpop or stan twt but i made a new account to start fresh so uh rt if you stan any of these groups bc i need oomfs…
## 3537                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 3538                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3539                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3540                              RT @shannabonbon: &lt;&lt; 𝚗𝚘 𝚠𝚘𝚛𝚍𝚜 𝚊𝚛𝚎 𝚎𝚗𝚘𝚞𝚐𝚑 𝚏𝚘𝚛 𝚢𝚘𝚞 ♡ &gt;&gt;\n\n{ #CSD #CaratSelcaDay #JOSHUA #SEVENTEEN @pledis_17 } https://t.co/B3KC2OJvma
## 3541                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 3542                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3543                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 3544                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3545                                  RT @17CARATS_INA: - ' - SEVENTEEN HAS CHECK IN JAKARTA CITY - ' - \n\nThank you for participating and supporting us as a sponsor of this proj…
## 3546                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3547                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 3548                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3549                                RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. which is your favorite seventeen's song?\n\n🦌: for me, it's falling for you because i mad…
## 3550                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 3551                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 3552                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3553                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3554                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅ LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#SEVENTEEN #TWICE #TXT #…
## 3555                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 3556                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3557                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3558                                          RT @svt_verse: [#정한’s reply 🌟 221217] 12:10 AM KST\n\n#JEONGHAN: That’s sad\n\n@pledis_17 #SEVENTEEN #세븐틴 https://t.co/EOqIsYtYs5
## 3559                                                              RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/Rbyd5TX9Lj https://t.co/rR1Hkq1Xyk
## 3560                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 3561                              RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 3562                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3563                              RT @nishiyoons: ╭┈◦•◦❥•◦ 🌸 BETS IN BULACAN FREEBIES 🌸\n\nI’ll be giving out freebies in BETS Bulacan so maghanapan tayo hehe💕\n\n✨To Claim:\n- L…
## 3564                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 3565                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3566                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3567                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3568                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3569                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3570                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3571                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 3572                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3573                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 3574                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3575                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 3576                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3577                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3578                             RT @nrnlgmn: IT’S DDAY!!!!\n\n✨SEVENTEEN Be The Sun Bulacan Freebies ✨\n\n🧡💎☀️\n\nI’ll be giving out more of these tomorrow! See you tomorrow fel…
## 3579                            RT @gyeolchergae: ˗ˏˋ꒰ 🍒 ꒱\n\n『 #SEVENTEEN Fansupport by gyeolchergae 』\n\nHey, there Carats! I'll be giving away hand banners and unofficial p…
## 3580                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. how would you describe yourself in 5 words. \n\n🦌: really kind.\n😇: better than shua. http…
## 3581                                RT @meanieral: help rt wtt lft wts lfb seventeen ph\n\n✔️pcs, ❌ trading cards. PRIO: ww/gyu/hao or shua counterparts of the pcs below.\n\nif in…
## 3582                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3583                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3584                                  RT @lisamanobal_327: The top 10 Most Streamed Artists on Stationhead in 2022! Who did you stream the most?\n\nNicki Minaj\nBTS\n#LISA ❤️‍🔥\nTXT…
## 3585                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3586                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3587                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 3588                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3589                                 RT @sowoozoo613_: 💎 BE THE SUN IN BULACAN FREEBIES\n💎 Caratdeul~ We're giving away these freebies on concert day! 💙\n\n🥕 Crystal beaded bracel…
## 3590                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3591                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3592                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3593                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3594                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3595                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3596                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3597                                                                  RT @snowkhoshi: nobody can seventeen the way the thirteen of seventeen seventeens that’s why they’re seventeen
## 3598                                RT @nugucoups_: ☀️ Be The Sun In Bulacan Giveaway \n\n📍PH Arena \n🗓 December 17\n     \n     ~Kindly check ung mga pics below, see you soon cara…
## 3599                                    RT @treasurecharts_: #TREASURE now joins NCT, Stray Kids, Seventeen, TXT, Twice and BTS as the only Korean acts that have spent 100 weeks w…
## 3600                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3601                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3602                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 3603                                   RT @UaenCarat0912: I will be giving away 100 sets of seoksoo/svt freebies for #BeTheSuninBULACAN \nLimited lang since mahirap ang buhay chos…
## 3604                                RT @jhel172: Be The Sun in Bulacan FREEBIES \n\nHi guys 🍒 I will be giving away Scoupd Hand Banner , Pc , Photostrips.\n\n° follow for updates;…
## 3605                         RT @lowkeyLoeyKai: Something simple for\nSEVENTEEN Be The Sun Additional Show in Jakarta Freebies!\n\n✨GYUCAM: Hand Mirror &amp; Inspired PC✨\n\nSay…
## 3606                                                      RT @Dodoljong: I hope i'll meet Seventeen one day, may not be at a con. But someday 🥺🫶🏻 @pledis_17 see you really soon 🧡🧡🧡
## 3607                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3608                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3609                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 3610                                   RT @kartells: hello, carats!♡\n   a just month away before we meet our beloved seventeen ♡ i will be giving a soonwoohao fanart freebies for…
## 3611                              RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 3612                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 3613                          RT @HorangiKrong: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nDate: Dec. 17, 2022\nTime &amp; Location: TBA\nStrictly 1:1\n\n✅ RT + Like\n(show us the proo…
## 3614                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 3615                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3616                                    RT @andengimnida: Like what Minghao said in this live “If they are REAL FANS, they wouldn’t go there (pool) and we have to believe/trust th…
## 3617                                              RT @gyuhuizones: Jun's SVT 2023 Season's Greetings photoshoot behind film\n\n#JUN #준 #SEVENTEEN #세븐틴 \nhttps://t.co/jCBsp8hzPG
## 3618                               RT @kpopBg_ontop: Best-selling male groups in 2022\n\n01. #BTS - 5,704,526\n02. #StrayKids - 5,647,872\n03. #SEVENTEEN - 5,293,660\n04. #NCTDREA…
## 3619                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3620                                    RT @eunoia__svt: @mariyamsayed5 And if you have a big company behind you, you already have a lot of things done and ready, for seventeen th…
## 3621                          RT @cutiepie_niiki3: ✎ . . be the sun freebies ♡\n\n🐯 strictly 1:1\nloc: tba on d-day \nrt &amp; like\n\n♡ might add some more if I have some extra f…
## 3622                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3623                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3624                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3625                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3626                          RT @hae_tiger15: (っ◔◡◔)っ ♥ Rage BeTS Bulacan Freebies♥\n\n- like and rwt \n- strictly 1:1\n- open for trades just dm me &lt;333 \n- limited lang hu…
## 3627                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 3628                                    RT @eunoia__svt: "Self-producing" might be a title for you but for seventeen it was their survival. They literally were able to step on sta…
## 3629                                        RT @s_santanalopez: Me and the color pink, have been in an argument for seventeen years, I can't believe I have to make nice with it now
## 3630                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅ LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#SEVENTEEN #TWICE #TXT #…
## 3631                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3632                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3633                         RT @softiekyeom: take 2 help rt\n\ni'll be giving random unofficial svt pcs &amp; sweets tomorrow!!! pls see me around ph arenaaa &lt;3\n\nshow me thi…
## 3634                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3635                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 3636                              RT @shannabonbon: &lt;&lt; 𝚗𝚘 𝚠𝚘𝚛𝚍𝚜 𝚊𝚛𝚎 𝚎𝚗𝚘𝚞𝚐𝚑 𝚏𝚘𝚛 𝚢𝚘𝚞 ♡ &gt;&gt;\n\n{ #CSD #CaratSelcaDay #JOSHUA #SEVENTEEN @pledis_17 } https://t.co/B3KC2OJvma
## 3637                            RT @kkoongie_taemin: ╰ christmas gcash giveaway! ╮\n✿ one winner of ₱200\n✿ like + rt this tweet &amp; all my bentables below\n✿ mbf\n✿ will pick w…
## 3638                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 3639                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 3640                                                RT @cherishthe17: Seventeen's 2023 Bucket list\n\nWonwoo recommended overseas TTT\n\n😭😭 Wonwoo best boy\nhttps://t.co/btb2FB9QTG
## 3641                                 RT @shopcandtee: Seventeen Shadow Long Sleeves✨\n\nThe design is inspired by one of my favorite svt bside’s! the shapes on the left are the e…
## 3642                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 3643                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 3644                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 3645                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3646                       RT @MsKwon_15: "Three friends, one heart."\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #JEONGHAN #정한 #JOSHUA #조슈 #SEVENTEEN #세븐틴 @pledis_17 https://…
## 3647                                   RT @snwulove: hey yow wassup! i, user @snwulove and @cheolacee will be handling a mini freebies giveaway on #BeTSinBULACAN\n\neither you can…
## 3648                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3649                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 3650                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3651                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3652                                                                                              RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 3653                                  RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 3654                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 3655                           RT @yobesuho: ✎ . . be the sun freebies | fan support ☺︎\n\n🐯 strictly 1:1\n🐸 loc: tba on d-day\n🐶 rt &amp; like\n\n#BeTheSuninBULACAN #BeTSinBulacan…
## 3656                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 3657                               RT @voboowuji: Help rt! \nwant to sell / wts / lfb\n\n• selling to each (other tnc on pict 3) \n• open sharing boleh banget\n• exc packing+admin…
## 3658                                  RT @ooo_coups: 221214 SEVENTEEN CAFE 2022 ~WINTER CAMPING~\n\n#에스쿱스 #SCOUPS #세븐틴  \n\nhttps://t.co/jTNp2s4UKE https://t.co/BBTWl0dY1v
## 3659                                 RT @SheepEnDiamant: +fully shown off."\n\nFive entries for SEVENTEEN!! Five!!! \nI'm so so proud of all the recognition Face The Sun and Secto…
## 3660                               RT @Hoshisoo01: 1 UBC REG 404 GIVEAWAY \nFOR BETS BULACAN\n\nHow to join:\n💙 like and rt \n💙 comment your fav svt moment with the tag #BeTSinBUL…
## 3661                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3662                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 3663                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 3664                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 3665                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3666                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3667                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3668                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3669                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3670                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3671                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 3672                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3673                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3674                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3675                                RT @smileyleeDK: 🧡SVT BeTS in PH ARENA giveaways/freebies🧡\n\n❣️MBF\n❣️RT &amp; LIKE\n❣️Show me your twitter on D-day\n❣️reply ur fave svt/bias pic…
## 3676                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3677                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3678                                                RT @cherishthe17: Seventeen's 2023 Bucket list\n\nWonwoo recommended overseas TTT\n\n😭😭 Wonwoo best boy\nhttps://t.co/btb2FB9QTG
## 3679                                                                                              RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 3680                                    RT @sound_of_dk: ☀️BE THE SUN IN BULACAN FREEBIES☀️\n\nHi Filo Carats! I'll be giving away Dokyeom hand banners (limited quantity) on Decembe…
## 3681                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 3682                                RT @jhhjfiles: 181217 seventeen star road \n\nq. what do you do better than the person sitting next to you? \n\n😇: i think i'm better looking t…
## 3683                                 RT @taecookies_v: ⛅️ #BeTheSuninBULACAN Freebie ☁️\n\n🔅RT and Like\n🔅Follow if u want to be armycarat moots 🤗\n🔅Reply ur fave svt gif + #MAMAVO…
## 3684                           RT @soongyuexe: help rt! #saiwts ph go 🇵🇭\n\n꒰ hoshi mingyu don’t wanna cry acrylic standee &amp; seventeen keyrings by @soongyu ꒱\n- ₱100/ stande…
## 3685                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 3686                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 3687                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3688                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3689                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3690                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3691                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 3692                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 3693                                RT @abangmingyu: “Hold you laughter Round 1”\n“Failed”\n“I hate you”\n“Hahahahahahaha”\n#caratselcaday #CSD #seventeen #MINGYU @pledis_17 https…
## 3694                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 3695                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 3696                                RT @byuumie: yk why campfire is the suitable song for a fan project? because at the end of the day, carats &amp; seventeen can rely with each o…
## 3697                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3698                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3699                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3700                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3701                               RT @_gumgummy: 𝑰'𝒍𝒍 𝒘𝒊𝒍𝒍 𝒏𝒆𝒗𝒆𝒓 𝒇𝒊𝒏𝒊𝒔𝒉\n 𝒇𝒂𝒍𝒍𝒊𝒏𝒈 𝒊𝒏 𝒍𝒐𝒗𝒆 𝒘𝒊𝒕𝒉 𝒚𝒐𝒖.\n\n#CSD #CaratSelcaDay #Seungkwan #SEVENTEEN #승관 @pledis_17 https://t.co/Jlk…
## 3702                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3703                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3704                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3705                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3706                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3707                                RT @_bubblethe8: [ Seoul Music Awards ] \n\nThis is a REMINDER that we STILL HAVE ONGOING VOTING. Everyone can VOTE\n\nPLEASE KEEP COLLECT GOLD…
## 3708                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3709                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 3710                        RT @bestboywonuu: SEVENTEEN Be The Sun in Bulacan Concert Ticket Giveaway (LBA Regular) 🥳\n\nMechanics:\n• RT &amp; like this tweet\n• RT &amp; like my…
## 3711                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3712                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 3713                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3714                                RT @livenationph: Get your shuttle tickets for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡 now!\n\nhttps://t.co/BONcdZGpQE\n\nPrice is P200 f…
## 3715                                  RT @lisamanobal_327: The top 10 Most Streamed Artists on Stationhead in 2022! Who did you stream the most?\n\nNicki Minaj\nBTS\n#LISA ❤️‍🔥\nTXT…
## 3716                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3717                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3718                               RT @coupsblossom: 𝘐’𝘮 𝘵𝘩𝘦 𝘱𝘭𝘢𝘤𝘦 𝘺𝘰𝘶 𝘤𝘢𝘯 𝘤𝘰𝘮𝘦 𝘵𝘰 \n𝘠𝘰𝘶’𝘳𝘦 𝘵𝘩𝘦 𝘱𝘭𝘢𝘤𝘦 𝘐 𝘤𝘢𝘯 𝘨𝘰 𝘵𝘰\n\n#CSD #CaratSelcaDay #Seungkwan #SEVENTEEN #SVT #승관 https://t…
## 3719                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3720                                RT @byuumie: yk why campfire is the suitable song for a fan project? because at the end of the day, carats &amp; seventeen can rely with each o…
## 3721                                       RT @philconcerts: SEVENTEEN has arrived safely in Manila. Let's make history tomorrow at the world's largest indoor arena. #BeTSinBULACAN
## 3722                                    RT @bestboywonuu: Congratulations to @everywon9yu_k !! 🥳🎄This is your chance to see and watch SEVENTEEN live later at PH Arena! Please DM m…
## 3723                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3724                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3725                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3726                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 3727                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 3728                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3729                                                                     RT @bernacnti: [SEVENTEEN BE THE SUN FREEBIES]\n\nSee you later🤧😭\n\n#BeTSinBULACAN https://t.co/nN7W3Opx7q
## 3730                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3731                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3732                                     RT @AnFhuiseog: 6000 Days by Jim 'Jaz' McCann describes seventeen years of his life imprisoned in Crumlin Road Gaol and the H-Blocks (Long…
## 3733                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3734                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3735                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3736                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 3737                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 3738                                                             RT @_haofolder_: This going seventeen ep where Minghao literally traveled through the air🙃\nhttps://t.co/992kFbMlMV
## 3739                                   RT @kyutie0613: HELLOOOOO CARATS! I’ll be giving FREE photocards + snacks tomorrow at PH ARENA ✨🤗 Hoping to meet you since first time ko ma…
## 3740                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3741                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3742                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3743                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 3744                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3745                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3746                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3747                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 3748                                                  RT @mezxig: « you are my crush i got a crush on you🤍 »\n\n#CaratSelcaDay #SEVENTEEN #SCOUPS @pledis_17 https://t.co/r0GyRmf4AT
## 3749                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3750                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3751                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 3752                                                                               RT @CHERRYHAE17: their record hasn't been broken yet.  #SEVENTEEN #세븐틴 https://t.co/6YlP8EjxiB
## 3753                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3754                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3755                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3756                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3757                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 3758                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3759                                       RT @the2the8: significant other reveal!! &lt;3\n\n#CaratSelcaDay #CSD #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wgaLeJ1oZw
## 3760                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3761                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3762                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3763                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3764                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3765                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3766                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3767                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3768                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3769                                  RT @sarisaristored: UPPPP PLSSS MALALA!!! Can lower pa to 4600 if meeting up tmr! \n\nWTS LFB PH BETS BULACAN UBB REG SECTION 412 svt sevente…
## 3770                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3771                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3772                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 3773                             RT @seoksoocentric: SEVENTEEN BE THE SUN in BULACAN fan support for #도겸 and #조슈아 \n\nsince i can’t be there physically, the admins of @seokso…
## 3774                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3775                              RT @elluminous_: SEVENTEEN BE THE SUN IN BULACAN FREEBIES💙💖\n\nWe'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only! \n\nTime…
## 3776                                       RT @cheolsinta: lovers reunited once again ♡ \n#CaratSelcaDay #CSD #SEVENTEEN #SCOUPS #에스쿱스 #SEUNGCHEOL #승철 https://t.co/eWQC4YAAaR
## 3777                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3778                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 3779                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3780                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3781                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3782                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3783                                                                      RT @seokminroyal: i wanna match you to my heart \n\n#CSD #CaratSelcaDay #SEVENTEEN https://t.co/Cl9PfLCkwE
## 3784                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 3785                                     RT @junhuiprotector: Have this actor junhui while we wait for exclusive fairytale \n#준 #JUN @pledis_17 #SEVENTEEN\nhttps://t.co/gPFnhUFU29
## 3786                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3787                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3788                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 3789                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3790                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 3791                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 3792                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3793                                                                                              RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 3794                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3795                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 3796                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3797                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3798                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3799                                 RT @shopcandtee: Seventeen Shadow Long Sleeves✨\n\nThe design is inspired by one of my favorite svt bside’s! the shapes on the left are the e…
## 3800                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3801                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3802                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3803                               RT @coupsblossom: 𝘐’𝘮 𝘵𝘩𝘦 𝘱𝘭𝘢𝘤𝘦 𝘺𝘰𝘶 𝘤𝘢𝘯 𝘤𝘰𝘮𝘦 𝘵𝘰 \n𝘠𝘰𝘶’𝘳𝘦 𝘵𝘩𝘦 𝘱𝘭𝘢𝘤𝘦 𝘐 𝘤𝘢𝘯 𝘨𝘰 𝘵𝘰\n\n#CSD #CaratSelcaDay #Seungkwan #SEVENTEEN #SVT #승관 https://t…
## 3804                                RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. which is your favorite seventeen's song?\n\n🦌: for me, it's falling for you because i mad…
## 3805                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3806                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3807                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3808                           RT @jinrrys07: Wts LFB\nBets bulacan \nSvt seventeen \n\nLBB regular\nSection 207\nRow 53\n\nPhp 10700 (regular ticket price) \n\nSELLING AT 8000php…
## 3809                                   RT @woos86: hello, i'm bin ! new to #studytwt n #studytwtph \n\n▫️ i'm bin ; she / her ; istp\n▫️ stem 11 ; leo ; fil n eng \n▫️ future psychol…
## 3810                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3811                                                                        RT @woomygosh: I am hearing a voice in my head and it's wooyoung singing seventeen in that one ateez log
## 3812                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3813                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 3814                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 3815                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3816                                                                                              RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 3817                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3818                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3819                            RT @pledischarts: #SEVENTEEN 7th Mini Album `헹가래` has now surpassed 1,600,000 (1.6 Million) copies sold on Circle (GAON). 🎉\n\n#세븐틴 @pledis_1…
## 3820                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 3821                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3822                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3823                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3824                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 3825                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 3826                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 3827                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 3828                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3829                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 3830                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. how would you describe yourself in 5 words. \n\n🦌: really kind.\n😇: better than shua. http…
## 3831                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3832                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3833                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3834                                  RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 3835                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 3836                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 3837                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3838                                                                                                   RT @soiceicebby: @kpophappenings_ YOON from SEVENTEEN https://t.co/9IM5b8J0K6
## 3839                             RT @_sebenteen: #BeTSinBULACAN\nBe The Sun BULACAN\n✨Giveaway/Freebies✨\n\nI'll be giving out Wonwoo and OT13 Hand Banners!\nOpen to everyone #T…
## 3840                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3841                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3842                                RT @nugucoups_: ☀️ Be The Sun In Bulacan Giveaway \n\n📍PH Arena \n🗓 December 17\n     \n     ~Kindly check ung mga pics below, see you soon cara…
## 3843                                  RT @Hoshihora6: @kpophappenings_ You should put year and specific category. \nCz SEVENTEEN won Daesang (AOTY) for "AN ODE" in 2019.\nAnd yest…
## 3844                                RT @DealsOnRPGs: Check out the Rifts Core Mega Bundle at @BundleHolding \n\nRifts Ultimate Edition and Seventeen(!) major supplements!\n\nhttps…
## 3845                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3846                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 3847                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 3848                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 3849                                    RT @maine5441: I will be giving away ref magnets tomm and unofficial photocards pag nahulaan mo kung sino ang bias ko 😂 Like, share and sho…
## 3850                                  RT @Wonhui_tintin: #BeTSinBULACAN #BeTSinBULACANFREEBIES for\n#wonhui and #gyuhao \n#seventeen #wonwoo #jun #mingyu #the8 \n*Please check the…
## 3851                                                        RT @seventeen: Mark Tuan Reveals The CRINGIEST 'GOT7' Song And His SECRET Tattoo | Read Receipts https://t.co/JPy1hR3WEo
## 3852                                  RT @lisamanobal_327: The top 10 Most Streamed Artists on Stationhead in 2022! Who did you stream the most?\n\nNicki Minaj\nBTS\n#LISA ❤️‍🔥\nTXT…
## 3853                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3854                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 3855                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3856                                     RT @wonhaozones: More Wonwoo from the 2023 Season's Greetings!\n\ncr. svtww_717\n\n#WONWOO #원우 #SEVENTEEN #세븐틴 https://t.co/oeRIf76t8h
## 3857                            RT @odetovou: me 🤝 cheol\nnever looking at the camera\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/6ZA5Db0p4P
## 3858                                         RT @devluvschwe: sweater + glasses gf and hoodie + glasses bf #csd #CaratSelcaDay #VERNON #Seventeen @pledis_17 https://t.co/fvGLOBFnOW
## 3859                                                                                             RT @intbun: november baes\n\n#caratselcaday #csd #seventeen https://t.co/JkHF0BfDVf
## 3860                                                                                              RT @SOURlyricsbot: and i'm so sick of seventeen, where's my fucking teenage dream?
## 3861                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 3862                                 RT @allforeheads: Appreciation post for Athurkyeom bc I'll always be proud of him ❤️\n\n• lady 🥑 signing off •\n\n@pledis_17 #SEVENTEEN #DK #DO…
## 3863                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3864                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 3865                                    RT @LisaWick9: @ame_todd @DisrespectedThe @JustinTrudeau I couldn't go to my 17 yr old grandsons funeral, after he had a heart attack at SE…
## 3866                                                                                         RT @genmnz: why do guys think “imma get u pregnant” is flirting.. bitch i’m scared of u
## 3867                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3868                                RT @jhhjfiles: 181217 seventeen star road \n\nq. what do you do better than the person sitting next to you? \n\n😇: i think i'm better looking t…
## 3869                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 3870                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3871                                                                                                                      RT @evellynnncc: guys literally only act right for 2 weeks
## 3872                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3873                                    RT @seventeen: Meet Seventeen Voices of the Year honoree Aniya Butler! 🎙At just 16 years old, Aniya uses her voice to bring attention to cl…
## 3874                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3875                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3876                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3877                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3878                              RT @haelygiveaway: Hael CHOEAEDOL Giveaway\n\n🍁 250 Hearts\n\n– Follow me with 🔔 \n– retweet and like my pin\n– retweet and like this\n– 200 drop…
## 3879                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3880                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 3881                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 3882                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 3883                         RT @softpsyche: BE THE SUN BULACAN\njoshua fansupport \n\n✶ hand banners\n✶ rose quartz and serenity cookies\n   — rt &amp; like to spread\n\nread bel…
## 3884                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3885                              RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 3886                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3887                                    RT @LisaWick9: @ame_todd @DisrespectedThe @JustinTrudeau I couldn't go to my 17 yr old grandsons funeral, after he had a heart attack at SE…
## 3888                                  RT @livenationph: 💎 Here are the shuttle details for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nPrice is P200 for all routes. Maximum o…
## 3889                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3890                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 3891                                  RT @aki_the8finity: "It’s a good thing we're not vampires."\n\n#CSD #CaratSelcaDay #Minghao #The8 #SEVENTEEN @pledis_17 https://t.co/ltYxcIiK…
## 3892                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3893                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3894                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3895                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 3896                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3897                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3898                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 3899                                                                                                             RT @yeopromise: #SEVENTEEN as #ATEEZ songs! https://t.co/qL7FDQLlLP
## 3900                                                                      RT @PT_KOREA: 221216 Jun Twitter Update\n \nhttps://t.co/YBgFsAlgXh\n \n#SEVENTEEN https://t.co/6oWBbzvVCU
## 3901                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3902                                  RT @ann_yeonggggggg: 💎 BE THE SUN IN BULACAN FREEBIES\n\n💎 Hi carats! I’m giving away these customized PH CARAT SEVENTEEN KEYCHAINS on d-day,…
## 3903                                   RT @kyoongified: ✦₊˚ SEVENTEEN BE THE SUN in Bulacan\n\nhi hello! @chocohwabs, @8youngkart and i will be giving away some freebies on d-day:…
## 3904                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3905                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 3906                              RT @feat_annaaa: helping a friend !\nwts lfb \n\nubc reg 430 row 98\nLONG DOP \n2k (bought online during carat-mem presale)\ndp : 500-600\nrembal…
## 3907                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3908                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3909                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 3910                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3911                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3912                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 3913                                                         RT @luvrcheoI: me and bae 🤝 mirror pics #CSD #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN #SCOUPS https://t.co/J0dvaGERc8
## 3914                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3915                                  RT @dokyeomsfool: Just between us, you are always the lead role to me. 🌹🩵\n\n#csd #CaratSelcaDay #17caratselcaday #dokyeom #dk #seventeen @pl…
## 3916                            RT @vitamingyuuu: best stress buster?\na video call with him.\n\n#CSD #CaratSelcaDay #WOOZI #우지 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/fN6zRv…
## 3917                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3918                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3919                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3920                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3921                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 3922                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 3923                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3924                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3925                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3926                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3927                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3928                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3929                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 3930                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3931                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 3932                                 RT @livenationph: Here are the filters you can use at SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nIG: https://t.co/1sgCk3Z94j\nFB: https:…
## 3933                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 3934                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3935                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3936                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 3937                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 3938                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3939                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3940                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 3941                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 3942                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 3943                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3944                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 3945                                                       RT @katehalliwell: rock with you is a perfect song actually #Seventeen_LA3C #LA3C #SVT @pledis_17 https://t.co/FWeUGFQD1M
## 3946                                    RT @hanniessvt: seeing people from bets bulacan posting giveaways and donations to help carats see seventeen and to make the sold out arena…
## 3947                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 3948                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3949                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3950                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3951                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 3952                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 3953                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 3954                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 3955                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3956                                            RT @SVT_stagram: [#SEUNGKWAN 📸 Instagram Story] \n221215 pledis_boos \n\n#승관 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/d7ppd0k6gz
## 3957                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 3958                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 3959                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 3960                                  RT @ann_yeonggggggg: 💎 BE THE SUN IN BULACAN FREEBIES\n\n💎 Hi carats! I’m giving away these customized PH CARAT SEVENTEEN KEYCHAINS on d-day,…
## 3961                    RT @SVT_stagram: [#DK 📸 Instagram Story] \n221216 dk_is_dokyeom \n\n➸ Joker movie poster ㅋㅋㅋㅋㅋㅋ\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/t…
## 3962                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3963                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3964                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3965                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 3966                          RT @feat_annaaa: wts lfb\n\nubc reg 410\n2k\nLONG DOP \ndp : 1k\nrembal : 1k (kahit until end of january na) \n\nrfs : sudden exam sked :(\n\nHELP RT…
## 3967                             RT @binnie_nonna: 🤍 BetS in Bulacan Freebies 🤍\n\nhi carats ☺️ we’ll be giving away freebies on d-day!\n\nto claim:\n💫 like and rt \n💫 mbf\n\nsee y…
## 3968                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3969                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 3970                                     RT @SVT_Fancafe: [#JEONGHAN🌟 Weverse]\n221217 comment\n\n➸ That's upsetting \n\n#정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/inrQngDjf0
## 3971                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 3972                  RT @SVT_Fancafe: [#HOSHI🌟 Weverse]\n221216 -16:24 KST-\n\n➸ Ah.. ? My stye medicine ㅠ I left it ..\n\nㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it \n\n#호시 #SEV…
## 3973                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 3974                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3975                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 3976                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3977                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3978                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 3979                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 3980                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3981                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3982                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 3983                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 3984                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 3985                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3986                               RT @svt_verse: [#호시 🌟 221214] 4:47 PM KST\n\n#HOSHI: Thankfully, it’s not to the point of cutting (the stye) open!!\n\n[Prescription: take for…
## 3987                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 3988                                     RT @min9yu_tttop: seventeen will perform in bulacan with their dancers..? oh my god pls CHEERS on the setlist 🕯️ \n\nhttps://t.co/Ty0HavRLgR
## 3989                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 3990                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 3991                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3992                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 3993                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 3994                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 3995                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 3996                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 3997                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 3998                             RT @SVT_Fancafe: [#DINO + #DK🌟 Weverse]\n221216 comment\n\nDN : Carats are good at empathizing🙂\n\nDK : Shivering beyond one's imagination 🃏 \n\n#…
## 3999                                RT @king_jakween: Get ready for trauma, @WDTGTPodcast &amp; I are playing more #danganronpav3 tn @ 8:30pm est! #danganronpa #gamer #gamingcommu…
## 4000                                                         RT @luvrcheoI: me and bae 🤝 mirror pics #CSD #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN #SCOUPS https://t.co/J0dvaGERc8
## 4001                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 4002                                    RT @stellarnoona: 𖤐 BETS IN BULACAN FREEBIES 𖤐\n\nhi, me and @izzuerishu will randomly handout these envelopes on d-day! see you, carats! 🧡…
## 4003                                                         RT @luvrcheoI: me and bae 🤝 mirror pics #CSD #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN #SCOUPS https://t.co/J0dvaGERc8
## 4004                     RT @SVT_Fancafe: [#DINO🌟 Weverse]\n221216 -14:30 KST-\n\n➸ I really like things like thisㅋㅋㅋㅋㅋ\n\n#디노 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/GH…
## 4005                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4006                                                                                                                  RT @shuahonglyfans: seventeen.\n\nend. https://t.co/LIPq74GPIf
## 4007                                 RT @DELULURACHA: Picnic table park dates with him ~🧺\n•••••••••••••••••••••••••••••••••••\n@pledis_17 \n#csd #CaratSelcaDay #seventeen #svt #s…
## 4008                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4009                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4010                              RT @haelygiveaway: Hael CHOEAEDOL Giveaway\n\n🍁 250 Hearts\n\n– Follow me with 🔔 \n– retweet and like my pin\n– retweet and like this\n– 200 drop…
## 4011                      RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 4012                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 4013                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4014                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 4015                                                            RT @faeiryoon: I just love him Idk #CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/0WydKPf5Vr
## 4016                                    RT @RebekkahFord: I never thought I would die at the age of seventeen. https://t.co/XXn9EbWSdJ #paranormalromance #kindle #amreading #bookw…
## 4017                             RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 4018                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4019                                  RT @snowkhoshi: please retweet pinned tweet to help SVTFLIX reach more carats, especially new carats and ppl who want to stan seventeen\n\n⭐️…
## 4020                                 RT @HHGives: CHOEAEDOL Giveaway poll 🍲\n\n🗳 300 hearts\n\n▪︎ follow @HHGives with 🔔\n▪︎ Like, rt my pin tweet\n▪︎ Like and rt this\n▪︎ 200 drop pr…
## 4021                            RT @yongwonifangirl: Thx u for everything choi seungcheol. I wuf u🫶🏻💖\n\n#CSD #세븐틴 #SEVENTEEN #SCOUPS  #최승철 #CaratSelcaDay #CARAT #CARAT_SELC…
## 4022                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4023                                            RT @jeongshooa: 𝑦𝑜𝑢 𝑎𝑟𝑒 𝑚𝑦 𝑠𝑜𝑦𝑚𝑎𝑡𝑒 🥢\n\n#CaratSelcaDay #CSD #JEONGHAN  #윤정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/L6COEyUgpJ
## 4024                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4025                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 4026                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅ LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#SEVENTEEN #TWICE #TXT #…
## 4027                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4028                              RT @Kpopidolvoting_: Seoul Music awards giveaway\nMain  💫\n300 gold Hearts for winner 🏆\nRules:\n✓Follow and drop your proofs\n✓Like,RT\n✓Like,RT…
## 4029                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 4030                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 4031                           RT @samshauny_shop: 💎Simple BeTS in Bulacan Freebies  💎\n\n💎 Like &amp; rt this tweet \n💎 Loc : TBA \n\n#BeTheSuninBULACAN #BeTsinBUL #BeTSinBULACAN…
## 4032                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4033                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4034                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4035                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4036                                    RT @svntncarat17_: Only hours left till we witness the performance powerhouse SEVENTEEN as the first ever kpop act to perform on the WORLD'…
## 4037                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4038                                                              RT @jhluversvt: our car ride selfies ☀️ #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jWaKul2SOB
## 4039                               RT @wonshuamour: —𝒅𝒂𝒓𝒍𝒊𝒏𝒈, 𝒍𝒆𝒕'𝒔 𝒕𝒂𝒌𝒆 𝒕𝒉𝒆 𝒍𝒐𝒏𝒈 𝒘𝒂𝒚 𝒉𝒐𝒎𝒆 ♡\n\n[ #csd #caratselcaday #joshua #조슈아 #seventeen @pledis_17 ] https://t.co/QDAaIVLP…
## 4040                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4041                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 4042                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4043                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 4044                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 4045                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 4046                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 4047                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4048                                  RT @FLOWERBOYSVTN: to the one who gave me his heart ... 😳💗\n\n#CaratSelcaDay #17CaratSelcaDay #CSD #XUMINGHAO #SEVENTEEN @pledis_17 ♡ https:/…
## 4049                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 4050                                                              RT @jhluversvt: our car ride selfies ☀️ #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jWaKul2SOB
## 4051                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 4052                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 4053                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 4054                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4055                          RT @HorangiKrong: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nDate: Dec. 17, 2022\nTime &amp; Location: TBA\nStrictly 1:1\n\n✅ RT + Like\n(show us the proo…
## 4056                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 4057                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4058                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4059                                     RT @AnFhuiseog: 6000 Days by Jim 'Jaz' McCann describes seventeen years of his life imprisoned in Crumlin Road Gaol and the H-Blocks (Long…
## 4060                             RT @binnie_nonna: 🤍 BetS in Bulacan Freebies 🤍\n\nhi carats ☺️ we’ll be giving away freebies on d-day!\n\nto claim:\n💫 like and rt \n💫 mbf\n\nsee y…
## 4061                                 RT @DELULURACHA: Picnic table park dates with him ~🧺\n•••••••••••••••••••••••••••••••••••\n@pledis_17 \n#csd #CaratSelcaDay #seventeen #svt #s…
## 4062                                 RT @suphoshi: A little over dressed, but that’s okay - Hoshi thought I was so cute 💞\n\n#CSD #CaratSelcaDay #SEVENTEEN\n#HOSHI https://t.co/Zh…
## 4063                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 4064                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 4065                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4066                              RT @ParalumanPST: SEVENTEEN BE THE SUN IN MANILA FREEBIES\n\nrt + rt pinned twt\nfollow us\n\nwill twt our location tomorrow 💎\n\n#BeTheSunManila…
## 4067                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4068                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4069                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4070                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4071                                                           RT @jbhearvt: two pretty best friends 🌟\n\n#CaratSelcaDay #CSD #MINGHAO #SEVENTEEN @pledis_17 https://t.co/BbqBMz7yXA
## 4072                                    RT @caratdeu113_: For those who'll come tomorrow for BeTSinBulacan, please take care and please be safe!! And of course, PLEASE ENJOY THE C…
## 4073                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 4074                                                                     RT @bernacnti: [SEVENTEEN BE THE SUN FREEBIES]\n\nSee you later🤧😭\n\n#BeTSinBULACAN https://t.co/nN7W3Opx7q
## 4075                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 4076                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4077                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4078                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4079                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 4080                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4081                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 4082                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 4083                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4084                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4085                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4086                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4087                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4088                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 4089                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4090                                  RT @SciPiHarvey: Here is the official picture let’s celebrate!!!! #teacheroftheweek \n\n⬇️ your list\n📣 tell me what you’re happy about\n♻️ Ret…
## 4091                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4092                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 4093                                  RT @FLOWERBOYSVTN: to the one who gave me his heart ... 😳💗\n\n#CaratSelcaDay #17CaratSelcaDay #CSD #XUMINGHAO #SEVENTEEN @pledis_17 ♡ https:/…
## 4094                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4095                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4096                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4097                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 4098                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 4099                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4100                                   RT @junhuiprotector: I could literally tweet about every single step in the limbo choreography you don't get it #준 #JUN @pledis_17 #SEVENTE…
## 4101                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 4102                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 4103                                                           RT @horanghaeist: this is the type of shit dokyeom makes seventeen do before left &amp; right https://t.co/63ulX1HAI0
## 4104                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4105                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4106                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 4107                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4108                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4109                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4110                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4111                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4112                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4113                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4114                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4115                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4116                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4117                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 4118                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 4119                             RT @_sebenteen: #BeTSinBULACAN\nBe The Sun BULACAN\n✨Giveaway/Freebies✨\n\nI'll be giving out Wonwoo and OT13 Hand Banners!\nOpen to everyone #T…
## 4120                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4121                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 4122                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4123                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4124                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 4125                                                      RT @Chewlastic: You Made My Dawn ✨️🖤🎆\n\n#CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/Nu4uEk1ytD
## 4126                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4127                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 4128                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 4129                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4130                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4131 RT @dreamofyuu: 『 ‘You’re drunk’ \n  ‘I’m not’\n  ‘You’re drunk’\n  ‘I’m not’\n  ‘You’re not’\n ‘I’m drunk- fuck u’  』\n   \n   ˚✧₊⁎⁺˳✧༚\n\n________…
## 4132                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 4133                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 4134                                                                                                               RT @etherealkims: instead of saying i love you, seventeen will...
## 4135                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 4136                                  RT @SHUASLUVR: HELLOOO !!! IM ZEN not new to #kpoptwt #stantwt this is just a new acc !!  I LIKEEEEE \n\nSEVENTEEN , enhypen, tomorrow X toge…
## 4137                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 4138                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4139                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4140                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4141                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4142                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 4143                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4144                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4145                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 4146                             RT @myoongjk: 📢 BETS FREEBIES\n\nHI CARATS 💎🍬🍫🍭\n\nRt, like, follow to stay updated! 🤍\n\n#SEVENTEEN #BeTheSuninBULACAN\n#BeTSinBULACAN https://t.…
## 4147                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 4148                                              RT @bjyoungfiles: yep, just the two of us\n\n#CSD #CaratSelcaDay #HOSHI #호시 #SEVENTEEN #CARAT @pledis_17 https://t.co/XDhnHUdHNH
## 4149                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 4150                                  RT @LJervoso: SEVENTEEN Be the Sun in BULACAN FREEBIES!\n\nI will be giving 130pcs unofficial fanmade pc, pola, lomo + jeongcheol keychain (l…
## 4151                      RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 4152                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4153                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4154                                   RT @wxffly: rival in public, lover in private 😎\n\n#CSD #CaratSelcaDay #SEVENTEEN #SEUNGKWAN #세븐틴 #승관 @pledis_17 https://t.co/1CBV24V9Hl
## 4155                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4156                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 4157                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4158                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4159                               RT @coupsblossom: 𝘐’𝘮 𝘵𝘩𝘦 𝘱𝘭𝘢𝘤𝘦 𝘺𝘰𝘶 𝘤𝘢𝘯 𝘤𝘰𝘮𝘦 𝘵𝘰 \n𝘠𝘰𝘶’𝘳𝘦 𝘵𝘩𝘦 𝘱𝘭𝘢𝘤𝘦 𝘐 𝘤𝘢𝘯 𝘨𝘰 𝘵𝘰\n\n#CSD #CaratSelcaDay #Seungkwan #SEVENTEEN #SVT #승관 https://t…
## 4160                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4161                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 4162                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 4163                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 4164                                                                               RT @horangrawrhae: seventeen hoshi first update in the philippines 😂\n\n©️ https://t.co/0x8uHu6M61
## 4165                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4166                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4167                          RT @feat_annaaa: wts lfb\n\nubc reg 410\n2k\nLONG DOP \ndp : 1k\nrembal : 1k (kahit until end of january na) \n\nrfs : sudden exam sked :(\n\nHELP RT…
## 4168                                  RT @trishfgx: 🌻 BeTS in Bulacan freebies 🌻\n\nHi! I'll be giving a pack of candies which includes unofficial photos of Jeonghan. I'll give it…
## 4169                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4170                             RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 4171                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 4172                                    RT @donwilly01_: RETWEET PLEASE and Stream let's be Nice ..🙏🙏🙏 #16December #LISA #yonda #davido #SEVENTEEN #5city #idirepete #donwilly #Tre…
## 4173                                       RT @noniesjacket: me &amp; vernon when the dj plays party rock anthem🤝🏼\n\n#CaratSelcaDay #CSD #VERNON #SEVENTEEN https://t.co/jwn8zgAcbS
## 4174                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 4175                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4176                                   RT @_seoksoohui: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4177                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4178                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4179                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 4180                               RT @WorldwideCarats: [VOTING]\n2022 HANTEO MUSIC AWARDS NOTICE\n\nTo CARATs,\n\nThe SVT Fanbases have decided to prioritize voting on the "GRAND…
## 4181                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4182                                    RT @donwilly01_: RETWEET PLEASE and Stream let's be Nice ..🙏🙏🙏 #16December #LISA #yonda #davido #SEVENTEEN #5city #idirepete #donwilly #Tre…
## 4183                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4184                               RT @INFINITEAVE_PH: 💎Be The Sun in Bulacan Freebies💎\n\n32mm glitter button pin\nJust like and rt this tweet and approach us tomorrow. 😊\n\n#BeT…
## 4185                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4186                                                             RT @JimmyDetroit1: I love that 17 Magazine rated xmas horror movies! It's not a bad list. \nhttps://t.co/eZf3M8RODB
## 4187                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 4188                               RT @urmwlovr: ︑︒⚬∙︓·⠄ Seventeen Be The Sun in Bulacan freebies \n\nHi, Carats! Together with @minwonshuji and @everywon_who, we will be givin…
## 4189                    RT @musicinfojapan: VOTE GA  - SMA  \n\nPoll winner : 100 💛 \n\n📌Rules \n✅ LIKE &amp; RETWEET  \n✅ FOLLOW ME\n✅ Drop proofs\n\n#ENHYPEN #ATEEZ #MONSTA_X…
## 4190                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 4191                                  RT @13_Gems_17: First they tried claiming Seventeen's spot in EBS, now they are out here trying to claim Seventeen isn't Self-Produced\n\nSta…
## 4192                             RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 4193                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 4194                             RT @jww_enthusiast: Now that I know you exist, how do I not love you ~ ♡\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17…
## 4195                               RT @tapakatuy: — Dialogue by Lee Ufan (2010)\n\n#CSD #CaratSelcaDay #SCoups #ChoiSeungcheol #SEVENTEEN #세브틴 @pledis_17 https://t.co/q3t11c6Xk5
## 4196                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4197                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4198                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4199                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4200                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4201                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 4202                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 4203                             RT @_sebenteen: #BeTSinBULACAN\nBe The Sun BULACAN\n✨Giveaway/Freebies✨\n\nI'll be giving out Wonwoo and OT13 Hand Banners!\nOpen to everyone #T…
## 4204                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 4205                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 4206                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4207                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 4208                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4209                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4210                                  RT @boocutebear2: [#BeTSinBULACAN freebies giveaway]\n\nI'm planning to give 50 pieces of goodie bags and unofficial seventeen cards for #BeT…
## 4211                             RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 4212                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 4213                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4214                             RT @dnonarats: #CaratSelcaDay #CSD #DOKYEOM #도겸 #SEVENTEEN #세븐틴 @pledis_17 \n\nthe photographer            his favorite view https://t.co/G9y…
## 4215                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4216                    RT @pledis_17: SEVENTEEN 'BE THE SUN' : THE CITY NAGOYA\n\n▶ https://t.co/8DcYWmhRKE\n\n#SEVENTEEN #세븐틴\n#SEVENTEEN_THE_CITY\n#まちとかがやくSEVENTEEN h…
## 4217                                                              RT @jhluversvt: our car ride selfies ☀️ #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jWaKul2SOB
## 4218                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 4219                            RT @pledis_17: [SEVENTEEN’s SNAPSHOOT] EP.49 DINO IS BACK!\n\n▶ https://t.co/mPpZoS08WJ\n\n#SEVENTEEN #세븐틴\n#SVT_SNAPSHOOT https://t.co/WO0H9HVd…
## 4220                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 4221                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4222                                    RT @seventeen: Selena Gomez and Stacey Abrams Set to Produce New Music Documentary, “Won't Be Silent” https://t.co/uYUzPHNYC5 https://t.co/…
## 4223                                    RT @pledis_17: [17'S] SEVENTEEN was recognized for ‘Building K-ulture Bridges’ at LA3C Creativity and Culture Awards! 🏆 Thank you our CARAT…
## 4224                                                                          RT @sounds_of_cheol: seventeen heading to ph today ✈️ have a safe flight boys 🖤 https://t.co/A11KHyOizW
## 4225                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4226                                            RT @hogyuhae: 🌿I’ll be your spring during any winter❄️\n\n#CaratSelcaDay #csd #seventeen #Woozi #세븐틴 #우지 https://t.co/Y1ke5bBQ8h
## 4227                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4228                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4229                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 4230                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4231                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 4232                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4233                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4234                                          RT @americaprince__: 𝘗𝘏𝘖𝘛𝘖𝘉𝘖𝘛𝘏 𝘞𝘐𝘛𝘏 𝘏𝘐𝘔 📸\n\n#CSD #CaratSelcaDay #JOSHUA #조슈아 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/k1F4VBvIhp
## 4235                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4236                                   RT @_seoksoohui: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4237                              RT @CharmSupportLab: Be the Sun in Bulacan freebies\n\nHi! We’re giving away lots of cute fanmade stuff today! In rose quartz &amp; serenity blue…
## 4238                                 RT @winterangelhao: good afternoon 😄\n\n#CSD #caratselcaday #carat #joshua #shua #조슈아  #seventeen #세븐틴 @pledis_17 https://t.co/RmoCan0WGP
## 4239                          RT @mamangshua: I love you, just only you nobody else 💜💐\n\n#CSD #CaratSelcaDay \n#JOSHUA #조슈아\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/s6dGy1v…
## 4240                                                                   RT @yurlvme: date with gyu 😋💗\n\n#CaratSelcaDay #CSD #MINGYU #민규 #SEVENTEEN #세븐틴 https://t.co/Y66KywHogR
## 4241                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4242                         RT @softiekyeom: take 2 help rt\n\ni'll be giving random unofficial svt pcs &amp; sweets tomorrow!!! pls see me around ph arenaaa &lt;3\n\nshow me thi…
## 4243                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 4244                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4245                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4246                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4247                            RT @roserenity0ung: 225 𝒅𝒂𝒚𝒔 𝒘𝒊𝒕𝒉 "𝒘"\nhe told me to do "wonwoo's shaking camera pose?"😆\n#CaratSelcaDay #CSD #세븐틴 \n#원우 #WONWOO #SEVENTEEN @p…
## 4248                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4249                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 4250                              RT @Kpopidolvoting_: Seoul Music awards giveaway\nMain  💫\n300 gold Hearts for winner 🏆\nRules:\n✓Follow and drop your proofs\n✓Like,RT\n✓Like,RT…
## 4251                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 4252                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 4253                                                                                                   RT @soiceicebby: @kpophappenings_ YOON from SEVENTEEN https://t.co/9IM5b8J0K6
## 4254                                  RT @svtbillboard: [NOTICE : 2022 HANTEO MUSIC AWARDS]\n\nWe have decided to not push for Global Artist Award and Whosfandom poll on Whosfan f…
## 4255                         RT @softiekyeom: take 2 help rt\n\ni'll be giving random unofficial svt pcs &amp; sweets tomorrow!!! pls see me around ph arenaaa &lt;3\n\nshow me thi…
## 4256                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 4257                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4258                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4259                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4260                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4261                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 4262                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4263                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4264                                   RT @dyochans: ☀️ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ☀️\n\n— metalic frame keychains are exclusively for [ better man au ] readers!\n— sn…
## 4265                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 4266                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 4267                               RT @essicakes_: 🧡 BE THE SUN IN BULACAN FREEBIES 🧡\n\nHi! I'll be giving out diamond ring pop with light + random unofficial pcs later! ✨\n \nK…
## 4268                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4269                                                         RT @dokyeomiesgf: we went on a date :)\n\n#CaratSelcaDay #CSD #DOKYEOM #도겸 #세븐틴 #SEVENTEEN https://t.co/zGBqsGPlwY
## 4270                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 4271                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 4272                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 4273                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4274                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4275                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4276                                                                             RT @_biscuitrainbow: Under the mask 😷 \n#MINGYU #SEVENTEEN #seventeenfanart https://t.co/OWR2fceO6H
## 4277                                                                     RT @bernacnti: [SEVENTEEN BE THE SUN FREEBIES]\n\nSee you later🤧😭\n\n#BeTSinBULACAN https://t.co/nN7W3Opx7q
## 4278                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4279                                          RT @aeasctyy: a heaven out in space ☁️💙\nwith @sseminzz &lt;33 \n\n#csd #caratselcaday #jeonghan #dk #seventeen https://t.co/8dc0WhbbCM
## 4280                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4281                                                        RT @yeoshuaa_: me &amp; my boyfie ♡\n\n#CaratSelcaDay #CSD #JOSHUA #SEVENTEEN #조슈아 @pledis_17 https://t.co/g5kondqa3y
## 4282                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 4283                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4284                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4285                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4286                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4287                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 4288                                                                     RT @bernacnti: [SEVENTEEN BE THE SUN FREEBIES]\n\nSee you later🤧😭\n\n#BeTSinBULACAN https://t.co/nN7W3Opx7q
## 4289                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4290                                                                  RT @fromLover_9: fromis_9 Stay This Way x Seventeen Fallin' Flower\n\nthe pledis print https://t.co/gBbI0lEGbJ
## 4291                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4292                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4293                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 4294                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4295                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 4296                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 4297                                RT @byuumie: nlex &amp; sctex traffic advisory ! high volume of traffic is expected in the area. ph is seventeen ready ! 🫶🏻 https://t.co/P8kaah…
## 4298                                 RT @suphoshi: A little over dressed, but that’s okay - Hoshi thought I was so cute 💞\n\n#CSD #CaratSelcaDay #SEVENTEEN\n#HOSHI https://t.co/Zh…
## 4299                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 4300                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4301                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4302                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4303                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4304                                                                               RT @horangrawrhae: seventeen hoshi first update in the philippines 😂\n\n©️ https://t.co/0x8uHu6M61
## 4305                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 4306                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4307                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4308                                             RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 4309                                    RT @BILLLIEFILES: SEVENTEEN’s SEUNGKWAN posted a signed the Billage of perception: chapter 2 album he got from Billlie on his Instagram Sto…
## 4310                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4311                              RT @solastreo: dk and wonwoo forcibly making each other headbang during aju nice 😭😭😭\n\n#SEVENTEEN   #세븐틴   #BeTheSun\n#SEVENTEENinOAKLAND #BE…
## 4312                                                              RT @kwonhochie: the card was FacE ThE SuN\n\n#CaratSelcaDay  #csd #CARAT #SEVENTEEN #hoshi https://t.co/JxLqsHkgGO
## 4313                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅ LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#SEVENTEEN #TWICE #TXT #…
## 4314                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4315                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4316                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4317                                 RT @HHGives: CHOEAEDOL Giveaway poll 🍲\n\n🗳 300 hearts\n\n▪︎ follow @HHGives with 🔔\n▪︎ Like, rt my pin tweet\n▪︎ Like and rt this\n▪︎ 200 drop pr…
## 4318                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4319                                    RT @rvsvtfiles: throwback to red velvet and seventeen's red and black outfits in last year's, 2021, kbs gayo daechukje https://t.co/On48X8L…
## 4320                             RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 4321                      RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 4322                                   RT @blcshao_o: ⑅⁠˖⁠♡ you've always been there for me\n\n#CaratSelcaDay #CSD #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/NqEWOXrN1N
## 4323                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 4324                              RT @haelygiveaway: Hael CHOEAEDOL Giveaway\n\n🍁 250 Hearts\n\n– Follow me with 🔔 \n– retweet and like my pin\n– retweet and like this\n– 200 drop…
## 4325                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 4326                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4327                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4328                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4329                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4330                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4331                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 4332                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4333                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4334                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4335                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 4336                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4337                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4338                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4339                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4340                                                 RT @minghaolicious: me &amp; my lovely boo ✨🧡\n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN  @pledis_17 https://t.co/FejOPXfpLp
## 4341                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4342                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 4343                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 4344                                                                                                                                       RT @YourShop19: SEVENTEEN DINO PHOTOCARDS
## 4345                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4346                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4347                                             RT @svtbz_Q8: he just won't stop copying me 😤 #CaratSelcaDay #CSD #SEVENTEEN #THE8 #MINGHAO #세븐틴 #디에잇 https://t.co/HlyMVkiehU
## 4348                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 4349                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4350                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4351                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 4352                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4353                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 4354                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4355                                                            RT @faeiryoon: I just love him Idk #CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/0WydKPf5Vr
## 4356                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4357                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4358                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4359                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 4360                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4361                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 4362                                     RT @AnFhuiseog: 6000 Days by Jim 'Jaz' McCann describes seventeen years of his life imprisoned in Crumlin Road Gaol and the H-Blocks (Long…
## 4363                                         RT @dokyeomfiles: 221213 Lee Seokmin with touch of cuteness today! 🥰\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/4RMc35INfi
## 4364                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4365                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4366                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 4367                              RT @maejangunboxed: WTS Be the Sun BeTS\n\nUBA : Row 67\n\n— dp + rembal on d-day meet up\n— claimed tix\n— proof + valid ID + personal contact i…
## 4368                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 4369                              RT @kwannhao: i’m the place you can come to, you’re the place i can go to 🤍 \n#CSD #CaratSelcaDay #SEVENTEEN #세븐틴 #CARAT #호시 @pledis_ https:…
## 4370                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4371                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 4372                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 4373                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4374                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4375                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4376                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4377                            RT @byuumie: #BeTSinBULACAN freebies .ᐟ\n\n📙 i’ll be giving away hand banners &amp; filmstrips on dec 17!\n\n— first 10 to show me baby pics of sev…
## 4378                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4379                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4380                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 4381                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4382                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4383                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4384                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4385                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4386                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 4387                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4388                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4389                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4390                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 4391                                             RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 4392                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 4393                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4394                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4395                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4396                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4397                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 4398                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4399                                 RT @winterangelhao: good afternoon 😄\n\n#CSD #caratselcaday #carat #joshua #shua #조슈아  #seventeen #세븐틴 @pledis_17 https://t.co/RmoCan0WGP
## 4400                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4401                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4402                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4403                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 4404                                RT @hanisyruup: Be The Sun in Bulacan Freebies ☀️\n\n↬ Strictly 1:1\n↬ follow @/theadvisordiaries on ig (optional)\n↬ Time/Loc : TBA\n↬ Say “Shi…
## 4405                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4406                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 4407                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4408                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 4409                                                          RT @Zeldaliaa_: Baby I am a shadow of you 🖤\n\n#CaratSelcaDay #carat #SEVENTEEN #minghao #the8 https://t.co/YEAZdUrssL
## 4410                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4411                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 4412                                   RT @seoksoominwon: ✿ SEVENTEEN #BeTheSuninBulacan FREEBIES ✿\n\n17 days before d-day! I'll be giving some freebies on concert day caratdeul.…
## 4413                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 4414                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4415                                     RT @peach_and_tiger: it has been a while but Seoul's temperature is lowkey cold cold ❄️💙 #CSD #CARAT_SELCA_DAY #CaratSelcaDay #kimmingyu #m…
## 4416                                                                RT @unvrsfee_: — long distance (r)🏙\n\n#CSD #CaratSelcaDay #JOSHUA #SEVENTEEN @pledis_17 https://t.co/Cft1r16MK2
## 4417                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 4418                                                           RT @snowwonu: i’ll pick you up after work? \n\n#CARAT_SELCA_DAY #WONWOO #SEVENTEEN @pledis_17 https://t.co/0IuwRYJ5hT
## 4419                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4420                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4421                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4422                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 4423                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4424                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4425                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4426                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4427                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4428                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4429                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4430                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4431                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4432                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4433                              RT @kkumashane: SEVENTEEN Be the Sun Bulacan\nFREEBIES GIVEAWAY \n\n‣ official trading/photo cards\n‣ candy canes\n\ni will post on d-day where y…
## 4434                                   RT @bonbonppan: “my heart moves towards you even amidst a whirlwind, and I will reach out to you”\n#CaratSelcaDay #CSD #CARAT_SELCA_DAY #CAR…
## 4435                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4436                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4437                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 4438                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4439                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 4440                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4441                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4442                                  RT @aeinsun: BeTS IN BULACAN FREEBIES \n\nhello carats! we will be giving away crinkles with unofficial pc and stickers. and some random cara…
## 4443                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 4444                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4445                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 4446                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4447                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 4448                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4449                                                          RT @SVT_Fancafe: [#HOSHI🌟 Weverse] \n221215 -19:49 KST-\n\n#호시 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/nZbhHOvFyY
## 4450                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 4451                                  RT @eoia_min: ✧ SEVENTEEN BETS IN BULACAN FREEBIES ✧\n\nHi carats! I'll giveaway official photocards and other unofficial photos of seventeen…
## 4452                                    RT @caratdeu113_: For those who'll come tomorrow for BeTSinBulacan, please take care and please be safe!! And of course, PLEASE ENJOY THE C…
## 4453                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4454                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 4455                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4456                                  RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 4457                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 4458                                  RT @gyuilatte: We're on set, 10 minutes before photoshoot~\n\n#CSD #CaratSelcaDay #CARAT_SELCA_DAY  #MINGYU #SEVENTEEN https://t.co/TNJs83GsUy
## 4459                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 4460                              RT @sunshinejcm: if you see this you're required to list your top 10 groups\n1. the boyz \n2. cix \n3. seventeen \n4. monsta x\n5. enhypen \n6. i…
## 4461                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 4462                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 4463                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 4464                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 4465                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4466                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 4467                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4468                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 4469                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 4470                                      RT @xuminghaoluvr: me 🤝🏼 hoshi\nselfies in the dark &gt;&gt;&gt;\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/xtEHKp5KKX
## 4471                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 4472                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 4473                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 4474                          RT @ofcynotlemon: [HELP RT]\n\n✨ be the sun in bulacan freebies ✨\n\n— 1 hitori janai art print\n— 2x2 stickers\n— candies\n\nlimited quantity only…
## 4475                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4476                                               RT @miss_svtmafia: SECURED ONE MORE UBC REG TICKET!!! 😭😭😭\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 https://t.co/melvV5cKVl
## 4477                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4478                                  RT @FLOWERBOYSVTN: to the one who gave me his heart ... 😳💗\n\n#CaratSelcaDay #17CaratSelcaDay #CSD #XUMINGHAO #SEVENTEEN @pledis_17 ♡ https:/…
## 4479                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 4480                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4481                                           RT @joshualooped: "I wanna be Seventeen's Joshua for a long, long time." \n#세븐틴 @pledis_17 #조슈아 #JOSHUA https://t.co/2JvF06Q7kg
## 4482                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 4483                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 4484                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4485                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4486                                                                                                    RT @horangrawrhae: FINALLY D-DAY!!!!! #BeTSinBULACAN https://t.co/c5yHsXAXEZ
## 4487                          RT @13_Gems_17: 《THREAD》\n\nHere is a thread highlighting ALL the achievements &amp; accolades SEVENTEEN have earned this year in 2022 alone.\n\nFu…
## 4488                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4489                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4490                             RT @dinoscheekmoles: Extremely soft pictures of Lee Jihoon \n\nA thread 🌻🌸💖🌈☀️🥰✨️ \n#WOOZI #JIHOON #우지 #SEVENTEEN #세븐틴 @pledis_17 https://t.co…
## 4491                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 4492                             RT @dinoscheekmoles: Extremely soft pictures of Jeon Wonwoo\n\nA thread 🌻🌸💖🌈☀️🥰✨️ \n#WONWOO #원우 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/GmthZJ…
## 4493                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4494                             RT @dinoscheekmoles: Extremely soft pictures of Kwon Soonyoung \n\nA thread 🌻🌸💖🌈☀️🥰✨️ \n#HOSHI #호시 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/n0R…
## 4495                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4496                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4497                                RT @dinoscheekmoles: Extremely soft pictures of Wen Junhui\n\nA thread 🌻🌸💖🌈☀️🥰✨️ \n#JUN #준 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/6BmTAjABr9
## 4498                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 4499                                    RT @POTUS: Seventeen Black women have been confirmed to federal circuit courts in U.S. history. And with the Senate’s confirmation of Judge…
## 4500                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 4501                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4502                           RT @CCT_MINGYU: [CHOEAEDOL BANNER]\n\n❤Collect &amp; save ever hearts for Charity Fairy\n🐶Support Mingyu on Choeaedol\n🔗https://t.co/MP59RuoSNu\n💎Be…
## 4503                              RT @forevergluv: If you see this you're required to list your top 10 groups\n1. EVERGLOW\n2. ATEEZ\n3. EXO\n4. ENHYPEN\n5. (G)I-DLE\n6. TWICE\n7.…
## 4504                                  RT @luv__wonu: mirror pics are the best, argue with the wall if you disagree\n\n#CaratSelcaDay #carat #SEUNGKWAN #SEVENTEEN #CSD @pledis_17 h…
## 4505                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4506                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 4507                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4508                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 4509                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4510                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4511                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4512                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 4513                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 4514                                                           RT @kkumashane: only seventeen can make me get out of bed at 4am on a saturday ~ it’s be the sun in bulacan d-day!! 🤍
## 4515                               RT @mujicprod: ꨄ Be the Sun in Bulacan (another) UBC Reg 🎫\n\n[1 winner]\n- like and rt this tweet \n- tag 3 carat besties\n- reply your streami…
## 4516                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 4517                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4518                                    RT @4ever_with17: @kpophappenings_ JEONGHAN and DK from SEVENTEEN... Seriously there is nothing normal in their lives https://t.co/LX2Gim1k…
## 4519                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4520                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4521                            RT @byuumie: #BeTSinBULACAN freebies .ᐟ\n\n📙 i’ll be giving away hand banners &amp; filmstrips on dec 17!\n\n— first 10 to show me baby pics of sev…
## 4522                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 4523                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4524                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4525                    RT @SVT_stagram: [#DK 📸 Instagram Story] \n221216 dk_is_dokyeom \n\n➸ Joker movie poster ㅋㅋㅋㅋㅋㅋ\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/t…
## 4526                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4527                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4528                       RT @yoonminhoes: ଘ(੭*ˊᵕˋ)੭* Caratdeul!! \nReady na ang candy bar ni seungcheol 🤟🤩\n\n신기방기 뿡뿡방기 lootbags are packed as well! See you there! \n\n*…
## 4529                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 4530                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4531                            RT @gyeolchergae: ˗ˏˋ꒰ 🍒 ꒱\n\n『 #SEVENTEEN Fansupport by gyeolchergae 』\n\nHey, there Carats! I'll be giving away hand banners and unofficial p…
## 4532                               RT @haothinks: minghao inclusions for sg 2023 🌌\n\n#SEVENTEEN #세븐틴 #THE8 #디에잇 #서명호 #徐明浩 #ディエイト #ミンハオ https://t.co/GSwKznCjZJ
## 4533                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4534                                  RT @CheonsaHaniee: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nPlease see photo for more details\nStrictly 1:1 🥺\n\n☀️RT + Like (follow not mandatory…
## 4535                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 4536                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4537                          RT @feat_annaaa: wts lfb\n\nubc reg 410\n2k\nLONG DOP \ndp : 1k\nrembal : 1k (kahit until end of january na) \n\nrfs : sudden exam sked :(\n\nHELP RT…
## 4538                                                 RT @onelywoo: just had a night walk with my boyfIE 🌀💌💭🌷\n.\n.\n.\n#CaratSelcaDay #CSD #SEVENTEEN #CARAT https://t.co/Uif745tQQJ
## 4539                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 4540                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4541                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 4542                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4543                             RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 4544                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 4545                                                                                 RT @433: A RECORD-BREAKING number of SEVENTEEN YELLOW CARDS TONIGHT 🥵🥊⚠️ https://t.co/ATYwngKdtO
## 4546                                 RT @UaenCarat0912: Hi everyone! in collaboration with @seoksoocentric , we’ll be giving away 200 sets of freebies! 🫶\n\n🐯 strictly 1:1\n🐸 loc:…
## 4547                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4548                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4549                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4550                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 4551                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4552                                  RT @ciplayoo_n: "If the world attack and you slide off track, remember one fact, i got your back"\n–Will Smith\n\n#CSD #CaratSelcaDay #JOSHUA…
## 4553                                             RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 4554                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4555                                       RT @jeonwonhao: hey hey hey, carats! i'll be giving away haikyu x seventeen freebies for #BeTSinBULACAN ◡̈ .⁠。⁠*⁠♡\n\n✿ includes 1 member ea…
## 4556                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4557                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4558                              RT @hiautosng: HELP RETWEET PLS 🙏\n\n(Foreign Used)Affordable 2012 Upgraded Lexus GX460\nPrice: 15Million Naira\n\nDM📩 for more info or\nCall 080…
## 4559                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4560                                  RT @FLOWERBOYSVTN: to the one who gave me his heart ... 😳💗\n\n#CaratSelcaDay #17CaratSelcaDay #CSD #XUMINGHAO #SEVENTEEN @pledis_17 ♡ https:/…
## 4561                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4562                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4563                                          RT @baekhyunee_EX0_: •We keep this love in a photograph•\n\n#CaratSelcaDay #SEVENTEEN\n#JoshuaHong  @pledis_17 https://t.co/PJ208Q2vjw
## 4564                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 4565                                      RT @dawncheol: a Carat asked Jeonghan to show his room and he said he can’t, but he ended up showing the room’s reflection in his spoon 😂…
## 4566                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4567                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4568                                 RT @buleloveeee: WTB SEVENTEEN pcs ph\n⭕️buy buy buy!\n❌sell\nI am looking for the following pcs😭😭😭😭🤤\nplease dm me!🙇🏻‍♀️If the price is right,…
## 4569                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4570                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4571                                    RT @neo__phyte: Let’s see my happiness~ ♡♡\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/pslTZAeFLG
## 4572                          RT @13_Gems_17: 《THREAD》\n\nHere is a thread highlighting ALL the achievements &amp; accolades SEVENTEEN have earned this year in 2022 alone.\n\nFu…
## 4573                                    RT @OHMYPROM0: not new to rp promo gdm exo bts chanbaek wonwoo kyungsoo jennie album solo follow trick nsfw 18+ views wonwoo seventeen taeh…
## 4574                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4575                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4576                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4577                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 4578                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 4579                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 4580                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 4581                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 4582                                    RT @BILLLIEFILES: SEVENTEEN’s SEUNGKWAN posted a signed the Billage of perception: chapter 2 album he got from Billlie on his Instagram Sto…
## 4583                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4584                                   RT @kyoongified: ✦₊˚ SEVENTEEN BE THE SUN in Bulacan\n\nhi hello! @chocohwabs, @8youngkart and i will be giving away some freebies on d-day:…
## 4585                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4586                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 4587                                        RT @shuahae_3_: 𝐎𝐮𝐫 𝐇𝐞𝐚𝐥𝐢𝐧𝐠, 𝐇𝐞𝐚𝐥𝐢𝐧𝐠~ 💙\nWith Mingyu \n\n#CSD #Mingyu #민규 #CaratSelcaDay #SEVENTEEN @pledis_17 https://t.co/UvyYAGjB8E
## 4588                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4589                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 4590                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4591                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4592                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 4593                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 4594                                 RT @mydeardreamies: wts lfb svt seventeen be the sun bulacan manila\n\nLBB Premium\n- price is very negotiable (SURE DISCOUNT)\n- friend can't…
## 4595                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4596                                     RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 4597                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4598                                                        RT @butterfluers: Proud boyf\n\n#CaratSelcaDay #CSD\n#WOOZI #버논 #SEVENTEEN\n#세븐틴 @pledis_17 https://t.co/frEd1x4nzZ
## 4599              RT @APMAHK: ASIAN POP MUSIC AWARDS 2022(NOMINATIONS)\n#APMA #APMA2022 #AsianPopMusicAwards #亞洲流行音樂大獎 #亚洲流行音乐大奖\n\nBEST DANCE PERFORMANCE(Overs…
## 4600                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 4601                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 4602                          RT @ofcynotlemon: [HELP RT]\n\n✨ be the sun in bulacan freebies ✨\n\n— 1 hitori janai art print\n— 2x2 stickers\n— candies\n\nlimited quantity only…
## 4603                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4604                                    RT @BILLLIEFILES: SEVENTEEN’s SEUNGKWAN posted a signed the Billage of perception: chapter 2 album he got from Billlie on his Instagram Sto…
## 4605                             RT @jjwihauls: ☁️. Be The Sun Bulacan Freebies\n\n — rt &amp; like this tweet to spread !\n —  will prio attendees due to limited quantities \n — o…
## 4606             RT @APMAHK: ASIAN POP MUSIC AWARDS 2022(NOMINATIONS)\n#APMA #APMA2022 #AsianPopMusicAwards #亞洲流行音樂大獎 #亚洲流行音乐大奖\n\nRECORD OF THE YEAR(Overseas)…
## 4607                                                                                     RT @luvrshuas: can i get to the yams #CSD #CaratSelcaDay #SEVENTEEN https://t.co/BPyGN1tsLW
## 4608                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 4609                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4610                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4611                                                                                    RT @kimmingyuux: Date?🖼🎨\n#CaratSelcaDay #CSD #seungcheol #SEVENTEEN https://t.co/jTj5n9D5Hj
## 4612                                                           RT @horanghaeist: this is the type of shit dokyeom makes seventeen do before left &amp; right https://t.co/63ulX1HAI0
## 4613                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 4614                                                                          RT @jjbihoon: Santa claus is coming to town 🤍❄️☃️ #csd #dk #seventeen @pledis_17 https://t.co/9BhMnHVtPw
## 4615                                                         RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/DUtf3tN0gE https://t.co/VF6s8nPAB0
## 4616                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4617                            RT @LaliceUpdates: 2023 New Kpop Wave/Keyword: \n\nThe rapid rise of INDIA (for kpop):\n#1 BTS\n#2 @BLACKPINK\n#3 #LISA \n#4 TWICE\n#5 ITZY \n\n(As…
## 4618                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 4619                                             RT @kkssllwoo: couple with my ayang 😆💗✨\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/Gpr5I4CCca
## 4620                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4621                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 4622                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 4623                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4624                                 RT @UaenCarat0912: Hi everyone! in collaboration with @seoksoocentric , we’ll be giving away 200 sets of freebies! 🫶\n\n🐯 strictly 1:1\n🐸 loc:…
## 4625                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4626                              RT @sarahoshuji: ✨#Seventeen Be The Sun in Bulacan Fan Support/Freebies✨\n\nHello Caratdeuls! \n\n@nilaj_tee, @aidan_andrea, and I are giving a…
## 4627                                  RT @FLOWERBOYSVTN: to the one who gave me his heart ... 😳💗\n\n#CaratSelcaDay #17CaratSelcaDay #CSD #XUMINGHAO #SEVENTEEN @pledis_17 ♡ https:/…
## 4628                                      RT @xuminghaoluvr: me 🤝🏼 hoshi\nselfies in the dark &gt;&gt;&gt;\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/xtEHKp5KKX
## 4629                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4630                               RT @lcvezip: __ 🫧 be the sun in bulacan freebies ! 🫧__\n\nhello! i’ll be giving away a svt mask case + fanmade stickers on the concert &lt;3 see…
## 4631                          RT @HorangiKrong: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nDate: Dec. 17, 2022\nTime &amp; Location: TBA\nStrictly 1:1\n\n✅ RT + Like\n(show us the proo…
## 4632                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 4633                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 4634                    RT @KByexxArbi: 💎SEVENTEEN Be The Sun in Bulacan💎\n 》FREEBIES《\n\nWHEN &amp; WHERE: TBA\n\n✨ Limited freebies only\n✨ like and retweet to spread\n✨ ta…
## 4635                                RT @abangmingyu: “Hold you laughter Round 1”\n“Failed”\n“I hate you”\n“Hahahahahahaha”\n#caratselcaday #CSD #seventeen #MINGYU @pledis_17 https…
## 4636                              RT @loreyneleeey: SEVENTEEN BE THE SUN IN BULACAN✨FREEBIES✨\n\nOpen to all carats! Team Concert/Team Labas. See you! 💗💎\n\n#BeTheSuninBULACAN #…
## 4637                                    RT @WORLDMUSICAWARD: 🔝🔟ALBUMS JAPAN🇯🇵\n1⃣First Howling:ME #andTEAM\n2⃣JAPAN 1ST EP DREAM #SEVENTEEN\n3⃣Power Of Wish #EXILE\n4⃣'Indigo' #RM\n5⃣S…
## 4638                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4639                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 4640                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 4641                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4642                                     RT @xuminghao_ok: may want ba ng minghao banner ko? 🥹 i will also give some random freebies like candy, unofficial pc, and more. see you 😊…
## 4643                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 4644                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4645                                 RT @Kpopmap: What Is An 'Ace' In K-Pop? Featuring 10 K-Pop Idol Aces Who Shone In 2022\nhttps://t.co/isjSdW9XGx \n\n#GOT7 #JinYoung #BTS #JHop…
## 4646                                  RT @FLOWERBOYSVTN: to the one who gave me his heart ... 😳💗\n\n#CaratSelcaDay #17CaratSelcaDay #CSD #XUMINGHAO #SEVENTEEN @pledis_17 ♡ https:/…
## 4647                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4648                             RT @SVT_Fancafe: [#MINGYU🌟 Weverse]\n221215 -19:53 KST-\n\n➸ By any chance, has anyone seen my... earphones at the airport.......\n\n#민규 #SEVENT…
## 4649                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4650                          RT @hae_tiger15: (っ◔◡◔)っ ♥ Rage BeTS Bulacan Freebies♥\n\n- like and rwt \n- strictly 1:1\n- open for trades just dm me &lt;333 \n- limited lang hu…
## 4651                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4652                                    RT @bewildered_inks: Hi, Carats! We will be giving away banners, sticker packs and unofficial pilot ids of SVT as freebies on BeTS in Bulac…
## 4653                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 4654                         RT @YoonMinMD1: Done being a mader packer lol &gt;&lt;\nI and @SVTethereal packed this for you on D-Day! 💖\n\n🌸 Open to ALL carats \n🌸 1:1 only\n🌸 wil…
## 4655                                          RT @dailygyushua: kim mingyu when he talks in pout (re: in baby).\n\n#MINGYU #민규 #SEVENTEEN #세븐틴 #セブチ\nhttps://t.co/nWoJ5DnhYR
## 4656                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4657                                            RT @mcpnews: Missing Seventeen-Year-Old\n\nhttps://t.co/Z9mi8EAAjU\n\n#MCPD #MCPNews #Missing #MissingPerson https://t.co/jTd3yWM7i8
## 4658                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4659                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4660                         RT @YoonMinMD1: Done being a mader packer lol &gt;&lt;\nI and @SVTethereal packed this for you on D-Day! 💖\n\n🌸 Open to ALL carats \n🌸 1:1 only\n🌸 wil…
## 4661                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4662                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4663                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4664                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 4665                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 4666                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4667                                RT @kwonushii: ✨BETS IN BULACAN FREEBIES✨\n\nHello, Carats! This is my first time seeing Seventeen, and to celebrate I'm also giving freebies…
## 4668                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 4669                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4670                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4671                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 4672                                  RT @snowkhoshi: please retweet pinned tweet to help SVTFLIX reach more carats, especially new carats and ppl who want to stan seventeen\n\n⭐️…
## 4673                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 4674                             RT @nelly_nella_: 1. Astro\n2. Bts\n3. Stray kids\n4. Ateez\n5.  The rose\n6.Seventeen\n7. Txt \n8. P1harmony\n9. Monsta x\n10. Treasure or oneus 😭
## 4675                                                                                   RT @1UVAZR4: Me and my bf💗💎\n\n#CSD #CaratSelcaDay #MINGYU #SEVENTEEN https://t.co/LMrSVzrbx8
## 4676                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 4677                                    RT @EnvAm: Seventeen international insurers now have policies against covering new oil and gas projects in the Coastal Plain of the #Arctic…
## 4678                              RT @hyojinsmile: if you see this, you're required to list your top 10 groups\n\n1. onf\n2. kingdom\n3. seventeen\n4. txt\n5. twice\n6. oh my girl…
## 4679                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4680                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4681                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 4682                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4683                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4684                                  RT @nyorongiez: ✧ be the sun: bulacan freebies ✧\n\nhi! i'll be giving away booshua x sanrio stickers and svt art prints on d-day ◡̈︎\n\nvery l…
## 4685                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 4686                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 4687                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4688                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 4689                                  RT @FLOWERBOYSVTN: to the one who gave me his heart ... 😳💗\n\n#CaratSelcaDay #17CaratSelcaDay #CSD #XUMINGHAO #SEVENTEEN @pledis_17 ♡ https:/…
## 4690                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 4691                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4692                                                             RT @koomotive: winter enjoyers ❄️🤍 \n\n#CaratSelcaDay #CSD #DINO #디노 #SEVENTEEN @pledis_17 https://t.co/NmOhXhXWnw
## 4693                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 4694                              RT @snwugyu: to celebrate my 7th year w/ svt, i will be giving away svt merch for free!\n\nalso, ✨ be the sun in bulacan giveaway ✨\n\nto join:…
## 4695                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 4696                               RT @essicakes_: 🧡 BE THE SUN IN BULACAN FREEBIES 🧡\n\nHi! I'll be giving out diamond ring pop with light + random unofficial pcs later! ✨\n \nK…
## 4697                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4698                                       RT @the2the8: significant other reveal!! &lt;3\n\n#CaratSelcaDay #CSD #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wgaLeJ1oZw
## 4699                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4700                              RT @kimingyuzone: [#NinongMingyuGives]\n\n(1) WINNER OF UBC PREMIUM TICKET FOR BE THE SUN IN BULACAN.\n\nMechanics:\n- mbf\n- Reply below the scr…
## 4701                                                                                                        RT @whagsoo: #SEVENTEEN - hot performance at aaa https://t.co/qg14uArikE
## 4702                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 4703                                           RT @joshualooped: "I wanna be Seventeen's Joshua for a long, long time." \n#세븐틴 @pledis_17 #조슈아 #JOSHUA https://t.co/2JvF06Q7kg
## 4704                                RT @jaysungsells: RE-POST BE THE SUN IN BULACAN FREEBIES\n\nhello, i'll be giving away freebies for be the sun in bulacan on Dec 17, 2022!\n\nl…
## 4705                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 4706                                 RT @haosbitch: priorities before I fly……BLURRY PICS IS OUR THING!!!!! #CSD #CaratSelcaDay #MINGHAO #徐明浩 #SEVENTEEN @pledis_17 https://t.co/…
## 4707                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 4708                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4709                               RT @SMTOWNGLOBAL: 2022 Winter SMTOWN : SMCU PALACE - ID Portrait Image\n\n➫ 2022.12.26 6PM (KST)\n\n#SMTOWN2023 #SMCU_PALACE \n#2022_WINTER_SMTO…
## 4710                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 4711                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 4712                            RT @lovescoups_: Relationship goal: pursuing master's degree together 💗\n#CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #에스쿱스 #세븐틴 @pledis_17 https:…
## 4713                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4714                                 RT @haosbitch: priorities before I fly……BLURRY PICS IS OUR THING!!!!! #CSD #CaratSelcaDay #MINGHAO #徐明浩 #SEVENTEEN @pledis_17 https://t.co/…
## 4715                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 4716                                                           RT @horanghaeist: this is the type of shit dokyeom makes seventeen do before left &amp; right https://t.co/63ulX1HAI0
## 4717                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4718                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4719                                    RT @WORLDMUSICAWARD: 🔝🔟ALBUMS JAPAN🇯🇵\n1⃣First Howling:ME #andTEAM\n2⃣JAPAN 1ST EP DREAM #SEVENTEEN\n3⃣Power Of Wish #EXILE\n4⃣'Indigo' #RM\n5⃣S…
## 4720                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4721                                     RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 4722                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4723                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 4724                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 4725                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4726                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4727                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 4728                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 4729                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4730                                RT @xum8nghao_o2: [SVT GALLERY ; MEDIA OFFICIAL]\n221127 \n2022 SEVENTEEN WORLD TOUR [BE THE SUN] in TOKYO Press Photos \n\n#SEVENTEEN #SVT_GAL…
## 4731                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4732                                                 RT @yupsheskitten: JOSHUA for MAPS MAGAZINE KR 2023 \n\n#조슈아 #JOSHUA \n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/1FPnnHZ6Em
## 4733                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 4734                                  RT @JeremyCorbell: I'm excited to be able to do this. For a limited time - watch my THREE films for free on YouTube!\n\nTHESE BE DIRECT LINKS…
## 4735                                               RT @junranghae_hui: Shit, this is red too!!❤️\n\n#CSD #CaratSelcaDay #MINGYU #SEVENTEEN #세븐틴 @pledis_17 https://t.co/BPzcDvvjWr
## 4736                           RT @kawaiikyeom: . . . for our sun, deekay 🤓\n\n— BeTS in Bulacan freebies —\n\n+ randomly distributed\n+ open to all carats!!\n+ like &amp; rts are…
## 4737                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4738                             RT @binnie_nonna: 🤍 BetS in Bulacan Freebies 🤍\n\nhi carats ☺️ we’ll be giving away freebies on d-day!\n\nto claim:\n💫 like and rt \n💫 mbf\n\nsee y…
## 4739                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4740                                   RT @CoupsOfMinWon: ☀️ Be The Sun in Bulacan ☀️\n                                  Freebies\n\nCarats!! We will be giving away freebies on d-da…
## 4741                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4742                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4743                                 RT @winterangelhao: good afternoon 😄\n\n#CSD #caratselcaday #carat #joshua #shua #조슈아  #seventeen #세븐틴 @pledis_17 https://t.co/RmoCan0WGP
## 4744                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 4745                              RT @kwannhao: i’m the place you can come to, you’re the place i can go to 🤍 \n#CSD #CaratSelcaDay #SEVENTEEN #세븐틴 #CARAT #호시 @pledis_ https:…
## 4746                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 4747                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4748                         RT @bluehrkyo: [not in order] \n\n1. txt \n2. exo \n3. le sserafim \n4. stayc \n5. red velvet \n6. twice \n7. aespa \n8. nct \n9. seventeen \n10. shin…
## 4749                                   RT @Octubre2022: 🐣#Ukraine #inflation #SEVENTEEN #dkpol #SUPERJUNIOR #JHOPE #timraik #Russian\nEcoLife: artificial wombs, READY to replace H…
## 4750                                RT @binnie_nonna: #BinnieBigay 🐶 for BeTS in Bulacan \n\nhi #TeamLabas carats, we’ll be giving away one (1) LBA ticket for #BeTSinBulacan \n\nH…
## 4751                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 4752                                     RT @dazed420gaming: How dumb #pzgd #pzgdfam #dazedgaming #XboxSeriesX #PS4share #PS5 #gaming #streamer #win #SmallStreamersConnectRT #news…
## 4753                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4754                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 4755                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4756                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4757                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 4758                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 4759                                 RT @soobincrumbs: Soobincrumbs' mini giveaway for #BeTSinBULACAN (GyuHao)\n\n• RT + Like this tweet.\n• Follow (for updates purposes, optional…
## 4760                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4761                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4762                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 4763                                                                    RT @iIywh: HE KNEW EXACTLY WHAT HE WAS DOING HERE @pledis_17 #SEVENTEEN #HOSHI #LA3C https://t.co/y8NRa1z4uI
## 4764                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4765                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4766                                                RT @junhuiprotector: Omg he loves making people giggle, attention whore\n#준 #JUN @pledis_17 #SEVENTEEN\nhttps://t.co/yOkOMMBZZR
## 4767                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4768                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4769                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4770                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4771                                   RT @dyochans: ☀️ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ☀️\n\n— metalic frame keychains are exclusively for [ better man au ] readers!\n— sn…
## 4772                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 4773                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4774                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 4775                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4776                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4777                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4778                                                   RT @SVT_stagram: [#JUN 📸 Instagram]\n221207 junhui_moon \n\n➸ ☀️ \n\n#준 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/rGl8SfJCoF
## 4779                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 4780                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4781                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 4782                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4783                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4784                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4785                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4786                                            RT @SVT_stagram: [#JUN 📸 Instagram] \n221211 junhui_moon \n\n➸ see you~\n\n#준 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/5tx1AV3XAs
## 4787                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 4788                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4789                                                                                                                                   RT @666lkn: seventeen https://t.co/VgZtjd6MLg
## 4790                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4791                            RT @odetovou: me 🤝 cheol\nnever looking at the camera\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/6ZA5Db0p4P
## 4792                                 RT @suphoshi: A little over dressed, but that’s okay - Hoshi thought I was so cute 💞\n\n#CSD #CaratSelcaDay #SEVENTEEN\n#HOSHI https://t.co/Zh…
## 4793                          RT @ofcynotlemon: [HELP RT]\n\n✨ be the sun in bulacan freebies ✨\n\n— 1 hitori janai art print\n— 2x2 stickers\n— candies\n\nlimited quantity only…
## 4794                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4795                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4796                           RT @shuatokki: want to sell seventeen exo got7 monsta x astro poster \n\ndom jakarta\nshopee ✅\nsharing di GO ✅\nkeep event ✅ (dp 50%)\npacking (…
## 4797                                 RT @winterangelhao: good afternoon 😄\n\n#CSD #caratselcaday #carat #joshua #shua #조슈아  #seventeen #세븐틴 @pledis_17 https://t.co/RmoCan0WGP
## 4798                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4799                                                                                  RT @absterwebby: you better hit those notes woozi!!!! #LA3C #SEVENTEEN https://t.co/u2MJ7neoIC
## 4800                    RT @KByexxArbi: 💎SEVENTEEN Be The Sun in Bulacan💎\n 》FREEBIES《\n\nWHEN &amp; WHERE: TBA\n\n✨ Limited freebies only\n✨ like and retweet to spread\n✨ ta…
## 4801                              RT @CharmSupportLab: Be the Sun in Bulacan freebies\n\nHi! We’re giving away lots of cute fanmade stuff today! In rose quartz &amp; serenity blue…
## 4802                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 4803                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 4804                                             RT @svtbz_Q8: he just won't stop copying me 😤 #CaratSelcaDay #CSD #SEVENTEEN #THE8 #MINGHAO #세븐틴 #디에잇 https://t.co/HlyMVkiehU
## 4805                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4806                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 4807                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 4808                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4809                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4810                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4811                                 RT @winterangelhao: good afternoon 😄\n\n#CSD #caratselcaday #carat #joshua #shua #조슈아  #seventeen #세븐틴 @pledis_17 https://t.co/RmoCan0WGP
## 4812                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4813                                    RT @RebekkahFord: @A_DiAngelo I never thought I would die at the age of seventeen. https://t.co/XXn9EbWSdJ #paranormalromance #kindle #amre…
## 4814                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4815                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4816                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4817                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 4818                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4819                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 4820                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 4821                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4822                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4823                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4824                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4825                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4826                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4827                          RT @for717s: ✦ SEVENTEEN Be The Sun in Bulacan Freebies ✦\n\nfan support for #도겸 and #조슈아 ♡\n\nsee photo for more details :)\n#BeTheSuninBULACAN…
## 4828                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4829                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4830                                 RT @redthreadsells: [ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ]\n\n*♡FAN SUPPORT FOR S.COUPS♡*\n\nhello carats! i'll be giving away these fan…
## 4831                                RT @byuumie: yk why campfire is the suitable song for a fan project? because at the end of the day, carats &amp; seventeen can rely with each o…
## 4832                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 4833                             RT @seoksoocentric: SEVENTEEN BE THE SUN in BULACAN fan support for #도겸 and #조슈아 \n\nsince i can’t be there physically, the admins of @seokso…
## 4834                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4835                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 4836                                                                     RT @miss_svtmafia: 2 LBB TICKETS UP FOR GIVEAWAY LATER!!! 🧡\n\n#BeTSinBULACAN #BeTheSuninBULACAN @pledis_17
## 4837                                 RT @hellokrisan: Hello Carat 💎 \nHere's my Freebie Giveaway! Read the image for details and how to claim!\n\nI'll post the location on each da…
## 4838                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4839                            RT @dotdaers: ⁕ SEVENTEEN\nbe the sun bulacan\nfanmade freebies יִ\n\n꒰ esp for soonwoo- and seoksoo- ists ꒱\n\nrts are very much appreciated!\nhe…
## 4840                                    RT @twylyricbot: When I was seventeen, I wrote a song about how I'm drinking kerosene to light a fire in my gut, and I'll be coughing out e…
## 4841                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 4842                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 4843                            RT @22kristy: On hand na yay! 🥰☺️ \n\nstill sorting out pa some unsealed album and Official PC and Poster from my collection 😊👌\n\nlike &amp; rt\nfo…
## 4844                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4845                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 4846                            RT @totallydeekay: ᘜ BE THE SUN in BULACAN freebies ᘜ\n\nEnlo yeorubun! I will give some freebies on svt con.\n⇢ rt &amp; like 🫶🏼\n⇢ follow for upd…
## 4847                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 4848                                    RT @jseunie07: @yupsheskitten I deserve to see #SEVENTEEN in #BeTSinBULACAN bc I really want to support them live and makadagdag to express…
## 4849                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4850                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4851                                                           RT @_itsmeolv: ~one step at one time🩶~\n\n#CaratSelcaDay #CSD #DK #도겸 #SEVENTEEN @pledis_17 https://t.co/O71rZxhjaA
## 4852                                   RT @bodylike3racha: i haven’t taken cute pics of myself since summer oops 💚💚💚\n\n#CaratSelcaDay #SEVENTEEN @pledis_17 https://t.co/2pEHkKBhwF
## 4853                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 4854                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4855                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4856                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 4857                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 4858                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4859                                  RT @sarisaristored: UPPPP PLSSS MALALA!!! Can lower pa to 4600 if meeting up tmr! \n\nWTS LFB PH BETS BULACAN UBB REG SECTION 412 svt sevente…
## 4860                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 4861                                                            RT @faeiryoon: I just love him Idk #CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/0WydKPf5Vr
## 4862                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4863                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 4864                                  RT @SciPiHarvey: Here is the official picture let’s celebrate!!!! #teacheroftheweek \n\n⬇️ your list\n📣 tell me what you’re happy about\n♻️ Ret…
## 4865                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4866                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4867                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4868                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 4869                                   RT @yoonzinahae: One lucky #teamlabas will be able to see Seventeen later! Good luck! 💗\n\nI’ll post my whereabouts later if you wish to get…
## 4870                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4871                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4872                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4873                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 4874                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 4875                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4876                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 4877                             RT @pledis_17: [INSIDE SEVENTEEN] SEVENTEEN WORLD TOUR [BE THE SUN] ASIA BEHIND #2\n\n▶ https://t.co/9YYOuRp0t8\n\n#SEVENTEEN #세븐틴\n#INSIDE_SVT…
## 4878                                     RT @shuabambies: you know, without you i'm so lonely\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #DK #도겸 @pledis_17 https://t.co/WywsNdRV0q
## 4879                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4880                    RT @pledis_17: SEVENTEEN 'BE THE SUN' : THE CITY NAGOYA\n\n▶ https://t.co/8DcYWmhRKE\n\n#SEVENTEEN #세븐틴\n#SEVENTEEN_THE_CITY\n#まちとかがやくSEVENTEEN h…
## 4881                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 4882                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 4883                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 4884                            RT @pledis_17: [SEVENTEEN’s SNAPSHOOT] EP.49 DINO IS BACK!\n\n▶ https://t.co/mPpZoS08WJ\n\n#SEVENTEEN #세븐틴\n#SVT_SNAPSHOOT https://t.co/WO0H9HVd…
## 4885                                                 RT @yngishua: me and boyfie 💓💓💓\n\n#CSD #CaratSelcaDay #SEVENTEEN #세븐틴 #CARAT #호시 @pledis_ #JOSHUA https://t.co/iIlmeKyFc3
## 4886                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 4887                                    RT @pledis_17: [17'S] SEVENTEEN was recognized for ‘Building K-ulture Bridges’ at LA3C Creativity and Culture Awards! 🏆 Thank you our CARAT…
## 4888                                                                               RT @miss_svtmafia: See you tomorrow SEVENTEEN &amp; CARATs! ✨ @pledis_17 https://t.co/FsSy5P2ZN5
## 4889                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 4890                                   RT @junhuiprotector: I could literally tweet about every single step in the limbo choreography you don't get it #준 #JUN @pledis_17 #SEVENTE…
## 4891                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 4892                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 4893                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 4894                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 4895                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4896                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4897                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 4898                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 4899                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4900                                 RT @winterangelhao: good afternoon 😄\n\n#CSD #caratselcaday #carat #joshua #shua #조슈아  #seventeen #세븐틴 @pledis_17 https://t.co/RmoCan0WGP
## 4901                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 4902                                    RT @svntncarat17_: Only hours left till we witness the performance powerhouse SEVENTEEN as the first ever kpop act to perform on the WORLD'…
## 4903                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4904                                                RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221208 min9yu_k \n\n➸ 🖤🤍🖤\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/9MzkhNde7L
## 4905                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4906                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4907                                  RT @SVT_stagram: [#MINGYU 📸 Instagram Story]\n221211 min9yu_k \n\n➸ #/LA3C ❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/rz79H…
## 4908                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4909                                        RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220627 min9yu_k \n\n➸ Be The Sun❤️\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/z6UdjhjyJk
## 4910                                                  RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220829 min9yu_k \n\n➸ 🖤\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/ktDJG9PKql
## 4911                                                 RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221020 min9yu_k \n\n➸ 🏀🏀\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/dIJ6og6WhP
## 4912                               RT @Brando_WX: Today's SigTor Spotlight: Tekamah, NE\n\n• Date: May 1, 1930\n• Rated: (Estimated) F4\n  — Windspeed: 207-260 mph\n• Path Length/…
## 4913                                         RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221012 min9yu_k \n\n➸ Cartier 💋 \n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/RJkkud9fBt
## 4914                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 4915                                                   RT @SVT_stagram: [#MINGYU 📸 Instagram Story]\n220813 min9yu_k \n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/278MVLYmKI
## 4916                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 4917                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 4918                                            RT @mcpnews: Missing Seventeen-Year-Old\n\nhttps://t.co/Z9mi8EAAjU\n\n#MCPD #MCPNews #Missing #MissingPerson https://t.co/jTd3yWM7i8
## 4919                                              RT @SVT_stagram: [#MINGYU 📸 Instagram] \n220814 min9yu_k \n\n➸ 💚🤎💚🤎\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/v51Qj8omO6
## 4920                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 4921                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4922                                                  RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220725 min9yu_k \n\n➸ 🖤\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/S0FqznpuT2
## 4923                                    RT @ZeGcgh: It’s time you start making lots of profit from trades without loses. Learn how to trade Binance futures and get free signals fr…
## 4924                                                        RT @SVT_stagram: [#MINGYU 📸 Instagram] \n220922 min9yu_k \n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/kekzK2V8CH
## 4925                                                                            RT @horangsese: heart boys❤️‍🔥\n\n#HANSE #한세 #HOSHI #호시 #VICTON #SEVENTEEN https://t.co/J7TZeuak7f
## 4926                                                 RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220827 min9yu_k \n\n➸ 🏀🏀\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wukt1JPvs7
## 4927                                                  RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220826 min9yu_k \n\n➸ 🖤\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/RCNSmhBnby
## 4928                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 4929                                            RT @mcpnews: Missing Seventeen-Year-Old\n\nhttps://t.co/Z9mi8EAAjU\n\n#MCPD #MCPNews #Missing #MissingPerson https://t.co/jTd3yWM7i8
## 4930                                          RT @SVT_stagram: [#MINGYU 📸 Instagram] \n220814 min9yu_k \n\n➸ Seattle💙\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/m4jyrzOaSn
## 4931                                                RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221108 min9yu_k \n\n➸ 🤎..\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/3joUVFvxYk
## 4932                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 4933                                                         RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220912 min9yu_k \n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/GiIFWe2hu9
## 4934                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 4935                                                        RT @SVT_stagram: [#MINGYU 📸 Instagram] \n221207 min9yu_k \n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/uIVpQgJP9H
## 4936                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4937                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4938                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4939                                                 RT @SVT_stagram: [#MINGYU 📸 Instagram] \n221201 min9yu_k \n\n➸ 🤍\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/h8YLUiiyCx
## 4940                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 4941                                            RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220901 min9yu_k \n\n➸ A-Town❤️\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/0OQicc62ra
## 4942                           RT @22kristy: Finding some na pwde ko ipa freebies on Dec 17.  \n\nlike &amp; rt\nfollow for updates \n1 set inclusions per person only \nlocation :…
## 4943                                              RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220908 min9yu_k \n\n➸ ❤️💛💚💙💜\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/pDvTdlc5lb
## 4944                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 4945                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 4946                            RT @dinoscheekmoles: My carat squad 💎\n\n#CSD #CaratSelcaDay #JOSHUA\n#JEONGHAN #DINO #DK #SEVENTEEN #세븐틴 @pledis_17 \n\n@hannieduIset @ATEEZlov…
## 4947                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 4948                                      RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220815 min9yu_k\n\n➸ San Francisco😝\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/l1lVFAFNgA
## 4949                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 4950                                                   RT @SVT_stagram: [#MINGYU 📸 Instagram Story]\n221111 min9yu_k \n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/RzWpLR058w
## 4951                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4952                                             RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221111 min9yu_k \n\n➸ Japan💙\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/VZkbTGdtMT
## 4953                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 4954                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 4955                                  RT @shuasmwah: @Stutiyoon , Wanna go back in that restroom and not rest?\n\n#CaratSelcaDay #CSD #stuti #whims #SEVENTEEN @pledis_17 https://t…
## 4956                                    RT @bewildered_inks: Hi, Carats! We will be giving away banners, sticker packs and unofficial pilot ids of SVT as freebies on BeTS in Bulac…
## 4957                                            RT @mcpnews: Missing Seventeen-Year-Old\n\nhttps://t.co/Z9mi8EAAjU\n\n#MCPD #MCPNews #Missing #MissingPerson https://t.co/jTd3yWM7i8
## 4958                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4959                                             RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221125 min9yu_k \n\n➸ JAPAN🖤\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/c7SYa9i65b
## 4960                                         RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220810 min9yu_k \n\n➸ Vancouver💙\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/1pH6lYouX1
## 4961                                  RT @alexaxoxo__: the skies are pretty but dokyeom is prettier 🤍💙\n\n#CaratSelcaDay #DOKYEOM #DK #SEVENTEEN #CSD @pledis_17 https://t.co/mPjpi…
## 4962                                          RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220803 min9yu_k \n\n➸ CHANEL 💋 \n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/JghehM00i0
## 4963                             RT @_sebenteen: #BeTSinBULACAN\nBe The Sun BULACAN\n✨Giveaway/Freebies✨\n\nI'll be giving out Wonwoo and OT13 Hand Banners!\nOpen to everyone #T…
## 4964                                           RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220720 min9yu_k \n\n➸ Welcome🌼\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/ns1dzJ3dLM
## 4965                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 4966                                           RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220802 min9yu_k \n\n➸ Holiday💛\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/kTQownjKiC
## 4967                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 4968                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4969                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4970                                        RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221027 min9yu_k \n\n➸ 🤎\n\n#민규 #MAMAVOTE #seventeen #세븐틴 @pledis_17 https://t.co/IjYhW1qKqU
## 4971                       RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221118 min9yu_k\n\n➸ 💋December💋 \n#/Advertisement\n#/Cartier\n#/DazedKorea\n\n#민규 #SEVENTEEN #세븐틴 @pledis_1…
## 4972                                    RT @leeseokminheart: 221216 dk_is_dokyeom update\n\n⚔️ : white snow piled up 🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/BadiZyWG7e
## 4973                            RT @leeseokminheart: 221215 DK🌟 Weverse update\n\n⚔️ : Who's that friend on the right? 🥸\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/mOQw8vR…
## 4974                                       RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220913 min9yu_k \n\n➸ Photo by DK💚\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/D1uVAH03dK
## 4975                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 4976                                  RT @sarisaristored: UPPPP PLSSS MALALA!!! Can lower pa to 4600 if meeting up tmr! \n\nWTS LFB PH BETS BULACAN UBB REG SECTION 412 svt sevente…
## 4977                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 4978                            RT @sarisaristored: [#sarisaristore HELP RT]\n\nWTS LFB PH BETS BULACAN UBB REG SECTION 412 &amp; VERNON BE THE SUN SEOUL CARATZONE PC\n\n– deets i…
## 4979                                    RT @4ever_with17: @kpophappenings_ JEONGHAN and DK from SEVENTEEN... Seriously there is nothing normal in their lives https://t.co/LX2Gim1k…
## 4980                                     RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221213 min9yu_k \n\n➸ LA\n2022.12.10\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/OgncINmp1i
## 4981                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 4982                         RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221029 min9yu_k\n\n➸ 💛YELlOw💛\n#/Advertisement #/DUVETICA\n\n#민규 #MAMAVOTE #seventeen #세븐틴 @pledis_17 htt…
## 4983                                        RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220808 min9yu_k\n\n➸ Family golf💚\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/RPFQncNY6V
## 4984                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 4985                                            RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220701 min9yu_k \n\n➸ summer💙\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/vp3fdvx6W0
## 4986                                                                   RT @jhhs7777: 【 scan】SEVENTEEN INCOMPLETE \n\n#HOSHI #호시 #ホシ #WOOZI #우지 #ウジ https://t.co/SOL5KSaO36
## 4987                                    RT @SVT_stagram: [#MINGYU 📸 Instagram Story]\n221213 min9yu_k \n\n➸ @/snoopdogg We were so happy to be able to perform on the same stage ❤️‍🔥…
## 4988                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 4989                          RT @HorangiKrong: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nDate: Dec. 17, 2022\nTime &amp; Location: TBA\nStrictly 1:1\n\n✅ RT + Like\n(show us the proo…
## 4990                           RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221011 min9yu_k \n\n➸ Red shining night 💋\n#/Advertisement #/Cartier #/CartierSeoul \n\n#민규 #SEVENTEEN #세…
## 4991                         RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220815 min9yu_k \n\n➸ Enjoy tour flight\nbye #/Seattle🖤\nsee you soon #/SanFrancisco\n\n#민규 #SEVENTEEN #세븐…
## 4992                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 4993                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 4994                            RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220816 min9yu_k \n\n➸ Oakland💚\ni filmed a Sunday Morning music video of Joshua in Oakland\n\n#민규 #SEVENT…
## 4995                                                                                                     RT @gre9re: #에스쿱스 that  •᷄△•᷅  guy from seventeen https://t.co/AcyOg5ahzz
## 4996                             RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221129 min9yu_k \n\n➸ ❤️‍🔥 Be The Sun ❤️‍🔥\nin tokyo dome\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/…
## 4997                                 RT @EloisaAli5: Wts Lfb Seventeen Assorted Pc\n\n🐸 Sold as Set Only\n🐸 6,500 (6k if PAYO) \n🐸 Can look for kahati and can ship to diff address…
## 4998                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 4999                       RT @SVT_stagram: [#MINGYU 📸 Instagram]\n221008 min9yu_k \n\n➸ We got the heart We got the \n🧡soul🧡\n\nManila 2022.10.7\n\n#민규 #SEVENTEEN #세븐틴 @pled…
## 5000                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5001                          RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220716 min9yu_k\n\n➸ Pork rice soup + Daeseon (alcohol brand) + rain = 🤍\n\n#민규 #SEVENTEEN #세븐틴 @pledis_…
## 5002                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 5003                          RT @SVT_stagram: [#MINGYU 📸 Instagram]\n220722 min9yu_k \n\n➸ Off to work and off of work\n\n#민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/jwQyNdZ…
## 5004                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5005                              RT @joyiiieeee_: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away these freebies on D-Day!…
## 5006                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5007                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5008                          RT @cartdeulset: Secured sg2023 but no POB..\nmay inch pa ba if ever ipatingi? \nNeta, long dop\n\nwill get sc, mg, js &amp; vn lang\n\nDM if u like.…
## 5009                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 5010                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5011                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 5012                                  RT @dokyeomfiles: Now, y’all STOP. This is so fragile! 😭\n\nSEVENTEEN: “For me Dokyeom is such a pure, innocent and sincere guy. He’s so exce…
## 5013                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5014                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 5015                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 5016                                 RT @diamondcartu: wts lfb \n\nSeventeen SG 23 \n- desk calendar outbox photobook digital code heart paper holder paper door hanger heart messa…
## 5017                          RT @tigerrhae: RTs &amp; LIKEs are appreciated🤍\n\n🎀SEVENTEEN BE THE SUN IN JAKARTA — ADDITIONAL SHOW🎀\n\nfreebies by @tigerrhae\n\n🗓 28 Desember 202…
## 5018                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5019                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 5020                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 5021                            RT @hominamina: [HELP RT &amp; LIKE ]\n☀️FREEBIES FOR BE THE SUN ADDITIONAL SHOW IN JAKARTA☀️\n\nby @hominamina \n\n📅 28 Dec 2022\n📍 GBK STADION MADY…
## 5022                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5023                                RT @kwonushii: ✨BETS IN BULACAN FREEBIES✨\n\nHello, Carats! This is my first time seeing Seventeen, and to celebrate I'm also giving freebies…
## 5024                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 5025                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5026                        RT @jww_jiung: bets bulacan freebies/give away!!\n\n(minwon+cheol unofficial pcs)\n\n~ rt &amp; like \n~ open to all carats \n~ location: TBA \n\nsee u…
## 5027                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5028                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5029                      RT @jiminsols: 💌 seventeen be the sun bulacan freebies ☻\n\n♡ strictly 1:1 (random pack)\n♡ time &amp; loc: tba on d-day\n♡ mbf, rt &amp; like\n\nsee you…
## 5030                           RT @luv4hybeboys: !! BeTS IN BULACAN FREEBIES !!\n\nhello caratdeuls ♡ i’ll be giving away these ot13 hand banners ^^ see u!! \n\n↳ rt &amp; like\n↳…
## 5031                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5032                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5033                                RT @diamondcartu: Wts lfb #cee_sells \n\nSeventeen SG 23 tingi (from 1st Pre-order) \n\nHS JN MG SK VN DN still avail 165 ea member set (pc + f…
## 5034                             RT @sound_of_snow7_: •••\n𝑂𝑛𝑙𝑦 𝑡ℎ𝑜𝑠𝑒 𝑤ℎ𝑜 𝑐𝑎𝑟𝑒 𝑎𝑏𝑜𝑢𝑡 𝑦𝑜𝑢 𝑐𝑎𝑛 ℎ𝑒𝑎𝑟 𝑦𝑜𝑢 𝑤ℎ𝑒𝑛 𝑦𝑜𝑢'𝑟𝑒 𝑞𝑢𝑖𝑡𝑒\n•••\n#CSD\n#CaratSelcaDay\n#DINO\n#SEVENTEEN \n#CARAT http…
## 5035                                                                             RT @Jihooniebuys: Wts lfb seventeen face the sun yzy f\n\n7500 all in\nPAYO https://t.co/Wr60FxQagA
## 5036                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 5037                           RT @DKVOTINGTEAM: [INSTAGRAM] dk_is_dokyeom Story update ❄️\n\n@pledis_17 #세븐틴 #SEVENTEEN #DK #DOKYEOM #SEOKMIN \n#도겸 \n\n1/2 https://t.co/TrfVu…
## 5038                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 5039                           RT @miss_svtmafia: D-DAY TOMORROW\nCARATS HELP RT PLEASE 😭\n\nSEVENTEEN BE THE SUN BULACAN \n\nwtt lft\n\nHAVE: (2) VIP B SOUNDCHECK\n\nWANT: (2) VI…
## 5040                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5041                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5042                                                                                                     RT @gre9re: #에스쿱스 that  •᷄△•᷅  guy from seventeen https://t.co/AcyOg5ahzz
## 5043                                      RT @CCT_WOOZI: [💎] HOT TIME! Claim 30❤️ by logging in on the app + extra 100❤️ if you post an HD pic (square) or a YouTube link! #CHOEAEDOL…
## 5044                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 5045                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5046                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5047                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5048                                          RT @baekhyunee_EX0_: •We keep this love in a photograph•\n\n#CaratSelcaDay #SEVENTEEN\n#JoshuaHong  @pledis_17 https://t.co/PJ208Q2vjw
## 5049                                   RT @tinkswonu: P1Harmony Jongseob to Hoshi: \n\n"Hello, im P1Harmony Jongseob. really, i’ve been watching your fancams and going seventeen a…
## 5050                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 5051                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5052                                RT @changberrie: SEVENTEEN BE THE SUN in BULACAN merchandise + concert freebie by @changberrie \n\n➭ ︎rt to spread\n➭ dec 17\n➭ time/loc: TBA\n➭…
## 5053                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 5054                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 5055                          RT @p1harmonyp1ece: Jongseob and intak #_WORLD challenge with seventeen hoshi 🐯\n\n#P1Harmony #피원하모니 #P1H #HARMONY #ZEROIN #둠두둠 #Doom_Du_Doom…
## 5056                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 5057                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5058                                      RT @cheolattes: you're telling me.....whatever (waves hand in the air confusingly) seventeen wears in the airport is curated by a stylist?
## 5059                                              RT @bjyoungfiles: yep, just the two of us\n\n#CSD #CaratSelcaDay #HOSHI #호시 #SEVENTEEN #CARAT @pledis_17 https://t.co/XDhnHUdHNH
## 5060                                                RT @MeetVernon_218: 221203 BE THE SUN ACHI \n\n#버논 #VERNON  #バーノン #최한솔 \n#세븐틴     #SEVENTEEN https://t.co/R0E2TOejus
## 5061                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5062                          RT @p1harmonyp1ece: Jongseob and intak #_WORLD challenge with seventeen hoshi 🐯\n\n#P1Harmony #피원하모니 #P1H #HARMONY #ZEROIN #둠두둠 #Doom_Du_Doom…
## 5063                                   RT @tinkswonu: P1Harmony Jongseob to Hoshi: \n\n"Hello, im P1Harmony Jongseob. really, i’ve been watching your fancams and going seventeen a…
## 5064                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 5065                                                   RT @mcrlyric_bot: Hold your breath when a black bird flies\nCount to seventeen and close your eyes\nI'll keep you safe inside
## 5066                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 5067                                   RT @kyoongified: ✦₊˚ SEVENTEEN BE THE SUN in Bulacan\n\nhi hello! @chocohwabs, @8youngkart and i will be giving away some freebies on d-day:…
## 5068                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 5069                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5070                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5071                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5072                     RT @_tappiioca: ✧ BE THE SUN IN BULACAN FREEBIES ✧\n\n• RT &amp; Like\n• Location tba\n• Open for Team Con &amp; Team Labas\n• LETS TRADE 🥺\n \nMight incl…
## 5073                                 RT @UaenCarat0912: Hi everyone! in collaboration with @seoksoocentric , we’ll be giving away 200 sets of freebies! 🫶\n\n🐯 strictly 1:1\n🐸 loc:…
## 5074                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5075                                  RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 5076                                                                      RT @SVT_Fatisha: In Jeonghans defence ‘how tf should we know know???’ 🙄🙄🙄\n\n@pledis_17 #세븐틴 #SEVENTEEN
## 5077                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5078                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5079                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 5080                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5081                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5082                             RT @kyeomfinds: (ノ◕ヮ◕)ノ*:・゚✧\n\nhello ~ we'll be handing out fanmade freebies on december 17! ✨ \n\n↬time and location tba \n↬also open for trad…
## 5083                                    RT @_jopayluvs: 𓆸 Be the sun in Bulacan freebies ˚ ༘ \n\nhenlo ebriwan ◡̈  I'll be giving out photocards and postcards at #SEVENTEEN  's Be t…
## 5084                          RT @jiminsols: 🖼 seventeen be the sun bulacan freebies ☻\n\n♡ for team labas\n♡ strictly 1:1 only\n♡ mbf, rt &amp; like\n\n~ official posters! see yo…
## 5085                                                                                                                 RT @loverlyricsbot: it's like i'm seventeen, nobody understands
## 5086                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5087                                   RT @ihrtjaehyunn: Don’t make me choose yet😭\n#csd #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN @pledis_17 #MINGYU #minghao https://t.co/v3jlln…
## 5088                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5089                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5090                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 5091                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5092                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 5093                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5094                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 5095                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 5096                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5097                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5098                         RT @kpopmultigain: like / rt if you stan any of these groups! \n\nseventeen\nred velvet\nateez\ntwice\ntxt\nitzy\nnewjeans\nblackpink\nle sserafim \nf…
## 5099                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5100                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5101                        RT @SoonTaeJayK: ✿ SEVENTEEN BE THE SUN BULACAN FREEBIES ✿\n\n-LIKE &amp; RT (mention friends)\n- follow me &amp; @ShashaKim13 (Sponsor of bracelet)\n-…
## 5102                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5103                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5104                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5105                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5106                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5107                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5108                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5109                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5110                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5111                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5112                                                                   RT @SvtShazam: #DREAM has surpassed 17,000 Shazams\n\n#세븐틴 #SEVENTEEN @pledis_17jp https://t.co/SODPsrQvAm
## 5113                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5114                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 5115                              RT @kwannhao: i’m the place you can come to, you’re the place i can go to 🤍 \n#CSD #CaratSelcaDay #SEVENTEEN #세븐틴 #CARAT #호시 @pledis_ https:…
## 5116                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5117                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5118                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5119                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 5120                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5121                                                                             RT @wayvbubs: •it’s all a blur &lt;3\n#CSD #CaratSelcaDay #SEVENTEEN #HOSHI https://t.co/clt7ksVxX8
## 5122                                 RT @haosbitch: priorities before I fly……BLURRY PICS IS OUR THING!!!!! #CSD #CaratSelcaDay #MINGHAO #徐明浩 #SEVENTEEN @pledis_17 https://t.co/…
## 5123                  RT @svt_verse: [#호시 🌟 221216] 4:24 PM KST\n\n#HOSHI: Ah.. ? My stye medicineㅠ I forgot it ..\n\n&gt; ㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it (with me) tho…
## 5124                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 5125                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅ LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#SEVENTEEN #TWICE #TXT #…
## 5126                                    RT @imhaegs: the cram packing of my freebies for tomorrow. I’ll give this envelopes randomly sa makakasalubong ko. And some lucky envelopes…
## 5127                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 5128                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 5129                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5130                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5131                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 5132                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5133                                RT @_bubblethe8: [ Seoul Music Awards ] \n\nThis is a REMINDER that we STILL HAVE ONGOING VOTING. Everyone can VOTE\n\nPLEASE KEEP COLLECT GOLD…
## 5134                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5135                                  RT @nugubgs_: THE BIGDIPPER's Eunbin and Siwoo have released a vocal cover of "17" by Pink Sweat$ and SEVENTEEN!\n\n🔗 https://t.co/SQE8qfYNLm…
## 5136                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 5137                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 5138                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 5139                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5140                                   RT @17stationhead: SEVENTEEN is among the top 10 most streamed artists on @STATIONHEAD in 2022! 🥂\n\nCONGRATULATIONS, @pledis_17 and CARATs!…
## 5141                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5142                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5143                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5144                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 5145                                                                               RT @horangrawrhae: seventeen hoshi first update in the philippines 😂\n\n©️ https://t.co/0x8uHu6M61
## 5146                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 5147                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5148                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5149                         RT @YoonMinMD1: Done being a mader packer lol &gt;&lt;\nI and @SVTethereal packed this for you on D-Day! 💖\n\n🌸 Open to ALL carats \n🌸 1:1 only\n🌸 wil…
## 5150                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5151                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5152                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5153                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 5154                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5155                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5156                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 5157                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 5158                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5159                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5160                                   RT @snwulove: hey yow wassup! i, user @snwulove and @cheolacee will be handling a mini freebies giveaway on #BeTSinBULACAN\n\neither you can…
## 5161                                   RT @bodylike3racha: i haven’t taken cute pics of myself since summer oops 💚💚💚\n\n#CaratSelcaDay #SEVENTEEN @pledis_17 https://t.co/2pEHkKBhwF
## 5162                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5163                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5164                              RT @kwannhao: i’m the place you can come to, you’re the place i can go to 🤍 \n#CSD #CaratSelcaDay #SEVENTEEN #세븐틴 #CARAT #호시 @pledis_ https:…
## 5165                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 5166                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 5167                                    RT @SopheaJane: @tinkswonu I love how we have access to the chronology of this stories.. bits here and ther in different platform but alway…
## 5168                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5169                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5170                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5171                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5172                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5173                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5174                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5175                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 5176                          RT @13_Gems_17: 《THREAD》\n\nHere is a thread highlighting ALL the achievements &amp; accolades SEVENTEEN have earned this year in 2022 alone.\n\nFu…
## 5177                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5178                                    RT @treasurecharts_: #TREASURE now joins NCT, Stray Kids, Seventeen, TXT, Twice and BTS as the only Korean acts that have spent 100 weeks w…
## 5179                              RT @kwannhao: i’m the place you can come to, you’re the place i can go to 🤍 \n#CSD #CaratSelcaDay #SEVENTEEN #세븐틴 #CARAT #호시 @pledis_ https:…
## 5180                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5181                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5182                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5183                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5184                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5185                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5186                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5187                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5188                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5189                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5190                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5191                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5192                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5193                    RT @KByexxArbi: 💎SEVENTEEN Be The Sun in Bulacan💎\n 》FREEBIES《\n\nWHEN &amp; WHERE: TBA\n\n✨ Limited freebies only\n✨ like and retweet to spread\n✨ ta…
## 5194                               RT @medortophobic: 🖼🪸FREEBIES for BE THE SUN IN JAKARTA ADDITIONAL SHOW🪸🖼\nby @medortophobic \n\n📍GBK Madya Stadium\n📆December 28 2022 \n❗️Limit…
## 5195                                 RT @livenationph: Here are the filters you can use at SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nIG: https://t.co/1sgCk3Z94j\nFB: https:…
## 5196                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5197                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 5198                                    RT @4ever_with17: @kpophappenings_ JEONGHAN and DK from SEVENTEEN... Seriously there is nothing normal in their lives https://t.co/LX2Gim1k…
## 5199                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 5200                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5201                                RT @macaldeolshop: GA: Seventeen Dicon 101 Postcard\n1) Follow and turn on all notifs\n2) Follow:\nhttps://t.co/urr2lT1ZTQ\nhttps://t.co/OqPWIF…
## 5202                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5203                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 5204                               RT @adorekgyu: hi! we will be giving away freebies for seventeen #BeTheSuninBULACAN ♡\n\n1:1 ratio! limited qty\nopen for trade~\n\nto claim:\n𖧷…
## 5205                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5206                              RT @SvtShazam: Shazam Daily Top 10 (2022.12.16)\n\n1. Cheers — 598\n2. HOT — 510\n3. Very Nice — 448\n4. _WORLD — 316\n5. Darl+ing — 275\n6. Fear…
## 5207                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5208                                RT @minwonhaosss: Be the sun bulacan freebies ☀️\n\nHello, carats! I’ll be giving away minwon banners &amp; seventeen postcards on BeTS bulacan.…
## 5209                           RT @minshuwa: ✿ SEVENTEEN BE THE SUN BULACAN FREEBIES ✿\n\n📌 HELP LIKE &amp; RT\n📌 PLACE AND TIME: TBA\n📌 OPEN DMS FOR TRADING\n\nThank you! See you…
## 5210                                 RT @estaemanies: ♡ Rts and Likes are appreciated ♡ \n\nWTS CLEARANCE SALES BTS, NCT DREAM, SEVENTEEN, ENHYPEN, THE BOYZ \n\n✅️ BISA NEGO, TAKE…
## 5211                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 5212                                  RT @BeySVTColombia: Seventeen about to play to 50,000 people at the Philippines Stadium in some hours \n\nBiggest K-pop concert of all time h…
## 5213                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 5214                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 5215                            RT @wonuahcart: 🌷 Be The Sun Bulacan Freebies 🌷\n\n♡ rt and like this tweet to spread !\n♡ mfb^^ lets be moots hehe\n♡ open for team labas &amp; te…
## 5216                                                        RT @seventeen: Mark Tuan Reveals The CRINGIEST 'GOT7' Song And His SECRET Tattoo | Read Receipts https://t.co/JPy1hR3WEo
## 5217                                 RT @xxxfelixeu: #BeTsinBulacan Giveaway ✨\n\nBecause me and @feat_gyuchan was able to secure our tickets for the con. Here's some giveaway as…
## 5218                                   RT @snwulove: hey yow wassup! i, user @snwulove and @cheolacee will be handling a mini freebies giveaway on #BeTSinBULACAN\n\neither you can…
## 5219                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 5220                              RT @gelgel_ly: You stole my heart, but i’ll let you keep it❤️\n#CaratSelcaDay #CSD #세븐틴 #SEVENTEEN #SCOUPS  #최승철  #choiseungcheol @pledis_17…
## 5221                                    RT @livenationph: SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN Merch with a list of available items and prices for a hassle-free buying expe…
## 5222                        RT @ardel_kim: 💎 HELP RT &amp; LIKE GUYS 💎\nFREEBIES CONCERT SEVENTEEN #BETHESUNinJKT ADDTIONAL SHOW\n\n By : @ardel_kim &amp; Kak @ji_channn\n📍 GBK Ma…
## 5223                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5224                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5225                              RT @pewrdn: 💎SEVENTEEN BE THE SUN IN JAKARTA - ADDITIONAL SHOW💎 \nFreebies by @pewrdn X @kkomaengnyel\n\n📆 28th Dec 2022\n⏰ TBA\n📍 GBK Madya Sta…
## 5226                        RT @HiragiJujika: Seventeen BeTS Bulacan Freebies \n\n💎 open for all carats (team labas &amp; team con)\n💎 pls RT &amp; 💗 to spread\n💎 pls fall in line…
## 5227                                 RT @UaenCarat0912: Hi everyone! in collaboration with @seoksoocentric , we’ll be giving away 200 sets of freebies! 🫶\n\n🐯 strictly 1:1\n🐸 loc:…
## 5228                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 5229                            RT @taehyuncore: kissy from minghao &amp; i ( ˘ ³˘) ♡ \n#CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN #THE8 #csd #CARAT #세븐틴 https://t.co/IZgU9nryRB
## 5230                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5231                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5232                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5233                               RT @mochishuuu: "I don't think glasses look good on you, sir"\n\n#CSD #CaratSelcaDay #scoups #seventeen #세븐틴 @pledis_17 https://t.co/GyH3x8qc…
## 5234                                   RT @KkaKka_MeoRi: Heyhooo guys!!!\nCause it will be my first concert, I want to share the joy with all of you by giving this freebies in col…
## 5235                                  RT @bestboywonuu: to those who are willing to sponsor tickets / donate for tickets please dm me! \n\nwe'll try to buy tickets para maipamigay…
## 5236                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5237                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 5238                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 5239                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5240                             RT @shemcart: #ShemmyPasabuy \n\nWts lfb ph only \n\nSeventeen Jeonghan Dream Kyocera Photocard\n💸 ₱1680 each (all in + lsf)\n❗ all must be taken…
## 5241                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5242                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 5243                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5244                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5245                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 5246                                     RT @pledis_17: [17'S 원우] DAZED KOREA Behind Photo📸\n\n@DazedKorea\n#원우 #WONWOO\n#세븐틴 #SEVENTEEN\n#DAZEDKOREA https://t.co/SO01sISTL5
## 5247                                RT @soobdragonhoe: No matter what happens \nWe’ll be together\nJust like always🌷\n\n#csd #seventeen #minghao #the8 #CaratSelcaDay @pledis_17 ht…
## 5248                            RT @jeongshuabby: 💎RTs &amp; LIKEs are very appreciated💎\n\nSEVENTEEN #BETHESUNinJKT\n.。*♡ freebies by Jeongshuabby x @byScenvantaee \n\n🗓️ 28 Desem…
## 5249                           RT @pdestiana23: Likes &amp; RT Are very Appreciated 💙\n\n 💞 Freebies SEVENTEEN Be The Sun Additional Show in Jakarta 💞 \nby : xumeihua \n\nGBK Mady…
## 5250                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 5251                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5252                                 RT @luvbananapie: [HELP RT &amp; LIKE ]\n☀️FREEBIES FOR BE THE SUN ADDITIONAL SHOW IN JAKARTA☀️\n\nby @luvbananapie x @fettuxyne x @mingyoupuppy…
## 5253                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(2) UBC Regular Ticket Giveaway\n\n1. MBF (unfollow me laterrr yes u can)\n2…
## 5254                                                                          RT @sounds_of_cheol: seventeen heading to ph today ✈️ have a safe flight boys 🖤 https://t.co/A11KHyOizW
## 5255                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5256                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5257                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 5258                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5259                                                                             RT @_biscuitrainbow: Under the mask 😷 \n#MINGYU #SEVENTEEN #seventeenfanart https://t.co/OWR2fceO6H
## 5260                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 5261                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 5262                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5263                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 5264                                 RT @wintecrown: 💎 FREEBIES SEVENTEEN BE THE SUN - ADDITIONAL SHOW IN JAKARTA 💎 \nby @wintecrown \n\n📍 GBK Madya Stadium\n📆 28 Dec 2022\n⏰ TBA…
## 5265                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 5266                               RT @wonuonuw: [Help like &amp; rt]\n\n❤️‍🔥FREEBIES ADDITIONAL SHOW SEVENTEEN "BE THE SUN" IN JAKARTA❤️‍🔥\n\nFreebies presented by: \n@scoupse88  @wo…
## 5267                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 5268                          RT @harulorss: #LORSS_ONHANDS\n\nwts lfb ph help rt \n\n₱250 ea\n- nct universe\n- nct 127 sticker\n- ive eleven\n\n₱150 ea\n- tbz maverick\n- monsta…
## 5269                               RT @4m_jessica99: [ RTS are appreciated ] \n\n🐯SEVENTEEN BE THE SUN ADDITIONAL SHOW IN JAKARTA🐯\nfreebies by @4m_jessica99\n\n📍Stadion Madya GBK…
## 5270                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5271                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5272                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5273                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5274                              RT @wonuesia: [ RT and Likes are appreciated ]\n\n              ✨️ 𝐁𝐄 𝐓𝐇𝐄 𝐒𝐔𝐍 ✨️\n𝐀𝐃𝐃𝐒𝐇𝐎𝐖 𝐢𝐧 𝐉𝐀𝐊𝐀𝐑𝐓𝐀 𝐅𝐑𝐄𝐄𝐁𝐈𝐄𝐒\nby @wonuesia \n\n📍: GBK Madya Stad…
## 5275                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 5276                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5277                          RT @13_Gems_17: 《THREAD》\n\nHere is a thread highlighting ALL the achievements &amp; accolades SEVENTEEN have earned this year in 2022 alone.\n\nFu…
## 5278                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5279                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 5280                              RT @cherubfinds: UAE 🇦🇪/ WW 🌎 DECLUTTERING SALE \n\n↬ SEVENTEEN An Ode\n\n💰payment: Bank transfer, PayPal, COD\n\n📦shipment options: Imile, Whoos…
## 5281                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5282                              RT @cherubfinds: UAE 🇦🇪/ WW 🌎 DECLUTTERING SALE \n\n↬ SEVENTEEN Semicolon \n\n💰payment: Bank transfer, PayPal, COD\n\n📦shipment options: Imile, W…
## 5283                              RT @cherubfinds: UAE 🇦🇪/ WW 🌎 DECLUTTERING SALE \n\n↬ SEVENTEEN Your Choice \n\n💰payment: Bank transfer, PayPal, COD\n\n📦shipment options: Imile,…
## 5284                           RT @emergencygyu: Hi~ Kindly help RT/Like\nFREEBIES SEVENTEEN BE THE SUN (additional show)\nBy @emergencygyu &amp; @raxieeww_\n\n📅: 28.12.22\n📍: GBK…
## 5285                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 5286                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5287                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5288                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5289                              RT @scoups_of_suga: [ RT and Likes are appreciated ]\n\n💎 SEVENTEEN BE THE SUN 💎\nADDSHOW IN JAKARTA\n\nFreebies Jompo by @scoups_of_suga \n\n📍 :…
## 5290                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 5291                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5292                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5293                                        RT @mjkrokosmoss: they call us children of barbara d'urso 💋\n\n#CaratSelcaDay #CSD #MINGYU #SEVENTEEN @pledis_17 https://t.co/7A2N7pHW7v
## 5294                             RT @youmicasa: ╰☆☆ FREEBIES BE THE SUN ADD SHOW IN JAKARTA☆☆╮\nFan support for Minwon Seventeen\n\n💫By : @youmicasa &amp; @chellehansol 💫\n📍 : GBK…
## 5295                                      RT @adobonishua: same dream, same mind, same night :)\n\n#CSD #CaratSelcaDay #JOSHUA #세븐틴 #SEVENTEEN @pledis_17 https://t.co/snsFnkxfJp
## 5296                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 5297                               RT @sugamyaw: 💎Seventeen Be The Sun Additional Show in Jakarta Freebies💎\n\nby @sugawmyaw\n\n📆: 28 December 2022\n📍: Gelora Bung Karno Madya Sta…
## 5298                                   RT @17stationhead: SEVENTEEN is among the top 10 most streamed artists on @STATIONHEAD in 2022! 🥂\n\nCONGRATULATIONS, @pledis_17 and CARATs!…
## 5299                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5300                                   RT @junhuiprotector: I could literally tweet about every single step in the limbo choreography you don't get it #준 #JUN @pledis_17 #SEVENTE…
## 5301                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5302                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 5303                                 RT @leemayrah: 🌻SEVENTEEN BE THE SUN IN JAKARTA - ADDSHOW🌻\nminwon ver. freebies by @cloudygureumi x @leemayrah\n\n🗓️Dec 28th, 2022\n📌GBK Madya…
## 5304                                 RT @cloudygureumi: 🌻SEVENTEEN BE THE SUN IN JAKARTA - ADDSHOW🌻\nminwon ver. freebies by @cloudygureumi x @leemayrah\n\n🗓️Dec 28th, 2022\n📌GBK M…
## 5305                                     RT @SVT_Fancafe: [#JEONGHAN🌟 Weverse]\n221217 comment\n\n➸ That's upsetting \n\n#정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/inrQngDjf0
## 5306                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5307                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5308                         RT @lowkeyLoeyKai: Something simple for\nSEVENTEEN Be The Sun Additional Show in Jakarta Freebies!\n\n✨GYUCAM: Hand Mirror &amp; Inspired PC✨\n\nSay…
## 5309                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5310                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5311                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5312                               RT @gimbapkidding: [rt and likes are very appreciated ✨]\n\nSEVENTEEN WORLD TOUR #BETHESUNinJKT ADDITIONAL SHOW\n\n----- freebies by @gimbapkid…
## 5313                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5314                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5315                             RT @min19_cm: [RT &amp; Likes are very appreciated]\n\n☀️FREEBIES SEVENTEEN BE THE SUN ADDITIONAL SHOW JAKARTA☀️\nby: @min19_cm\n\n📍GBK Madya Stadiu…
## 5316                                    RT @caratdeu113_: For those who'll come tomorrow for BeTSinBulacan, please take care and please be safe!! And of course, PLEASE ENJOY THE C…
## 5317                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5318                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5319                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5320                                                            RT @louspiderboy: io che aspetto di compiere 17 anni solo per avere that kind of radiance you only have at seventeen
## 5321                           RT @skypypinky: ꒰ RTs &amp; LIKEs are very appreciated ꒱♡\n\n💕 SEVENTEEN BE THE SUN ADDITIONAL SHOW IN JAKARTA FREEBIES 💕\nby @skypypinky @XstipCo…
## 5322                            RT @frilemercier: ✶ wts lfb ph .ᐟ #polsells \n\njeonghan attacca beatroad set: 3400\n\n— strictly sold as set \n— payo / 2 days res\n— rcbyt \n\nt.…
## 5323                                RT @shuasophy: seventeen be the sun bulacan\n\n🚨 i will be giving away Minwon and Seoksoo  and SVT grad pic freebies for #BeTSinBULACAN \n\n🐶 r…
## 5324                                                                                               RT @sounds_of_cheol: seventeen today going to ph 🛫 ot13 🖤 https://t.co/CVgO1urLZY
## 5325                            RT @odetovou: me 🤝 cheol\nnever looking at the camera\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/6ZA5Db0p4P
## 5326                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5327                              RT @frilemercier: P500 gcash giveaway .ᐟ\n\n- rt this tweet and tweets below \n- ends once both sets are sold\n\n✶ wts lfb ph .ᐟ\nt. enhypen sakr…
## 5328                           RT @scribbeys: hi. helping a friend!\n\nWTS LFB \n\nBE THE SUN IN BULACAN \nUPPERBOX B REG 426\nRow 89\nSeat 542\n\nPrice: 4,750 thru gcash or paypa…
## 5329                                                                      RT @PT_KOREA: 221216 Jun Twitter Update\n \nhttps://t.co/YBgFsAlgXh\n \n#SEVENTEEN https://t.co/6oWBbzvVCU
## 5330                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5331                                 RT @DELULURACHA: Picnic table park dates with him ~🧺\n•••••••••••••••••••••••••••••••••••\n@pledis_17 \n#csd #CaratSelcaDay #seventeen #svt #s…
## 5332                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5333                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5334                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5335                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5336                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 5337                               RT @CaryennG: Don’t forget to vote for SEVENTEEN on Seoul Music Awards in Fancast.\n\n#SEVENTEEN @pledis_17 #세븐틴 #Svt_Dream https://t.co/blZT…
## 5338                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 5339                                     RT @minghaocheol_: neways super excited for betsinbulacan tomorrow !!!!!!! seventeen as the first kpop group to hold a solo concert in the…
## 5340                                     RT @AP: A huge aquarium in Berlin burst, spilling debris, water and hundreds of tropical fish out of the AquaDom tourist attraction in the…
## 5341                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5342                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5343                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5344                             RT @pledis_17: [INSIDE SEVENTEEN] SEVENTEEN WORLD TOUR [BE THE SUN] ASIA BEHIND #1\n\n▶ https://t.co/yvJns7gAfL\n\n#SEVENTEEN #세븐틴\n#INSIDE_SVT…
## 5345                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5346                                    RT @UNESCO: The #SEVENTEEN members became who they are thanks to #education❤️\n\nNow @pledis_17 want to use the power of education to create…
## 5347                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5348                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5349                                   RT @17stationhead: SEVENTEEN is among the top 10 most streamed artists on @STATIONHEAD in 2022! 🥂\n\nCONGRATULATIONS, @pledis_17 and CARATs!…
## 5350                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5351                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 5352                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 5353                               RT @ChinaMusicData: 🇨🇳 “Best Selling Male Group Album” nominees\n\n• ‘Beatbox’ — NCT DREAM\n• ‘Glitch Mode’ — NCT DREAM\n• ‘Proof’ — BTS\n• ‘Fac…
## 5354                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5355                                 RT @CCT_DINO: 🦖 [ #DINO's Daily Banner ] 🦦\n\n🍀Vote your Daily hearts on Community post\n🍀Collect and Save Ever Hearts for Charity Fairy Proje…
## 5356                             RT @_svtandyou_: 🌻BE THE SUN in JAKARTA ☀️\nSUPPORT FREEBIES BY @_svtandyou_ \n\n📍GBK MADYA STADION\n🗓️ 28 DECEMBER 2022\n⏰ TIME &amp; LOCATION TBA…
## 5357                            RT @seokmin_br: [📸] 16.12.22. #DK, #DINO e #VERNON para o Seventeen Season's Greetings 2023.\n\n© 13thistory\n\n#도겸 #세븐틴 #SEVENTEEN @pledis_17…
## 5358                                      RT @xuminghaoluvr: me 🤝🏼 hoshi\nselfies in the dark &gt;&gt;&gt;\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/xtEHKp5KKX
## 5359                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5360                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5361                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 5362                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5363                              RT @tianggyu: 💎BE THE SUN JAKARTA ADDITIONAL SHOW FREEBIES✨\nby me @tianggyu \n\n📅 December 28th, 2022\n📍 GBK Madya Stadium (detail loc TBA)\n⏰…
## 5364                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5365                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5366                                                                               RT @miss_svtmafia: SEVENTEEN, Kings of Synchronization @pledis_17 #세븐틴 https://t.co/ZnqVTzbyQf
## 5367                                  RT @wonpirisesang: ☀️Be The Sun Additional Show in JKT Freebies by @wonpirisesang☀️\n\nDetails? Check below.\n\nLimited quantity, so grab it fa…
## 5368                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5369                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5370                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5371                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 5372                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5373                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5374                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 5375                                RT @nugucoups_: ☀️ Be The Sun In Bulacan Giveaway \n\n📍PH Arena \n🗓 December 17\n     \n     ~Kindly check ung mga pics below, see you soon cara…
## 5376                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5377                                                         RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/DUtf3tN0gE https://t.co/VF6s8nPAB0
## 5378                            RT @xoxosvtfatt: 🧩💎SEVENTEEN BE THE SUN ADD-SHOW IN JAKARTA FREEBIES💎🧩\n\nby: @xoxosvtfatt \n~RT &amp; Like are very appreciated~\n\n🗓️ Rabu, 28 Des…
## 5379                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5380                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5381                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5382                                                                                                        RT @astraleisa: #seventeen's  gentle masculinity https://t.co/CmeeqkHoP5
## 5383                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5384                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 5385                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5386                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 5387                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5388                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 5389                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 5390                                    RT @jeonselca: basically seventeen from korea to japan to korea to la to japan to philippines to korea to indonesia just going home to pack…
## 5391                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5392                             RT @getmorefine: [SEVENTEEN WORLD TOUR]\n\nBE THE SUN JAKARTA\n-addition shows-\n\n💖JOSHUA EARLY BDAY💖\n        Special Freebies\n       by @getmo…
## 5393                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5394                           RT @meplushim: [RT &amp; Like will be appreciated]\n\nFREEBIES SEVENTEEN BE THE SUN ADDITIONAL SHOW JAKARTA\nby @meplushim 💎\n\n📍GBK Madya\n📅 28 Dec…
## 5395                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5396                          RT @HorangiKrong: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nDate: Dec. 17, 2022\nTime &amp; Location: TBA\nStrictly 1:1\n\n✅ RT + Like\n(show us the proo…
## 5397                                  RT @lucidhaos: track #1 : pagtingin\n \n— wherein two best friends, Mikael and Drei, lost in the sea of their deepest desires find the island…
## 5398                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5399                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5400                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5401                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5402                                    RT @CaratLandPH: Before this day ends (and before the dday begins), we would like to take this time to appreciate all CARATS who support us…
## 5403                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5404                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5405                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5406                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 5407                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5408                                RT @darling_hjs: [PREVIEW] FREEBIES SEVENTEEN BE THE SUN ADDITIONAL SHOW IN JAKARTA 💎☀️ by @darling_hjs &amp; @mo0n_beanz \n\n🗓️ Wednesday, 28.12…
## 5409                                RT @jhhjfiles: 181217 seventeen star road \n\nq. what do you do better than the person sitting next to you? \n\n😇: i think i'm better looking t…
## 5410                              RT @rayofsunkyeom: If you leave me,\nMy tears turn into rain and fall down,\nAnd the four seasons will never stop.\n\n𝙄𝙛 𝙮𝙤𝙪 𝙡𝙚𝙖𝙫𝙚 𝙢𝙚.\n\n#CSD #C…
## 5411                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5412                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 5413                              RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 5414                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5415                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5416                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. how would you describe yourself in 5 words. \n\n🦌: really kind.\n😇: better than shua. http…
## 5417                                    RT @WORLDMUSICAWARD: 🔝🔟ALBUMS JAPAN🇯🇵\n1⃣First Howling:ME #andTEAM\n2⃣JAPAN 1ST EP DREAM #SEVENTEEN\n3⃣Power Of Wish #EXILE\n4⃣'Indigo' #RM\n5⃣S…
## 5418                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5419                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 5420                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5421                                 RT @taecookies_v: ⛅️ #BeTheSuninBULACAN Freebie ☁️\n\n🔅RT and Like\n🔅Follow if u want to be armycarat moots 🤗\n🔅Reply ur fave svt gif + #MAMAVO…
## 5422                                                           RT @horanghaeist: this is the type of shit dokyeom makes seventeen do before left &amp; right https://t.co/63ulX1HAI0
## 5423                               RT @sugamyaw: 💎Seventeen Be The Sun Additional Show in Jakarta Freebies💎\n\nby @sugawmyaw\n\n📆: 28 December 2022\n📍: Gelora Bung Karno Madya Sta…
## 5424                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5425                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5426                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5427                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 5428                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 5429                        RT @heedungiesunflo: RTs &amp; LIKEs are appreciated💖\n\n✨SEVENTEEN BE THE SUN IN JAKARTA — ADDITIONAL SHOW✨\n\nfreebies by @heedungiesunflo \n\n🗓 28…
## 5430                                        RT @deariekyu: come, come into my world 🍓!!!\n\n#CaratSelcaDay #CARAT #csd #SEVENTEEN #JOSHUA #조슈아 @pledis_17 https://t.co/2wfPrMFdiJ
## 5431                                 RT @leeseoksy: [ BE THE SUN in JKT Additional Show ]\n☀️🤪 FREEBIES BY @leeseoky ☀️🤪\n\nrt and like are much appreciated🫶🏼\n\n📍GBK MADYA, SENAYAN…
## 5432                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5433                                                                      RT @seokminroyal: i wanna match you to my heart \n\n#CSD #CaratSelcaDay #SEVENTEEN https://t.co/Cl9PfLCkwE
## 5434                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 5435                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5436                                     RT @NME: #SEVENTEEN didn’t just bring their ‘Be The Sun’ world tour to Japan – they brought a whole extravaganza of experiences with them,…
## 5437                           RT @yobesuho: ✎ . . be the sun freebies | fan support ☺︎\n\n🐯 strictly 1:1\n🐸 loc: tba on d-day\n🐶 rt &amp; like\n\n#BeTheSuninBULACAN #BeTSinBulacan…
## 5438                            RT @pledis_17: [#17pcs] ‘DREAM’ Release Event Behind film photo\n\n▶ https://t.co/VsWIpdEDsY\n\n#SEVENTEEN #세븐틴\n#SVT_DREAM #DREAM https://t.co/…
## 5439                            RT @Diamond_nineee: 🧸RT &amp; Like are very appreciated🧸\n\n🍊Seventeen Add Show #BETHESUNinJKT Freebies by PERAWAN🍊\n\n📍GBK Madya Stadium \n🗓28 Dec…
## 5440                            RT @darapss: ꕥ [𝚁𝚃 &amp; 𝚕𝚒𝚔𝚎 𝚊𝚛𝚎 𝚟𝚎𝚛𝚢 𝚊𝚙𝚙𝚛𝚎𝚌𝚒𝚊𝚝𝚎!] ꕥ\n\n💎 Seventeen Be The Sun in Jakarta - Additional Show 💎\n\nFreebies by : @darapss @adorablee…
## 5441                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5442                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5443                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5444                         RT @kpopmultigain: like / rt if you stan any of these groups! \n\nseventeen\nred velvet\nateez\ntwice\ntxt\nitzy\nnewjeans\nblackpink\nle sserafim \nf…
## 5445                            RT @jeonwuh: 💎BE THE SUN ADDITIONAL SHOW IN JKT💎\nFreebies by @jeonwuh @thepistolstaar\n\nkindly rt &amp; like this tweet❣️\n- let’s be moots?\n- sp…
## 5446                              RT @ourleadersfatu: will you smile again for me ?\n\n#CaratSelcaDay #CSD #Seungcheol \n#최승철 #SCOUPS #ChoiSeungcheol #SEVENTEEN https://t.co/yX…
## 5447                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5448                                 RT @leemayrah: 🌻SEVENTEEN BE THE SUN IN JAKARTA - ADDSHOW🌻\nminwon ver. freebies by @cloudygureumi x @leemayrah\n\n🗓️Dec 28th, 2022\n📌GBK Madya…
## 5449                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5450                                    RT @OHMYPROM0: not new to rp promo gdm exo bts chanbaek wonwoo kyungsoo jennie album solo follow trick nsfw 18+ views wonwoo seventeen taeh…
## 5451                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5452                            RT @neo__phyte: [RT &amp; Like will be appreciated]\n\nBe The Sun Additional Show in Jakarta \nFreebies by @neo__phyte x @km9yugf\n\n🗓️ Rabu, 28 Des…
## 5453                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5454                                 RT @winterangelhao: good afternoon 😄\n\n#CSD #caratselcaday #carat #joshua #shua #조슈아  #seventeen #세븐틴 @pledis_17 https://t.co/RmoCan0WGP
## 5455                                 RT @UaenCarat0912: Hi everyone! in collaboration with @seoksoocentric , we’ll be giving away 200 sets of freebies! 🫶\n\n🐯 strictly 1:1\n🐸 loc:…
## 5456                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 5457                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 5458                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 5459                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 5460                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 5461                            RT @frilemercier: ✶ wts lfb ph .ᐟ #polsells \n\njeonghan attacca beatroad set: 3400\n\n— strictly sold as set \n— payo / 2 days res\n— rcbyt \n\nt.…
## 5462                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 5463                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5464                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 5465                              RT @frilemercier: P500 gcash giveaway .ᐟ\n\n- rt this tweet and tweets below \n- ends once both sets are sold\n\n✶ wts lfb ph .ᐟ\nt. enhypen sakr…
## 5466                                 RT @winterangelhao: good afternoon 😄\n\n#CSD #caratselcaday #carat #joshua #shua #조슈아  #seventeen #세븐틴 @pledis_17 https://t.co/RmoCan0WGP
## 5467                                                                  RT @bubble_ncteaa: car selcas with gyu ( ´▽`)\n#CaratSelcaDay #CSD #MINGYU #SEVENTEEN https://t.co/dRLXRp5v1y
## 5468                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5469                               RT @Brando_WX: Today's SigTor Spotlight: Tekamah, NE\n\n• Date: May 1, 1930\n• Rated: (Estimated) F4\n  — Windspeed: 207-260 mph\n• Path Length/…
## 5470                                                                                                       RT @1woo17: SEVENTEEN AND CARAT IN TOKYO DOME 🥹🥰\nhttps://t.co/zVnygtNIns
## 5471                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5472                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 5473                                   RT @UaenCarat0912: I will be giving away 100 sets of seoksoo/svt freebies for #BeTheSuninBULACAN \nLimited lang since mahirap ang buhay chos…
## 5474                                 RT @MANIIC11: CANYOUSEEME? by DANNY RAN OUT ON ALL PLATS (prod.MANIIC) \nhttps://t.co/gPn89hSZ39\n\n#SEVENTEEN #rap #newmusic #g59 #16December…
## 5475                                   RT @blcshao_o: ⑅⁠˖⁠♡ you've always been there for me\n\n#CaratSelcaDay #CSD #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/NqEWOXrN1N
## 5476                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 5477                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5478                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5479                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5480                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5481                       RT @print_tales: 〖KPOP large tote bags〗\n\n» MAMAMOO, SEVENTEEN, IU, SUPER JUNIOR, ENHYPEN, NewJeans\n\n☑ SCO &amp; 50% DP Opt\n☑ Bundle Deal\n\nPre-o…
## 5482                            RT @dinoscheekmoles: My carat squad 💎\n\n#CSD #CaratSelcaDay #JOSHUA\n#JEONGHAN #DINO #DK #SEVENTEEN #세븐틴 @pledis_17 \n\n@hannieduIset @ATEEZlov…
## 5483                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5484                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5485                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5486                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 5487                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 5488                         RT @pritiunnie: BE THE SUN ADDITIONAL SHOW IN JAKARTA\n\n🐯FREEBIES FOR HOSHI🐯\n\n📍Stadium Madya, GBK\n🗓 28 Dec 2022\n⏰ TBA\n\n❗️very limited❗️\n\nple…
## 5489                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5490                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5491                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5492                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5493                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 5494                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 5495                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5496                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 5497                               RT @masjeongwonu: RT/Like for a Appreciated🫶🏻\n\n💗🌸Freebies Be The Sun Jakarta Additional Show by @masjeongwonu🌸💗\n\n📆: 28 December 2022\n📍: Gel…
## 5498                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 5499                                       RT @philconcerts: SEVENTEEN has arrived safely in Manila. Let's make history tomorrow at the world's largest indoor arena. #BeTSinBULACAN
## 5500                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5501                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 5502                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5503                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5504                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5505                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5506                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5507                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5508                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5509                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5510                          RT @13_Gems_17: 《THREAD》\n\nHere is a thread highlighting ALL the achievements &amp; accolades SEVENTEEN have earned this year in 2022 alone.\n\nFu…
## 5511                                RT @sebongchin: FREEBIES Seventeen Be the Sun (Additional Show in JKT) \n\nby: @marrktz on ig and @sebongchin \nLIMITED QTY ❣️\n\n° rt and likes…
## 5512                                    RT @philconcerts: SEVENTEEN at the Incheon Airport on the way to the Philippines for #BeTSinBULACAN, happening on December 17 at the Philip…
## 5513                                  RT @gyuilatte: We're on set, 10 minutes before photoshoot~\n\n#CSD #CaratSelcaDay #CARAT_SELCA_DAY  #MINGYU #SEVENTEEN https://t.co/TNJs83GsUy
## 5514                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5515                                  RT @AboutScotlandd: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 | Ben Doak\n\nCongratulations to Ben Doak on his first assist for @LFC as his low driven cross is turned in by Da…
## 5516                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5517                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5518                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5519                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 5520                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5521                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5522                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5523                                RT @smileyleeDK: 🧡SVT BeTS in PH ARENA giveaways/freebies🧡\n\n❣️MBF\n❣️RT &amp; LIKE\n❣️Show me your twitter on D-day\n❣️reply ur fave svt/bias pic…
## 5524                  RT @SVT_Fancafe: [#HOSHI🌟 Weverse]\n221216 -16:24 KST-\n\n➸ Ah.. ? My stye medicine ㅠ I left it ..\n\nㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it \n\n#호시 #SEV…
## 5525                                    RT @WORLDMUSICAWARD: 🔝🔟ALBUMS JAPAN🇯🇵\n1⃣First Howling:ME #andTEAM\n2⃣JAPAN 1ST EP DREAM #SEVENTEEN\n3⃣Power Of Wish #EXILE\n4⃣'Indigo' #RM\n5⃣S…
## 5526                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5527                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5528                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 5529                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5530                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5531                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 5532                                                                      RT @seokminroyal: i wanna match you to my heart \n\n#CSD #CaratSelcaDay #SEVENTEEN https://t.co/Cl9PfLCkwE
## 5533                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5534                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 5535                            RT @ikeukartz: wts lfb #qwery_sells\n\nSeventeen Fleece Anorak \nPower of Love Concert Merch \n\n— 1500\n— size medium \n— can lower if payo\n— fre…
## 5536                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 5537                         RT @YoonMinMD1: Done being a mader packer lol &gt;&lt;\nI and @SVTethereal packed this for you on D-Day! 💖\n\n🌸 Open to ALL carats \n🌸 1:1 only\n🌸 wil…
## 5538                                                                      RT @seokminroyal: i wanna match you to my heart \n\n#CSD #CaratSelcaDay #SEVENTEEN https://t.co/Cl9PfLCkwE
## 5539                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5540                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 5541                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5542                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5543                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5544                          RT @wongyusebongie: RTs &amp; LIKEs are very appreciated💎\n\nSEVENTEEN #BETHESUNinJKT\n.。*♡ freebies by @ariyantiCRT\n\n🗓️ 28 Desember 2022\n🕘 TBA\n📍G…
## 5545                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 5546                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 5547                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 5548                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5549                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 5550                                                               RT @min9yu_tttop: seventeen departure for be the sun in bulacan ! safe skies @pledis_17 ♡ https://t.co/K5SyKxITPt
## 5551                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 5552                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5553                  RT @svt_verse: [#호시 🌟 221216] 4:24 PM KST\n\n#HOSHI: Ah.. ? My stye medicineㅠ I forgot it ..\n\n&gt; ㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it (with me) tho…
## 5554                           RT @min9yu_kimg: wts lfb seventeen svt pc ph\n\nmingyu photocard set - ₱2,650\n\n- rcbyt\n- ❌ sensitive collectors\n- flexi dop\n\nreply mine to cl…
## 5555                                          RT @svt_verse: [#정한’s reply 🌟 221217] 12:10 AM KST\n\n#JEONGHAN: That’s sad\n\n@pledis_17 #SEVENTEEN #세븐틴 https://t.co/EOqIsYtYs5
## 5556                               RT @min9yu_kimg: wts lfb seventeen svt pc ph\n\nseungkwan photocard set - ₱1,200\n\n- sector17 weverse album version (unscanned qr) + pob\n- fac…
## 5557                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5558                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5559                                  RT @lucidhaos: track #1 : pagtingin\n \n— wherein two best friends, Mikael and Drei, lost in the sea of their deepest desires find the island…
## 5560                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5561                                                           RT @horanghaeist: this is the type of shit dokyeom makes seventeen do before left &amp; right https://t.co/63ulX1HAI0
## 5562                          RT @BrasilDino: [📸 SCAN]- 16.12.22- \n#DINO, #DK e #VERNON para o Season’s Greetings 2023\n\n🦀 \n#DINO #SEVENTEEN #디노 @pledis_17  #세븐틴 \nCr: 13t…
## 5563                             RT @jww_enthusiast: Now that I know you exist, how do I not love you ~ ♡\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17…
## 5564                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5565                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5566                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5567                                  RT @ready_to_woo: For today's selca day let me bring back whatever this was I did with Jeonghan \n\n#SEVENTEEN #CaratSelcaDay  #CSD #JEONGHAN…
## 5568                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5569                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 5570                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 5571                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5572                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5573                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 5574                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5575                                     RT @Cloudflare: In this blog post, we’ll highlight a few stories from some of our seventeen Employee Resource Groups (ERGs), including the…
## 5576                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 5577                                  RT @CheonsaHaniee: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nPlease see photo for more details\nStrictly 1:1 🥺\n\n☀️RT + Like (follow not mandatory…
## 5578                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5579                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 5580                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5581                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5582                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5583                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5584                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5585                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5586                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5587                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5588                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5589                                                          RT @xu8hao_o: ube pandan couple 💚💜\n#CaratSelcaDay #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/SSZPNXqKDB
## 5590                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 5591                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 5592                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5593                    RT @SVT_stagram: [#DK 📸 Instagram Story] \n221216 dk_is_dokyeom \n\n➸ Joker movie poster ㅋㅋㅋㅋㅋㅋ\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/t…
## 5594                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5595                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 5596                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5597                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5598                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 5599                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 5600                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5601                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5602                                                             RT @_haofolder_: This going seventeen ep where Minghao literally traveled through the air🙃\nhttps://t.co/992kFbMlMV
## 5603                                     RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 5604                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5605                                      RT @xuminghaoluvr: me 🤝🏼 hoshi\nselfies in the dark &gt;&gt;&gt;\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/xtEHKp5KKX
## 5606                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 5607                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 5608                              RT @cherubfinds: UAE 🇦🇪/ WW 🌎 DECLUTTERING SALE \n\n↬ SEVENTEEN Heng:garæ \n\n💰payment: Bank transfer, PayPal, COD\n\n📦shipment options: Imile, W…
## 5609                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 5610                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5611                                                                   RT @RJ27Princess: @SRJKASHIKA @saurabhraajjain It's at seventeen now\n\n#3YrsOfChefNeilOberoi\nSRJ Lived Neil
## 5612                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5613                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 5614                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5615                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5616                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 5617                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 5618                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5619                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5620                                                                              RT @wooyoobubble: my darling &lt;3 \n\n#CSD #SEVENTEEN #CaratSelcaDay #jun https://t.co/NCtcMmtEHC
## 5621                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5622                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5623                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5624                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5625                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 5626                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 5627                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5628                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5629                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5630                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 5631                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5632                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5633                               RT @macaldeolshop: GA: Seventeen Sector 17\n1) Follow and turn on all notifs\n2) Follow:\nhttps://t.co/urr2lT1ZTQ\nhttps://t.co/OqPWIFFw4s\n3) L…
## 5634                              RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 5635                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 5636                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 5637                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5638                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 5639                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5640                                                 RT @wonuversee: matchy with wonu 🫶🏻 \n\n#CaratSelcaDay #CSD #WONWOO #원우 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/y6wg3sw8uy
## 5641                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5642                                            RT @isekaigyu: Glad that the airport personnel confiscated the videos of those who attempted to film and record seventeen's arrival.
## 5643                                 RT @cholulasmarket: ‼️ URGENT 😭😭\n\nwts lfb seventeen be the sun bulacan lowerbox 105 row 16\n- meet up ph arena\n- rfs: emergency\n- you’ll be…
## 5644                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5645                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5646                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 5647                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 5648                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5649                           RT @kawaiikyeom: . . . for our sun, deekay 🤓\n\n— BeTS in Bulacan freebies —\n\n+ randomly distributed\n+ open to all carats!!\n+ like &amp; rts are…
## 5650                                       RT @noniesjacket: me &amp; vernon when the dj plays party rock anthem🤝🏼\n\n#CaratSelcaDay #CSD #VERNON #SEVENTEEN https://t.co/jwn8zgAcbS
## 5651                                                                                                                 RT @loverlyricsbot: it's like i'm seventeen, nobody understands
## 5652                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5653                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 5654                                 RT @DELULURACHA: Picnic table park dates with him ~🧺\n•••••••••••••••••••••••••••••••••••\n@pledis_17 \n#csd #CaratSelcaDay #seventeen #svt #s…
## 5655                          RT @ofcynotlemon: [HELP RT]\n\n✨ be the sun in bulacan freebies ✨\n\n— 1 hitori janai art print\n— 2x2 stickers\n— candies\n\nlimited quantity only…
## 5656                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 5657                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5658                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5659                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5660                            RT @odetovou: me 🤝 cheol\nnever looking at the camera\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/6ZA5Db0p4P
## 5661                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5662                                  RT @sngj7hyobns: BE THE SUN IN BULACAN FREEBIES\n\nhi carats! me and user @bebeamoraaa14 will be giving away freebies, open for team loob and…
## 5663                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5664                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5665                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 5666                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 5667                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5668                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5669                          RT @HorangiKrong: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nDate: Dec. 17, 2022\nTime &amp; Location: TBA\nStrictly 1:1\n\n✅ RT + Like\n(show us the proo…
## 5670                                                           RT @itsjba0325: Just how fast the night changes!😊 \n#KimSejeong #HongJisoo #Sejeong #Joshua #ioi #gugudan #SEVENTEEN…
## 5671                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 5672                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5673                                                                                                    RT @taehyuncore: seventeen pictures that are so pinterest coded ; a thread 💌
## 5674                                   RT @_seoksoohui: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 5675                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 5676                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 5677                                                                                                    RT @taehyuncore: seventeen pictures that are so pinterest coded ; a thread 💌
## 5678                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 5679                                RT @snwulove: wts lfb help rt pre order keyrings for soonwoo lovers!\n\n₱100 only for keyrings( 3 slots per keyring )\n\ncan open for other mem…
## 5680                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5681                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5682                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5683                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5684                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5685                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5686                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5687                                   RT @snwulove: hey yow wassup! i, user @snwulove and @cheolacee will be handling a mini freebies giveaway on #BeTSinBULACAN\n\neither you can…
## 5688                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5689                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5690                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5691                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 5692                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5693                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5694                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 5695                                 RT @seolarenjun: I long to become a ray of light and caress his face 🖤\n\n#CaratSelcaDay #CARAT #CSD #SEVENTEEN #MINGHAO #THE8\n@pledis_17 htt…
## 5696                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5697                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 5698                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 5699                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5700                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 5701                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5702                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5703                                                 RT @minghaolicious: me &amp; my lovely boo ✨🧡\n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN  @pledis_17 https://t.co/FejOPXfpLp
## 5704                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5705                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5706                                           RT @Koreaboo: Producer BUMZU Locked Himself In A Room For 2 Days To Create One Of SEVENTEEN’s Biggest Hits\n\nhttps://t.co/g9pe5J7yOB
## 5707                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 5708                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5709                                  RT @_wonwoorideul__: wts lfb ph seventeen photocards\n#yanatindera \nmostly wonwoo yung andito, strictly sold as set but y'all can look for k…
## 5710                                  RT @BooNon_98: remember when woozi said this in AAA 2019...\n\n"It's a big honor for us to win album of the year daesang on a self produced a…
## 5711                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5712                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5713                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5714                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5715                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 5716                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5717                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5718                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5719                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5720                              RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 5721                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 5722                                    RT @pledis_17: [17'S] SEVENTEEN was recognized for ‘Building K-ulture Bridges’ at LA3C Creativity and Culture Awards! 🏆 Thank you our CARAT…
## 5723                               RT @scoups4life: WTS LFB PH\n\nSeventeen Be the sun in Bulacan\n\n❤️ (1) LBA REG 103 R32 S29\n🧡 ₱8k (discounted from 12.7k!) \n💛 Already same pri…
## 5724                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 5725                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5726                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5727                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5728                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 5729                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5730                                   RT @woojoodollz: we’re matchy matchy 🫶🏻\n\n{#CSD #CaratSelcaDay #SEVENTEEN    #CARAT #WOOZI #세븐틴 #우지 @pledis_17} https://t.co/Jbf82MNdBg
## 5731                                RT @jhhjfiles: 181217 seventeen star road \n\nq. what do you do better than the person sitting next to you? \n\n😇: i think i'm better looking t…
## 5732                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5733                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5734                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5735                             RT @jww_enthusiast: Now that I know you exist, how do I not love you ~ ♡\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17…
## 5736                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5737                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5738                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5739                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5740                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 5741                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 5742                                                           RT @itsjba0325: Just how fast the night changes!😊 \n#KimSejeong #HongJisoo #Sejeong #Joshua #ioi #gugudan #SEVENTEEN…
## 5743                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 5744                                      RT @xuminghaoluvr: me 🤝🏼 hoshi\nselfies in the dark &gt;&gt;&gt;\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/xtEHKp5KKX
## 5745                            RT @taehyuncore: kissy from minghao &amp; i ( ˘ ³˘) ♡ \n#CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN #THE8 #csd #CARAT #세븐틴 https://t.co/IZgU9nryRB
## 5746                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 5747                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 5748                                 RT @DokyeomGaabs: 'Cause we never go out of style ✨️\n\neu e o nonu de roupa chique 😋\n#CSD #CaratSelcaDay #SEVENTEEN #WONWOO @pledis_17 https…
## 5749                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5750                             RT @RaidenVotes: SMA VOTES GIVEAWAY (Main Prize)\n\n⭐ 500 Gold Hearts\n\n🪁 Like and RT this Tweet\n🪁 Follow me (Must reach 150 followers)\n🪁 Drop…
## 5751                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5752                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5753                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 5754                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 5755                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5756                                                                   RT @shuarandom: fairy joshua and his 4 little doves\n\n#JOSHUA #조슈아 #SEVENTEEN\n\n https://t.co/UhfyawieXf
## 5757                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5758                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5759                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5760                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5761                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5762                                    RT @caratdeu113_: For those who'll come tomorrow for BeTSinBulacan, please take care and please be safe!! And of course, PLEASE ENJOY THE C…
## 5763                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5764                                                                RT @seobkitty: me and my date. 💋\n~@pledis_17 \n\n#CSD #CaratSelcaDay #Mingyu #SEVENTEEN https://t.co/rhWKVH4krk
## 5765                              RT @smplyfallinforu: 📞 ℍ𝕖𝕝𝕝𝕠 ⭐\n\nᴊᴏꜱʜᴜᴀ ʙɪʀᴛʜᴅᴀʏ ᴄᴀꜰᴇ ᴇᴠᴇɴᴛ\n🦌 December 30, 2022\n🦌 WouldULike PH Branches @WouldULikeph \n(SM Light Mall, SM G…
## 5766                        RT @wwonecart: 「 wts lfb ph | help rt ! 」\n\ndk dangwa set\n   ー ₱1000 (all-in + lsf)\n   ー only sold as set \n   ー ☓ sensi\n   ー also wtt dokyeo…
## 5767                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5768                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5769                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 5770                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 5771                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 5772                                                                 RT @svtcontents: [THREAD]  SEVENTEEN at LA3C Festival - Day 1 \n\nvia Average Socialite https://t.co/Br41wNAKur
## 5773                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5774                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 5775                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 5776                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5777                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5778                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 5779                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5780                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5781                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 5782                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 5783                               RT @Calli_x06: 💎SEVENTEEN BE THE SUN BULACAN FREEBIES💎\n\nHi carats, I will be giving these on December 17 \n\n- Open for all Carats\n- PLACE AN…
## 5784                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5785                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5786                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 5787                           RT @yoonz1n004: happy jeongcheol day~ 💙💜\n\n🍒🍓 𝐬𝐭𝐫𝐞𝐧𝐠𝐭𝐡 &amp; 𝐞𝐬𝐜𝐚𝐩𝐞 🍓🍒 \nseventeen be the sun bulacan\n\n📢 i will be giving away coupjeong/jeongche…
## 5788                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5789                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5790                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5791                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5792                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 5793                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5794                                RT @shuasophy: seventeen be the sun bulacan\n\n🚨 i will be giving away Minwon and Seoksoo  and SVT grad pic freebies for #BeTSinBULACAN \n\n🐶 r…
## 5795                                 RT @suphoshi: A little over dressed, but that’s okay - Hoshi thought I was so cute 💞\n\n#CSD #CaratSelcaDay #SEVENTEEN\n#HOSHI https://t.co/Zh…
## 5796                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5797                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5798                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5799                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5800                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5801                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5802                                         RT @devluvschwe: sweater + glasses gf and hoodie + glasses bf #csd #CaratSelcaDay #VERNON #Seventeen @pledis_17 https://t.co/fvGLOBFnOW
## 5803                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5804                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5805                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5806                                                                                                                  RT @slvppy: twitter needs a dislike button so i can be a hater
## 5807                                    RT @neo__phyte: Let’s see my happiness~ ♡♡\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17 https://t.co/pslTZAeFLG
## 5808                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5809                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5810                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 5811                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5812                                RT @shuasophy: seventeen be the sun bulacan\n\n🚨 i will be giving away Minwon and Seoksoo  and SVT grad pic freebies for #BeTSinBULACAN \n\n🐶 r…
## 5813                                   RT @kyoongified: ✦₊˚ SEVENTEEN BE THE SUN in Bulacan\n\nhi hello! @chocohwabs, @8youngkart and i will be giving away some freebies on d-day:…
## 5814                              RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 5815                           RT @yoonz1n004: happy jeongcheol day~ 💙💜\n\n🍒🍓 𝐬𝐭𝐫𝐞𝐧𝐠𝐭𝐡 &amp; 𝐞𝐬𝐜𝐚𝐩𝐞 🍓🍒 \nseventeen be the sun bulacan\n\n📢 i will be giving away coupjeong/jeongche…
## 5816                                RT @shuasophy: seventeen be the sun bulacan\n\n🚨 i will be giving away Minwon and Seoksoo  and SVT grad pic freebies for #BeTSinBULACAN \n\n🐶 r…
## 5817                                                                                                                           RT @mirandaescobarr: my hip dips make me feel so ugly
## 5818                           RT @yoonz1n004: happy jeongcheol day~ 💙💜\n\n🍒🍓 𝐬𝐭𝐫𝐞𝐧𝐠𝐭𝐡 &amp; 𝐞𝐬𝐜𝐚𝐩𝐞 🍓🍒 \nseventeen be the sun bulacan\n\n📢 i will be giving away coupjeong/jeongche…
## 5819                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5820                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5821                                RT @verseok_: vernonified.\n\nwill wear the same fit tomorrow see you guys!\n#CSD #CaratSelcaDay\n#VERNON #SEVENTEEN @pledis_17 https://t.co/Bl…
## 5822                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5823                                  RT @trishfgx: 🌻 BeTS in Bulacan freebies 🌻\n\nHi! I'll be giving a pack of candies which includes unofficial photos of Jeonghan. I'll give it…
## 5824                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5825                               RT @pixylshi: [USA/WW GO] ViVi 2023.02 JAPAN MAGAZINE (SEVENTEEN)\n\n💸$7 - CAP=20\n⏲Dec 19th 7PM EST\n📝https://t.co/RtqeL78rYo\n🆙https://t.co/U0…
## 5826                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5827                               RT @glassofcoups: (helping a friend) \nRT/likes vv appreciated💌\n\nWTS Be The Sun Additional Show In Jakarta\n- Blue C Carmem (1x)\n- reasonable…
## 5828                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 5829                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5830                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 5831                                            RT @jeongshooa: 𝑦𝑜𝑢 𝑎𝑟𝑒 𝑚𝑦 𝑠𝑜𝑦𝑚𝑎𝑡𝑒 🥢\n\n#CaratSelcaDay #CSD #JEONGHAN  #윤정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/L6COEyUgpJ
## 5832                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5833                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5834                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 5835                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 5836                                                                       RT @QBall_Ww: 221215\nICN✈️EyeS on U\n#SEVENTEEN   #원우  #WONWOO  #ウォヌ #세븐틴 https://t.co/QE8YTV2iHu
## 5837                               RT @pledischarts: #SEVENTEEN 4th Album ‘Face the Sun’ has now surpassed 3,000,000 (3 Million) copies sold on Circle (GAON). 🎉\n\n#세븐틴 @pledis…
## 5838                                    RT @WORLDMUSICAWARD: 🔝🔟ALBUMS JAPAN🇯🇵\n1⃣First Howling:ME #andTEAM\n2⃣JAPAN 1ST EP DREAM #SEVENTEEN\n3⃣Power Of Wish #EXILE\n4⃣'Indigo' #RM\n5⃣S…
## 5839                                                                                                       RT @cscthnkr: #scoups : that 😗 guy from seventeen https://t.co/TuFP5JhAHA
## 5840                                       RT @the2the8: significant other reveal!! &lt;3\n\n#CaratSelcaDay #CSD #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wgaLeJ1oZw
## 5841                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5842                                                        RT @yeoshuaa_: me &amp; my boyfie ♡\n\n#CaratSelcaDay #CSD #JOSHUA #SEVENTEEN #조슈아 @pledis_17 https://t.co/g5kondqa3y
## 5843                             RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 5844                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5845                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5846                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5847                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 5848                                  RT @TheAthletic: Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wake Fore…
## 5849                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5850                                                            RT @faeiryoon: I just love him Idk #CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/0WydKPf5Vr
## 5851                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5852                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5853                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5854                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5855                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 5856                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5857                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 5858                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5859                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 5860                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5861                               RT @svtcharts: #SVT_DREAM is now certified 3x Platinum in Japan (RIAJ) for reaching 750,000 shipments!\n\n#SEVENTEEN #세븐틴 @pledis_17 @pledis_…
## 5862                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5863                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5864                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 5865                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5866                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5867                             RT @jww_enthusiast: Now that I know you exist, how do I not love you ~ ♡\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17…
## 5868                                                                        RT @_leathv_: With the love of my life 🤍 #CaratSelcaDay #CSD #MINGHAO #SEVENTEEN https://t.co/s5SiJkzrON
## 5869                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5870                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 5871                                                                        RT @_leathv_: With the love of my life 🤍 #CaratSelcaDay #CSD #MINGHAO #SEVENTEEN https://t.co/s5SiJkzrON
## 5872                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 5873                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5874                              RT @RCTIPlus: GIVEAWAY TIME 🥳🥳🥳\n\nRCTI+ bagi-bagi 2 official Lighstick K-Pop PENTAGON, TREASURE &amp; 8 Album SEVENTEEN, THE BOYZ, STRAY KIDS da…
## 5875                                                        RT @yeoshuaa_: me &amp; my boyfie ♡\n\n#CaratSelcaDay #CSD #JOSHUA #SEVENTEEN #조슈아 @pledis_17 https://t.co/g5kondqa3y
## 5876                                 RT @17_seventeen_05: When I see my face in your two eyes\nAs if the world has stopped, I will hug you. \n\n#SEVENTEEN #HOSHI #CSD  #CaratSelca…
## 5877                                                            RT @faeiryoon: I just love him Idk #CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/0WydKPf5Vr
## 5878                                   RT @dyochans: ☀️ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ☀️\n\n— metalic frame keychains are exclusively for [ better man au ] readers!\n— sn…
## 5879                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5880                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 5881                                                            RT @faeiryoon: I just love him Idk #CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/0WydKPf5Vr
## 5882                                                         RT @mulletd1no: fuzzy hat season!❄️☃️🌨️ \n#csd #CaratSelcaDay #SCOUPS #에스쿱스 #세븐틴 #SEVENTEEN https://t.co/W3yhmEVe8L
## 5883                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5884                                    RT @treasurecharts_: #TREASURE now joins NCT, Stray Kids, Seventeen, TXT, Twice and BTS as the only Korean acts that have spent 100 weeks w…
## 5885                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5886                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 5887                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 5888                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 5889                                   RT @soompi: #SEVENTEEN Goes Triple Platinum For 1st Time In Japan + #BTS's #Jin Earns 1st Solo RIAJ Album Certification\nhttps://t.co/X7jeqe…
## 5890                                                 RT @minghaolicious: me &amp; my lovely boo ✨🧡\n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN  @pledis_17 https://t.co/FejOPXfpLp
## 5891                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5892                                                                RT @seobkitty: me and my date. 💋\n~@pledis_17 \n\n#CSD #CaratSelcaDay #Mingyu #SEVENTEEN https://t.co/rhWKVH4krk
## 5893                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5894                                                        RT @yeoshuaa_: me &amp; my boyfie ♡\n\n#CaratSelcaDay #CSD #JOSHUA #SEVENTEEN #조슈아 @pledis_17 https://t.co/g5kondqa3y
## 5895                                  RT @gobypurplekiss: 🛍️PURPLEKISS ONGOING PRE-ORDERS\n\n🛒 NCT Dream - Winter Special Mini Album (Candy) X Sellkor\n🛒 Tabungan Lightstick (All G…
## 5896                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5897                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 5898                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 5899                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5900                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 5901                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5902                                 RT @suphoshi: A little over dressed, but that’s okay - Hoshi thought I was so cute 💞\n\n#CSD #CaratSelcaDay #SEVENTEEN\n#HOSHI https://t.co/Zh…
## 5903                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5904                                    RT @cheolkwons: hello! i won't be there today but i've got a few freebies to share as well! just look for the same person on the tweet belo…
## 5905                                                            RT @rervoke: — we keep it colorful 🌈\n[ #CSD #CaratSelcaDay #SVT\n#Hoshi #SEVENTEEN #CARAT ] https://t.co/uYCkeVEqAo
## 5906                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5907                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 5908                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5909                                                         RT @dokyeomiesgf: we went on a date :)\n\n#CaratSelcaDay #CSD #DOKYEOM #도겸 #세븐틴 #SEVENTEEN https://t.co/zGBqsGPlwY
## 5910                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5911                                                              RT @jhluversvt: our car ride selfies ☀️ #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jWaKul2SOB
## 5912                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5913                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 5914                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 5915                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 5916                                RT @yoonminhoes: ଘ(੭*ˊᵕˋ)੭* Caratdeul!! \n\nMe and @Kylavv18 will be giving away freebies for BeTS 🤩\n\n♡Read and follow the mechanics to claim…
## 5917                                                         RT @dokyeomiesgf: we went on a date :)\n\n#CaratSelcaDay #CSD #DOKYEOM #도겸 #세븐틴 #SEVENTEEN https://t.co/zGBqsGPlwY
## 5918                                                         RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/DUtf3tN0gE https://t.co/VF6s8nPAB0
## 5919                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5920                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5921                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5922                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5923                                                          RT @xu8hao_o: ube pandan couple 💚💜\n#CaratSelcaDay #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/SSZPNXqKDB
## 5924                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 5925                                    RT @envimediaco: Calling all sneakerheads! 👟👀 If you’re looking for new kicks, check out how you can steal #SEVENTEEN’s #Hoshi’s style from…
## 5926                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 5927                                   RT @yoonzinahae: One lucky #teamlabas will be able to see Seventeen later! Good luck! 💗\n\nI’ll post my whereabouts later if you wish to get…
## 5928                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 5929                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 5930                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5931                              RT @booshushuu: [RTs are appreciated] 🫶🏼\n\n🌼 SEVENTEEN “BE THE SUN” ADD SHOW IN JAKARTA FREEBIES 🌼\nby : @booshushuu \n\n📍Stadion Madya GBK\n🗓 2…
## 5932                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5933                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5934                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5935                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5936                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 5937                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5938                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5939                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 5940                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5941                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5942                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 5943                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 5944                                        RT @dinosfavgf: im going ia again sorry &gt;&lt; #csd #CARAT_SELCA_DAY #최승철 #SEUNGCHEOL #SEVENTEEN @pledis_17 https://t.co/tJdu2XEuTC
## 5945                                                   RT @elyxeura: The art and the artist 🎨\n\n#CaratSelcaDay #SEVENTEEN\n#세븐틴 #THE8 #디에잇 @pledis_17 https://t.co/Kn13F3S7SP
## 5946                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 5947                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 5948                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 5949                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 5950                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 5951                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 5952                                   RT @Seoul_Merchant: ⚠️RT FOR A SURPRISE DM⚠️\n#SeoulMerchant_SALE\n\n12.15 SALE RANDOM ALBUM FOR 99 EACH\n\n• FREE SHIPPING on selected items!…
## 5953                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5954                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5955                                         RT @devluvschwe: sweater + glasses gf and hoodie + glasses bf #csd #CaratSelcaDay #VERNON #Seventeen @pledis_17 https://t.co/fvGLOBFnOW
## 5956                                                         RT @dokyeomiesgf: we went on a date :)\n\n#CaratSelcaDay #CSD #DOKYEOM #도겸 #세븐틴 #SEVENTEEN https://t.co/zGBqsGPlwY
## 5957                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 5958                                                                                        RT @svtcontents: [#INSTAGRAM] munwansik IG update with SEVENTEEN https://t.co/JyVbKphiuy
## 5959                                  RT @daljackgyeom: wts lfb seventeen minghao jeonghan ph padilla kihno postcards dicon heart cheek \n\n600 for set only\ncan ship to different…
## 5960                               RT @dxlcefarniente: jeonghan will always be the #1 seventeen vocal enthusiast: \n\nsecond life ver.\n\n#SVT_RockTheLA3C_Festival\n#SEVENTEEN_AT_…
## 5961                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 5962                                                                                                       RT @ankiiithecutiee: Sixteen seventeen eighteen\n\nBB16 SHOW US PRIYANKIT
## 5963                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 5964                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5965                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 5966                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5967                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 5968                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 5969                                                                                                           RT @sseraespagirls: SEVENTEEN - fear | STAYC  https://t.co/XcGeruA7M9
## 5970                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 5971                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 5972                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 5973                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 5974                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 5975                                     RT @min9yu_tttop: seventeen will perform in bulacan with their dancers..? oh my god pls CHEERS on the setlist 🕯️ \n\nhttps://t.co/Ty0HavRLgR
## 5976                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5977                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 5978                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 5979                               RT @ChinaMusicData: 🇨🇳 “Best Selling Male Group Album” nominees\n\n• ‘Beatbox’ — NCT DREAM\n• ‘Glitch Mode’ — NCT DREAM\n• ‘Proof’ — BTS\n• ‘Fac…
## 5980                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 5981                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 5982                                        RT @dinosfavgf: im going ia again sorry &gt;&lt; #csd #CARAT_SELCA_DAY #최승철 #SEUNGCHEOL #SEVENTEEN @pledis_17 https://t.co/tJdu2XEuTC
## 5983                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 5984                                RT @svtcontents: [#MAGAZINE] SEVENTEEN for ViVi Magazine February 2023 Issue Details\n\nSpecial Edition\nAmazon: https://t.co/JclzJkLqzU\nRakut…
## 5985                                 RT @svtcontents: [#FANSIGN] SEVENTEEN 4th Full Album 'Face the Sun' Yizhiyu Fansign Event Round F Photocards\n\n— Random 1 out of 13\n\n🖇️ http…
## 5986                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 5987                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 5988                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 5989                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 5990                                    RT @svtcontents: 📰 SEVENTEEN is nominated under several categories at the 2022 China Year End Awards! Winners will be announced on December…
## 5991                                                  RT @svtcontents: 📰 SEVENTEEN's 'HOT' is one of the most streamed songs in Stationhead this 2022!! 🥳\n\nhttps://t.co/I3tTsn1sgK
## 5992                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5993                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 5994                                     RT @AnFhuiseog: 6000 Days by Jim 'Jaz' McCann describes seventeen years of his life imprisoned in Crumlin Road Gaol and the H-Blocks (Long…
## 5995                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5996                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 5997                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 5998                                     RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 5999                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 6000                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6001                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6002                                 RT @livenationph: Here are the filters you can use at SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nIG: https://t.co/1sgCk3Z94j\nFB: https:…
## 6003                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6004                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6005                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6006                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 6007                                    RT @Heavy_Dew: @SimonDavisBarry AHHHHHH I promise I will promote the show and make people sign the petition to the concert I’m attending la…
## 6008                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 6009                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 6010                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6011                                   RT @loeyshuaa: “Confuse Hoshi with clam Joshua ft hyper girl with protective women” 😋❤️ @pledis_17 \n\n#CSD #CaratSelcaDay #JOSHUA #HOSHI #SE…
## 6012                                            RT @isekaigyu: Glad that the airport personnel confiscated the videos of those who attempted to film and record seventeen's arrival.
## 6013                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 6014                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 6015                                                                   RT @shuarandom: fairy joshua and his 4 little doves\n\n#JOSHUA #조슈아 #SEVENTEEN\n\n https://t.co/UhfyawieXf
## 6016                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6017                             RT @honeygyuhao: leagues apart but still very obsessed with Jeonghan\n\n#CaratSelcaDay #CSD #MINGYU #민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.…
## 6018                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6019                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6020                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6021                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6022                                                       RT @Kurotsuchi_____: 𝑀𝑟 𝑎𝑛𝑑 𝑀𝑟𝑠 𝐵𝑜𝑜🍊\n\n.\n\n#CaratSelcaDay #CSD #SEVENTEEN #SEUNGKWAN @pledis_17 https://t.co/T6eAu9JArf
## 6023                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6024                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6025                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6026                                  RT @17CARATS_INA: - ' - SEVENTEEN HAS CHECK IN JAKARTA CITY - ' - \n\nThank you for participating and supporting us as a sponsor of this proj…
## 6027                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6028                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6029                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 6030                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6031                           RT @soongyuexe: help rt! #saiwts ph go 🇵🇭\n\n꒰ hoshi mingyu don’t wanna cry acrylic standee &amp; seventeen keyrings by @soongyu ꒱\n- ₱100/ stande…
## 6032                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6033                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6034                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6035                                    RT @CaratLandPH: We have received reports of people sharing videos of SEVENTEEN recorded in places where they shouldn't be disturbed in the…
## 6036                         RT @cafe_joshua_th: ꒰ pls rt 💎꒱\n\n🌹#JOSHUA 'Birthday Cafe BKK🌹\n\n🗓️ 22 - 28 DEC.\n🚩@fanscafe_bkk\n\n  🌹HASHTAG \n#DreamOfRedRose_1230 \n\n#Happy_JO…
## 6037                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6038                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6039                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6040                             RT @SVT_Fancafe: [#MINGYU🌟 Weverse]\n221215 -19:53 KST-\n\n➸ By any chance, has anyone seen my... earphones at the airport.......\n\n#민규 #SEVENT…
## 6041                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6042                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6043                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6044                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6045                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 6046                                                          RT @SVT_Fancafe: [#HOSHI🌟 Weverse] \n221215 -19:49 KST-\n\n#호시 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/nZbhHOvFyY
## 6047                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 6048                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6049                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6050                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6051                                                                                               RT @sounds_of_cheol: seventeen today going to ph 🛫 ot13 🖤 https://t.co/CVgO1urLZY
## 6052                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6053                                                               RT @min9yu_tttop: seventeen departure for be the sun in bulacan ! safe skies @pledis_17 ♡ https://t.co/K5SyKxITPt
## 6054                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6055                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6056                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 6057                                   RT @dyochans: ☀️ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ☀️\n\n— metalic frame keychains are exclusively for [ better man au ] readers!\n— sn…
## 6058                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6059                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6060                                                                             RT @_biscuitrainbow: Under the mask 😷 \n#MINGYU #SEVENTEEN #seventeenfanart https://t.co/OWR2fceO6H
## 6061                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6062                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 6063                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6064                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6065                  RT @musicinfojapan: VOTE GA  - SMA  \n\nPoll winner : 100 💛 \n\n📌Rules \n✅ LIKE &amp; RETWEET  \n✅ FOLLOW ME &amp;\n@smajapan_\n@smaglobal_\n✅ Drop proofs…
## 6066                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6067                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 6068                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6069                             RT @smplyfallinforu: ☀️ BE THE SUN in Bulacan ☀️\n\n💎 SCoups, Jeonghan, Woozi and Joshua birthday freebies 🍒😇🍚🦌\n\nDecember 17, 2022\nTime &amp; Loc…
## 6070                                RT @verseok_: vernonified.\n\nwill wear the same fit tomorrow see you guys!\n#CSD #CaratSelcaDay\n#VERNON #SEVENTEEN @pledis_17 https://t.co/Bl…
## 6071                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6072                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6073                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6074                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6075                           RT @jinrrys07: Wts LFB\nBets bulacan \nSvt seventeen \n\nLBB regular\nSection 207\nRow 53\n\nPhp 10700 (regular ticket price) \n\nSELLING AT 8000php…
## 6076                                    RT @khanea_: it’s dday of be the sun in bulacan! may this day go well for seventeen and carats. let’s cherish this moment as svt is the fir…
## 6077                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6078                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 6079                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6080                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 6081                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6082                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6083                                                                          RT @sounds_of_cheol: seventeen heading to ph today ✈️ have a safe flight boys 🖤 https://t.co/A11KHyOizW
## 6084                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 6085                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6086                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6087                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6088                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6089                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6090                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6091                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6092                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6093                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6094                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 6095                               RT @chansolboo: wts lfb ph\n\nsvt seventeen bets bulacan\nLBA regular 112 , row 23\n\n- ₱12,700 (tix+ sm fees) can lower to 12k if getting today…
## 6096                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6097                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 6098                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6099                                   RT @pledis_17: 'TOUR-ING : SEVENTEEN WORLD TOUR [BE THE SUN]' 3 CITY MIX D-1\n\nVOD ON-AIR\n2022.11.25 8PM (FRI) \n▶ https://t.co/BjDpzxmTvJ…
## 6100                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6101                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6102                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6103                                                         RT @mulletd1no: fuzzy hat season!❄️☃️🌨️ \n#csd #CaratSelcaDay #SCOUPS #에스쿱스 #세븐틴 #SEVENTEEN https://t.co/W3yhmEVe8L
## 6104                                   RT @_seoksoohui: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 6105                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6106                               RT @pledis_17: 'TOUR-ING : SEVENTEEN WORLD TOUR [BE THE SUN]' VOD Official Photo #3\n\nVOD ON-AIR TONIGHT 8PM!\n▶ https://t.co/BjDpzx5QtJ \n\n#S…
## 6107                                                                              RT @wooyoobubble: my darling &lt;3 \n\n#CSD #SEVENTEEN #CaratSelcaDay #jun https://t.co/NCtcMmtEHC
## 6108                            RT @pledis_17: [#17pcs] ‘DREAM’ Release Event Behind film photo\n\n▶ https://t.co/VsWIpdEDsY\n\n#SEVENTEEN #세븐틴\n#SVT_DREAM #DREAM https://t.co/…
## 6109                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6110                               RT @pledis_17: 'TOUR-ING : SEVENTEEN WORLD TOUR [BE THE SUN]' VOD Official Photo #3\n\nVOD ON-AIR TONIGHT 8PM!\n▶ https://t.co/BjDpzx5QtJ \n\n#S…
## 6111                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6112                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 6113                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 6114                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6115                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6116                               RT @pledis_17: 'TOUR-ING : SEVENTEEN WORLD TOUR [BE THE SUN]' VOD Official Photo #3\n\nVOD ON-AIR TONIGHT 8PM!\n▶ https://t.co/BjDpzx5QtJ \n\n#S…
## 6117                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6118                               RT @pledis_17: 'TOUR-ING : SEVENTEEN WORLD TOUR [BE THE SUN]' VOD Official Photo #3\n\nVOD ON-AIR TONIGHT 8PM!\n▶ https://t.co/BjDpzx5QtJ \n\n#S…
## 6119                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6120                                  RT @ready_to_woo: For today's selca day let me bring back whatever this was I did with Jeonghan \n\n#SEVENTEEN #CaratSelcaDay  #CSD #JEONGHAN…
## 6121                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 6122                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. when did you feel the happiest recently? \n\n🦌: the happiest....\n😇: i feel so happy becau…
## 6123                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 6124                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6125                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 6126                                                                    RT @iIywh: HE KNEW EXACTLY WHAT HE WAS DOING HERE @pledis_17 #SEVENTEEN #HOSHI #LA3C https://t.co/y8NRa1z4uI
## 6127                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6128                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6129                     RT @SVT_Fancafe: [#DINO🌟 Weverse]\n221216 -14:30 KST-\n\n➸ I really like things like thisㅋㅋㅋㅋㅋ\n\n#디노 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/GH…
## 6130                                                 RT @svtcontents: [THREAD]  SEVENTEEN at LA3C Festival - Day 1 \n\nvia Asia Pacific Arts Online Magazine https://t.co/t5vFFwDeoA
## 6131                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6132                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6133                                    RT @livenationph: Check out this guide to Philippine Arena Doors for an easy and hassle-free entry to your ticket sections. See you tomorro…
## 6134                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6135                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6136                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6137                                                                                             RT @eunoia__svt: SEVENTEEN IS 13\n\n@pledis_17 #SEVENTEEN \nhttps://t.co/l0SKnbz3Ph
## 6138                  RT @SVT_Fancafe: [#HOSHI🌟 Weverse]\n221216 -16:24 KST-\n\n➸ Ah.. ? My stye medicine ㅠ I left it ..\n\nㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it \n\n#호시 #SEV…
## 6139                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6140                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6141                  RT @musicinfojapan: VOTE GA  - SMA  \n\nPoll winner : 100 💛 \n\n📌Rules \n✅ LIKE &amp; RETWEET  \n✅ FOLLOW ME &amp;\n@smajapan_\n@smaglobal_\n✅ Drop proofs…
## 6142                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6143                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6144                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6145                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6146                  RT @musicinfojapan: VOTE GA  - SMA  \n\nPoll winner : 100 💛 \n\n📌Rules \n✅ LIKE &amp; RETWEET  \n✅ FOLLOW ME &amp;\n@smajapan_\n@smaglobal_\n✅ Drop proofs…
## 6147                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 6148                               RT @kpopBg_ontop: Best-selling male groups in 2022\n\n01. #BTS - 5,704,526\n02. #StrayKids - 5,647,872\n03. #SEVENTEEN - 5,293,660\n04. #NCTDREA…
## 6149                                       RT @dokyeomfiles: I survived 2022, thanks to DK / SEVENTEEN OT13! 🥺😭\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK \nhttps://t.co/uJM8HOC6IV
## 6150                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6151                                                        RT @xum8nghao_o2: [SEVENTEEN WEVERSE]\n221201\n#JEONGHAN 🌟\n\n#SEVENTEEN #SVT_UPDATES @pledis_17 https://t.co/E2VuFDLKUE
## 6152                        RT @alaiwahmeng: wtb / want to buy\n\nsg23 photocards\n- jeonghan\n- joshua\n- mingyu\n- hoshi\n- wonwoo\n\n✅pair is ok\n✅satuan with higher price is…
## 6153                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6154                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6155                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6156                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6157                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6158                                                                                                   RT @wonubliss: seventeen's quarantine life @pledis_17 https://t.co/T5X3OeB9vj
## 6159                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6160                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 6161                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6162                          RT @seoksooinlove: ✨Be The Sun in Bulacan freebies✨\n\nI'll be giving away glow in the dark bracelets, approx 150pcs \n\n♡ For team concert &amp; t…
## 6163                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6164                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6165                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6166                                                                             RT @_biscuitrainbow: Under the mask 😷 \n#MINGYU #SEVENTEEN #seventeenfanart https://t.co/OWR2fceO6H
## 6167                                                                                       RT @sounds_of_cheol: seventeen in ph 🇵🇭 \nlechon - bbq - jollibee https://t.co/cpdM7h85Oo
## 6168                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6169                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6170                               RT @Calli_x06: 💎SEVENTEEN BE THE SUN BULACAN FREEBIES💎\n\nHi carats, I will be giving these on December 17 \n\n- Open for all Carats\n- PLACE AN…
## 6171                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 6172                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 6173                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6174                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6175                                                           RT @horanghaeist: this is the type of shit dokyeom makes seventeen do before left &amp; right https://t.co/63ulX1HAI0
## 6176                                                      RT @ye0sunx: alexa, play 'crazy in love' by seventeen&lt;3\n\n#CaratSelcaDay #csd #Junhui #MINGHAO https://t.co/mk8uiUCRUj
## 6177                                                                                                      RT @wonubliss: seventeen and jollibee chicken joy🍗 https://t.co/RFoVNkAA8p
## 6178                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6179                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6180                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6181                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6182                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 6183                                                                                                                                    RT @2_moka2006: Seventeen \n#الروح_الحلوة_في
## 6184                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 6185                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 6186                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6187                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6188                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6189                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6190                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 6191                                                 RT @svtcontents: [THREAD]  SEVENTEEN at LA3C Festival - Day 1 \n\nvia Asia Pacific Arts Online Magazine https://t.co/t5vFFwDeoA
## 6192                                                           RT @horanghaeist: this is the type of shit dokyeom makes seventeen do before left &amp; right https://t.co/63ulX1HAI0
## 6193                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6194                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6195                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6196                     RT @SVT_Fancafe: [#DINO🌟 Weverse]\n221216 -14:30 KST-\n\n➸ I really like things like thisㅋㅋㅋㅋㅋ\n\n#디노 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/GH…
## 6197                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6198                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6199                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6200                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 6201                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6202                            RT @pledis_17: [#17pcs] ‘DREAM’ Release Event Behind film photo\n\n▶ https://t.co/VsWIpdEDsY\n\n#SEVENTEEN #세븐틴\n#SVT_DREAM #DREAM https://t.co/…
## 6203                                   RT @_bubblethe8: D-1 to BE THE SUN IN BULACAN! ☀️\n\nTickets: https://t.co/hoSlgwAFwa\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/QNLdySgiY8
## 6204                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6205                                 RT @shuareads: Hello to my fellow joshushushu &amp; couprang! i will be giving away limited cheolshua/cheolsoo freebies on d-day! 🍒🦌 will also…
## 6206                                                           RT @horanghaeist: this is the type of shit dokyeom makes seventeen do before left &amp; right https://t.co/63ulX1HAI0
## 6207                                  RT @wonubliss: 2022 Asia Artist Awards \n🏆 Hot Trend\n🏆 Fabulous\n🏆 Singer of the Year \n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/2zMWmc3gPU
## 6208                            RT @seokmin_br: [📸] 16.12.22. #DK, #DINO e #VERNON para o Seventeen Season's Greetings 2023.\n\n© 13thistory\n\n#도겸 #세븐틴 #SEVENTEEN @pledis_17…
## 6209                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 6210                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6211                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6212                                                                               RT @miss_svtmafia: See you tomorrow SEVENTEEN &amp; CARATs! ✨ @pledis_17 https://t.co/FsSy5P2ZN5
## 6213                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6214                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6215                               RT @Genius_kor: #GeniusCharts | 2022 Year-End Genius Korea Chart | Top Male Groups\n1. Stray Kids\n2. BTS\n3. ENHYPEN\n4. TOMORROW X TOGETHER\n5…
## 6216                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6217                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6218                            RT @dadeuthannie: going seventeen universe with dino (picheolin) as the main character 😌\n\nwhat on earth &gt; boo drop guru &gt; wonwoo’s diary ht…
## 6219                                                                                  RT @smolseokmin: PLEASE 😭\n\n221210 #DOKYEOM DK #LA3C #SEVENTEEN #도겸 https://t.co/yhOXFRWGZ3
## 6220                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6221                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6222                               RT @essicakes_: 🧡 BE THE SUN IN BULACAN FREEBIES 🧡\n\nHi! I'll be giving out diamond ring pop with light + random unofficial pcs later! ✨\n \nK…
## 6223                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6224                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6225                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6226                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6227                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅ LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#SEVENTEEN #TWICE #TXT #…
## 6228                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 6229                                  RT @dadeuthannie: “The whole thing was made possible thanks to their sense of humor and their trustworthy acting skills.”\n\n“ We just gave t…
## 6230                                    RT @BILLLIEFILES: SEVENTEEN’s SEUNGKWAN posted a signed the Billage of perception: chapter 2 album he got from Billlie on his Instagram Sto…
## 6231                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6232                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6233                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 6234                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6235                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6236                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6237                                       RT @jeonwonhao: hey hey hey, carats! i'll be giving away haikyu x seventeen freebies for #BeTSinBULACAN ◡̈ .⁠。⁠*⁠♡\n\n✿ includes 1 member ea…
## 6238                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6239                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 6240                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6241                          RT @feat_annaaa: wts lfb\n\nubc reg 410\n2k\nLONG DOP \ndp : 1k\nrembal : 1k (kahit until end of january na) \n\nrfs : sudden exam sked :(\n\nHELP RT…
## 6242                                RT @livenationph: Get your shuttle tickets for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡 now!\n\nhttps://t.co/BONcdZGpQE\n\nPrice is P200 f…
## 6243                             RT @underscore_kdot: wts lfb onhand\n\nSeventeen Be The Sun tix\nUBB PREM 417 same price + online fee\n\nrfs: decided not to go \n\ndm me for more…
## 6244                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6245                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 6246                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6247                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 6248                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6249                          RT @teumecarat1213: a little giveaway for #BeTheSunBulacan \n\nFOLLOW @treasure_cart\nRT &amp; LIKE this post..\n\nkamsahamnida...\nSEE YOU ALL TOMOR…
## 6250                              RT @rayofsunkyeom: If you leave me,\nMy tears turn into rain and fall down,\nAnd the four seasons will never stop.\n\n𝙄𝙛 𝙮𝙤𝙪 𝙡𝙚𝙖𝙫𝙚 𝙢𝙚.\n\n#CSD #C…
## 6251                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 6252                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 6253                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6254                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6255                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6256                       RT @treasure_cart: a little giveaway for #BeTheSunBulacan \n\nFOLLOW us &amp; @teumecarat1213\nRT &amp; LIKE this post..\n\nkamsahamnida...\nSEE YOU ALL…
## 6257                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6258                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6259                                 RT @svtcontents: [#FANSIGN] SEVENTEEN 4th Full Album 'Face the Sun' Yizhiyu Fansign Event Round F Photocards\n\n— Random 1 out of 13\n\n🖇️ http…
## 6260                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 6261                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6262                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6263                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6264                                RT @svtcontents: [#MAGAZINE] SEVENTEEN for ViVi Magazine February 2023 Issue Details\n\nSpecial Edition\nAmazon: https://t.co/JclzJkLqzU\nRakut…
## 6265                                                                                        RT @svtcontents: [#INSTAGRAM] munwansik IG update with SEVENTEEN https://t.co/JyVbKphiuy
## 6266                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6267                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6268                                   RT @dyochans: ☀️ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ☀️\n\n— metalic frame keychains are exclusively for [ better man au ] readers!\n— sn…
## 6269                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6270                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6271                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 6272                                                                 RT @Blossomseason_: 221213 #버논 #세븐틴 #vernon #seventeen\nMy black cat is rockstar.. https://t.co/9evJZZlapu
## 6273                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6274                                RT @gyumicart: wts lfb ph seventeen fts yzy f [batch 2]\n\n❌ scoups jeonghan jun mingyu\n✅ joshua hoshi wonwoo woozi the8 dk seungkwan vernon…
## 6275                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6276                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6277                               RT @byunscart456: wts lfb ph svt\n\nseventeen dk your choice hmv vernon face the sun weverse sector17 pc —  2200 (free sf)\n\n— payo\n— dm to cl…
## 6278                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6279                                RT @J2hann: WTS Seventeen Be The Sun in Bulacan ticket:\n\n— UBC REG 409 Row seat: 99-165\n\n1,850+ 100 online fee (Same price bought) = ₱1,950…
## 6280                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6281                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6282                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6283                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 6284                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 6285                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6286                                    RT @SopheaJane: @tinkswonu I love how we have access to the chronology of this stories.. bits here and ther in different platform but alway…
## 6287                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 6288                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6289                              RT @cinnamonkeu: helping a friend!! help rt 🫶🏻\n\n🔥 WTS LFB SEVENTEEN BE THE SUN - BULACAN 🔥\n\n(2) Tickets \n💎SECTION: UBOX C PREM 417\n💎ROW: 11…
## 6290                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6291                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6292                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6293                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6294                                   RT @dyochans: ☀️ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ☀️\n\n— metalic frame keychains are exclusively for [ better man au ] readers!\n— sn…
## 6295                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6296                                       RT @noniesjacket: me &amp; vernon when the dj plays party rock anthem🤝🏼\n\n#CaratSelcaDay #CSD #VERNON #SEVENTEEN https://t.co/jwn8zgAcbS
## 6297                                                                                     RT @soonchanranghae: SEVENTEEN BE THE SUN WORLD TOUR LYRICS AND FANCHANT GUIDE\n\nA thread;
## 6298                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 6299                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6300                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6301                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6302                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6303                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6304                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6305                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 6306                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6307                                   RT @classytae18: 💌 Be The Sun Ticket Envelope 💌\n\n✔️ Matte printed\n✔️ thickness is similar to folder\n✔️ Can choose ur bet members\n✔️ 30 peso…
## 6308                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6309                               RT @kpopvotes_ga: GIVEAWAY SEOUL MUSIC AWARDS 2022 MAIN\n\n🎁 10 votes (1000 💛) \n\nRules:\n📌Like and Rt this\n📌 Follow @kpopvotes_ga (must reach…
## 6310                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6311                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6312                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6313                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6314                                                 RT @svtcontents: [THREAD]  SEVENTEEN at LA3C Festival - Day 1 \n\nvia Asia Pacific Arts Online Magazine https://t.co/t5vFFwDeoA
## 6315                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6316                                                                        RT @_leathv_: With the love of my life 🤍 #CaratSelcaDay #CSD #MINGHAO #SEVENTEEN https://t.co/s5SiJkzrON
## 6317                                                                      RT @Twentieshoyo: sheeesh 😎\n\n[ #THE8 #SEVENTEEN #CSD #CaratSelcaDay @pledis_17 ] https://t.co/3yKZqTxMLn
## 6318                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6319                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6320                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6321                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6322                                     RT @junhuiprotector: Have this actor junhui while we wait for exclusive fairytale \n#준 #JUN @pledis_17 #SEVENTEEN\nhttps://t.co/gPFnhUFU29
## 6323                                 RT @SVT_Fancafe: [#JOSHUA🌟 Weverse]\n221214 -00:43 KST-\n\n➸ I asked Jeonghan to take pics making my legs look long, and this is how he took i…
## 6324                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6325                                 RT @kyeomcarthur: — seventeen be the sun in bulacan 🌻\n\nhi! I'll be giving out freebies on dec 17 🫶 thank you and see you carats! \n\nrts are…
## 6326                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6327                                RT @kyeomcarthur: annyeong it's lee chan! \n\nso ayon, I'll be selling baby seventeen bubbleheads tom. 60 pesos each ^^ \n\nsadly, I wasn't abl…
## 6328                                 RT @DokyeomGaabs: 'Cause we never go out of style ✨️\n\neu e o nonu de roupa chique 😋\n#CSD #CaratSelcaDay #SEVENTEEN #WONWOO @pledis_17 https…
## 6329                                    RT @sevalentine_: CARATs! SEVENTEEN is coming back this December 17 for their additional show, #BeTheSuninBULACAN! 💎☀️ \n\nJoin them as they…
## 6330                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 6331                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 6332                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6333                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 6334                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6335                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 6336                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6337                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 6338                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 6339                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6340                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6341                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 6342                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6343                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6344                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 6345                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6346                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 6347                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6348                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6349                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 6350                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6351                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6352                                RT @qwertdkk: wts lfb svt ph || help rt !  \n\ndk 200 | jn 300 | ww 400 | hs 250 | wz 200 | sk 200 | js 250 | hs 250\n\nset price: 2,050 | 2000…
## 6353                                RT @SVT_Fancafe: [#DK🌟 Weverse]\n221213 -23:44 KST-\n\n➸ Carats♥️ Thankyou for making Seventeen proud todayㅎㅎ Thanks to our Carats' love and s…
## 6354                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 6355                            RT @mownchild: —An art gallery could never be as unique as you.\n\n#CSD #CaratSelcaDay #MINGYU #김민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/M…
## 6356                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 6357                                                                               RT @miss_svtmafia: See you tomorrow SEVENTEEN &amp; CARATs! ✨ @pledis_17 https://t.co/FsSy5P2ZN5
## 6358                        RT @miss_svtmafia: D-DAY TOMORROW ㅠㅠㅠ\nCARATS HELP RT PLEASE 😭\n\nSEVENTEEN BE THE SUN BULACAN \n\nwtt lft\n\nHAVE: (2) VIP B SOUNDCHECK\n\nWANT: (2…
## 6359                               RT @_gumgummy: 𝑰'𝒍𝒍 𝒘𝒊𝒍𝒍 𝒏𝒆𝒗𝒆𝒓 𝒇𝒊𝒏𝒊𝒔𝒉\n 𝒇𝒂𝒍𝒍𝒊𝒏𝒈 𝒊𝒏 𝒍𝒐𝒗𝒆 𝒘𝒊𝒕𝒉 𝒚𝒐𝒖.\n\n#CSD #CaratSelcaDay #Seungkwan #SEVENTEEN #승관 @pledis_17 https://t.co/Jlk…
## 6360                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6361                                                        RT @kenari_na: 👖🪣🎩🍊 | Jeans Bucket Hat with Kwan\n❣️\n#CaratSelcaDay #CARAT #SEUNGKWAN #SEVENTEEN https://t.co/pbQQXRtoVz
## 6362                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6363                                    RT @yamarie_sjsvt: the fact that it's super junior and seventeen's 2nd time here in ph to have their concert and it will happen in the same…
## 6364                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6365                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6366                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6367                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6368                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6369                                    RT @livenationph: FOUR DAYS LEFT 'TIL SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡 LIVE AT THE BIGGEST INDOOR ARENA IN THE WORLD - PHILIPP…
## 6370                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 6371                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6372                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6373                                                                                                      RT @snowkhoshi: seventeen has always been the same https://t.co/mRuHBPIohL
## 6374                                 RT @seokkiebby: ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n     "so... where are we going for our date?"\n⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#CaratSelcaDay…
## 6375                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6376                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6377                                   RT @fae_______: In answering a question to fans, Hoshi of Seventeen said that GDRAGON is an artist he likes!❤️ cr. @/hoshzone \n\n#GDRAGON @I…
## 6378                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6379                               RT @ayshuahong_: An equation between me and you\n\n🙇‍♀️📷\n\n#SEVENTEEN #CSD #세븐틴 #CaratSelcaDay #민규 #MINGYU @pledis_17 https://t.co/Fz3viTeXHn
## 6380                                                 RT @wonuversee: matchy with wonu 🫶🏻 \n\n#CaratSelcaDay #CSD #WONWOO #원우 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/y6wg3sw8uy
## 6381                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6382                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6383                                RT @SVT_Fancafe: [#WONWOO🌟 Weverse]\n221213 -23:14 KST-\n\n➸ Thankyou for always walking together with me, though I walk in silence.\nI'll supp…
## 6384                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6385                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 6386                  RT @SVT_Fancafe: [#HOSHI🌟 Weverse]\n221216 -16:24 KST-\n\n➸ Ah.. ? My stye medicine ㅠ I left it ..\n\nㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it \n\n#호시 #SEV…
## 6387                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 6388                                    RT @caratdeu113_: For those who'll come tomorrow for BeTSinBulacan, please take care and please be safe!! And of course, PLEASE ENJOY THE C…
## 6389                                                 RT @minghaolicious: me &amp; my lovely boo ✨🧡\n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN  @pledis_17 https://t.co/FejOPXfpLp
## 6390                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 6391                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6392                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6393                              RT @hazycacarrot: your lips my lips, apocalypse~\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #세븐틴 @pledis_17 https://t.co/Rf1dnmKq2O
## 6394                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6395                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 6396                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6397                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6398                                                              RT @jhluversvt: our car ride selfies ☀️ #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jWaKul2SOB
## 6399                                  RT @hawtmatchalatte: Let's eat with bononie ᕙ(`▽´)ᕗ\n#CaratSelcaDay #CSD\n#VERNON #버논 #SEVENTEEN\n#세븐틴 @pledis_17 https://t.co/mZPpJ85jHK
## 6400                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6401                                   RT @ihrtjaehyunn: Don’t make me choose yet😭\n#csd #CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN @pledis_17 #MINGYU #minghao https://t.co/v3jlln…
## 6402                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 6403                               RT @belongs_to_j: i’m just like you, you’re just like me~~~ 😆🌀🏃🏻‍♂️\n\n#CSD #CaratSelcaDay #DK #도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wX…
## 6404                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 6405                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6406                                                              RT @jhluversvt: our car ride selfies ☀️ #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jWaKul2SOB
## 6407             RT @APMAHK: ASIAN POP MUSIC AWARDS 2022(NOMINATIONS)\n#APMA #APMA2022 #AsianPopMusicAwards #亞洲流行音樂大獎 #亚洲流行音乐大奖\n\nRECORD OF THE YEAR(Overseas)…
## 6408                              RT @gelgel_ly: You stole my heart, but i’ll let you keep it❤️\n#CaratSelcaDay #CSD #세븐틴 #SEVENTEEN #SCOUPS  #최승철  #choiseungcheol @pledis_17…
## 6409              RT @APMAHK: ASIAN POP MUSIC AWARDS 2022(NOMINATIONS)\n#APMA #APMA2022 #AsianPopMusicAwards #亞洲流行音樂大獎 #亚洲流行音乐大奖\n\nBEST DANCE PERFORMANCE(Overs…
## 6410                               RT @SVT_Fancafe: [#JOSHUA🌟 Weverse]\n221213 -23:02 KST-\n\n➸ Thankyou so much Carats ㅠㅠ I'm very happy because thanks to Carats, we received t…
## 6411                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 6412                                 RT @dinwoogf: i love you, i love you and i love you.\n\n#CaratSelcaDay #CSD #DINO #디노 #SEVENTEEN  #세븐틴  @pledis_17 https://t.co/nn2eb0Ab8D
## 6413                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6414                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6415                               RT @luvzhyuk: i kinda wanna go on a follow spree for all the groups i stan so if u stan these groups pls interact:\n\ne’last\nkara\ncsr\nkingdom…
## 6416                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 6417                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6418                                                 RT @minghaolicious: me &amp; my lovely boo ✨🧡\n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN  @pledis_17 https://t.co/FejOPXfpLp
## 6419                                                              RT @jhluversvt: our car ride selfies ☀️ #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jWaKul2SOB
## 6420                                                        RT @kenari_na: 👖🪣🎩🍊 | Jeans Bucket Hat with Kwan\n❣️\n#CaratSelcaDay #CARAT #SEUNGKWAN #SEVENTEEN https://t.co/pbQQXRtoVz
## 6421                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6422                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6423                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 6424                                RT @SVT_Fancafe: [#SCOUPS🌟 Weverse]\n221213 -22:44 KST-\n\n➸ Thankyou Carats🤍💛\nI believe you'll be watching us from anywhere, I'll work really…
## 6425                                            RT @jeongshooa: 𝑦𝑜𝑢 𝑎𝑟𝑒 𝑚𝑦 𝑠𝑜𝑦𝑚𝑎𝑡𝑒 🥢\n\n#CaratSelcaDay #CSD #JEONGHAN  #윤정한 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/L6COEyUgpJ
## 6426                                  RT @wonubliss: 2022 Asia Artist Awards \n🏆 Hot Trend\n🏆 Fabulous\n🏆 Singer of the Year \n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/2zMWmc3gPU
## 6427                               RT @min9yu_tttop: SEVENTEEN on 2022 Asia Artist Awards 🎉 \n\n🏆 Fabulous Award \n🏆 Hot Trend Award \n🏆 Daesang — Singer of the Year\n\n@pledis_17…
## 6428                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6429                                RT @gottamarryem17: 𝑺𝒕𝒓𝒐𝒍𝒍𝒊𝒏𝒈 𝒂𝒓𝒐𝒖𝒏𝒅 𝒊𝒄𝒐𝒏𝒊𝒄 𝒑𝒍𝒂𝒄𝒆𝒔 𝒘𝒉𝒊𝒍𝒆 𝒄𝒂𝒑𝒕𝒖𝒓𝒊𝒏𝒈 𝒎𝒆𝒎𝒐𝒓𝒊𝒆𝒔\n— 𝑶𝒍𝒅 𝒃𝒖𝒕 𝒈𝒐𝒍𝒅\n\n#CSD #CaratSelcaDay\n#JOSHUA #SEVENTEEN @pledis_…
## 6430                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 6431                                 RT @suphoshi: A little over dressed, but that’s okay - Hoshi thought I was so cute 💞\n\n#CSD #CaratSelcaDay #SEVENTEEN\n#HOSHI https://t.co/Zh…
## 6432                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6433                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 6434                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6435                                        RT @shuahae_3_: 𝐎𝐮𝐫 𝐇𝐞𝐚𝐥𝐢𝐧𝐠, 𝐇𝐞𝐚𝐥𝐢𝐧𝐠~ 💙\nWith Mingyu \n\n#CSD #Mingyu #민규 #CaratSelcaDay #SEVENTEEN @pledis_17 https://t.co/UvyYAGjB8E
## 6436                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 6437                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6438                                     RT @junhuiprotector: Have this actor junhui while we wait for exclusive fairytale \n#준 #JUN @pledis_17 #SEVENTEEN\nhttps://t.co/gPFnhUFU29
## 6439                            RT @mgyuppy: ( 03 : 00 AM ) . \n- you're are the reason that i lie awake ;\n\n#CaratSelcaDay #CSD #MINGYU #민규 #SEVENTEEN #세븐틴 @pledis_17 https…
## 6440                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6441                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 6442                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 6443                                            RT @SVT_stagram: [#SEUNGKWAN 📸 Instagram Story] \n221215 pledis_boos \n\n#승관 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/d7ppd0k6gz
## 6444                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6445                                  RT @itzgfdk__: [🖤]\n\nimmeasurably beside you is the most beautiful thing i ever wanted. beyond measure in your arms is the most beautiful th…
## 6446                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 6447                                                    RT @z0crt: Carat selca day with this giant baby\n\n#CSD #CaratSelcaDay #SEVENTEEN #MINGYU @pledis_17 https://t.co/LbgkZrYrwr
## 6448                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 6449                                   RT @Cathleenexus: Happy sweet seventeen @Daisy_JKT48 !\nI wish you much much love on your sweet 17, you’re not so little anymore! Keep growi…
## 6450                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6451                                   RT @dekpoky: 🎞️ 𝙖𝙗𝙨𝙤𝙡𝙪𝙩𝙚𝙡𝙮 𝙨𝙢𝙞𝙩𝙩𝙚𝙣 🎞️\n"after last night, i think i'm in love with you, i can't get you out of my head"\n\n#CaratSelcaDay #CSD…
## 6452                      RT @bieberscoups: S COUPS DURING CHEERS OMFG IM NOT OKAY !!!!! \n\n#SCOUPS\n#SVT_RockTheLA3C_Festival\n#SEVENTEEN_AT_LA3C\n#세븐틴_더큰꿈을향해_LA3C http…
## 6453                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6454                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6455                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6456                             RT @brightestmo_on: Last night was fun. Thanks, Mingyu ^__^\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #세븐틴 #SECTOR17 #_WORLD @pled…
## 6457                                           RT @Koreaboo: Producer BUMZU Locked Himself In A Room For 2 Days To Create One Of SEVENTEEN’s Biggest Hits\n\nhttps://t.co/g9pe5J7yOB
## 6458                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6459                                   RT @17sBaddest: Friend sent this and said “THE SCOUPS ASS” lmaoooo #la3cfestival #SVT_RockTheLA3C_Festival\n#SEVENTEEN_AT_LA3C @pledis_17 ht…
## 6460                                RT @hanisyruup: Be The Sun in Bulacan Freebies ☀️\n\n↬ Strictly 1:1\n↬ follow @/theadvisordiaries on ig (optional)\n↬ Time/Loc : TBA\n↬ Say “Shi…
## 6461                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6462                                  RT @shuasmwah: @Stutiyoon , Wanna go back in that restroom and not rest?\n\n#CaratSelcaDay #CSD #stuti #whims #SEVENTEEN @pledis_17 https://t…
## 6463                                RT @1228dreams: Concert-ready :))\n\n[The shirt and ticket holder aren’t for sale. But if you’re interested, let us know!]\n\n🏷 svt seventeen b…
## 6464                             RT @yoon_maya: ✨BE THE SUN IN BULACAN x \nJOSHUA BIRTHDAY\nFAN SUPPORT ✨\n\nDetails on the photo below.\nCan't wait to meet you, Carats! See you…
## 6465                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 6466                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6467                                    RT @stthsn: gose christmas special wherein the seventeen members are separated into groups and they're having a caroling competition. the g…
## 6468                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6469                                   RT @allforcaratsvt: btw may willing ba maki trade ng tix? like mas mababang row sanaa ! two adjacent seats\n\nLBA REG ROW 30+ to LBA REG ROW…
## 6470                                                                             RT @strwbrryhui: this video when seventeen announced their debut i will cry https://t.co/J7Qj2AyZGm
## 6471                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6472                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6473                         RT @0095zi: 📣 WTS LFB PH\n\n- (1) UBB PREM 421 Be The Sun in Bulacan ticket\n- ₱5,850\n- mop: gcash &amp; unionbank\n\ndm if interested!!\nhelp rt, wi…
## 6474                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6475                                RT @shuasmwah: When we pull up, you know it's a shutdown 💋\n\n#CARATSELCADAY #CSD #JOSHUA #SEVENTEEN  #조슈아 @pledis_17 https://t.co/rgSk3oRn54
## 6476                                RT @wonhansolcart: :: ic interest check wts lfb ph bets in bul tix svt #whsitems 💭\n\nSEVENTEEN BE THE SUN ENCORE IN BULACAN TICKETS (3)\n\n• c…
## 6477                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6478                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6479                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6480                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6481                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6482                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6483                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 6484                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6485                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6486                                  RT @svtcontents: @pledis_17 🎥 SEVENTEEN winning the AAA Artist of The Year (Singer of The Year) DAESANG at the 2022 Asia Artist Awards!\n\nht…
## 6487                                                  RT @sunnieq_: Walking in La Salle…\n\n#CaratSelcaDay #CSD #JEONGHAN #준\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/d0U7pRm29A
## 6488                                                      RT @WwangelbabywW: lamon 🫦 is 😩 life ✊🏻\n\n#CaratSelcaDay #CSD #SEVENTEEN #HOSHI #호시 @pledis_17 https://t.co/reZEnCKkP0
## 6489                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 6490                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6491                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 6492                                   RT @oshiwu: ☀️ ᣞ  ⊹  ݁  seventeen be the sun in bulacan freebie  ❕\n\ni'll be giving away limited caratbong / phone charm and beaded bracelet…
## 6493                                   RT @allforcaratsvt: btw may willing ba maki trade ng tix? like mas mababang row sanaa ! two adjacent seats\n\nLBA REG ROW 30+ to LBA REG ROW…
## 6494                                              RT @sounds_of_cheol: and thats the "SINGER OF THE YEAR", SEVENTEEN!!!\n\nshadow, march, hot 👏🏻🔥 @pledis_17 https://t.co/Dow2Waw56E
## 6495                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6496                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 6497                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6498                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 6499                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 6500                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6501                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6502                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6503                                                    RT @gabateez: Slip into the diamond life ೄྀ࿐ ˊˎ-\n\n#CaratSelcaDay #CSD #SEVENTEEN #WONWOO @pledis_17 https://t.co/VGsv1Hw9z1
## 6504                                                                                              RT @min9yu_tttop: SEVENTEEN the main event!! ❤️‍🔥 @pledis_17 https://t.co/Mj37YV9zIs
## 6505                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 6506                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 6507                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 6508                                  RT @dadeuthannie: seventeen at aaa - shadow, march, and hot full performance 🖤\n\nstage platforms moving, backup dancers, the amount of carat…
## 6509                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 6510                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6511                                                                                 RT @wonubliss: seventeen performed shadow, march, and hot ... aaaa so excited for saturday 😭😭😭😭
## 6512                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6513                                          RT @shinvjk: we use the filter, he is 🐶 and i is 🐱\n\n#csd #VERNON #SEVENTEEN #CARAT #CaratSelcaDay @pledis_17 https://t.co/VGaJTdQut0
## 6514                                          RT @sounds_of_cheol: seventeen aaa daesangs!! 🏆👏🏻🖤\n\nalbum of the year (2019)\nsinger of the year (2021-2022) https://t.co/QwvVngwRPq
## 6515                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6516                                                                                                          RT @wonubliss: SINGER OF THE YEAR, SEVENTEEN 🏆 https://t.co/MAXdHYcHbL
## 6517                              RT @min9yu_tttop: SEVENTEEN AAA Daesang 🏆🏆🏆 \n\n2019: Album of the Year \n2021: Singer of the Year \n2022: Singer of the Year\n\ncongrats boys @p…
## 6518                                          RT @1nlovewtae: When I'm with you there is no one else ! \n\n#CaratSelcaDay #CSD #JOSHUA #SEVENTEEN @pledis_17 https://t.co/C0slY1jhzC
## 6519                                                    RT @nyeacjeon: "Do you wanna be forgiven?"\n\n#CARAT_SELCA_DAY #세븐틴 #SEVENTEEN #WONWOO @pledis_17 https://t.co/sgECpElVPM
## 6520                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6521                                                                                                                RT @imckyunstd: monsta x and seventeen ♡ https://t.co/J2DjHLFRkW
## 6522                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6523                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 6524                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6525                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 6526                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 6527                                 RT @wonwoospimp: wts // lfb : seventeen bets bulacan \n\n(1) LOWERBOX B PREMIUM/ LBB 214 ROW 52 SEAT 285 \n₱5,500\npayment can be upon meet up…
## 6528                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6529                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 6530                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6531                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6532                            RT @ExyTickets: BELOW SRP \n\nSEVENTEEN BE THE SUN BULACAN \n\nUPPER BOX B REGULAR (4)\n\n2500 ( 4 tickets available )\n\nUPPER BOX A (4)\n\nROW 66…
## 6533                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6534                                                        RT @xum8nghao_o2: [SEVENTEEN WEIBO]\n221126\n#THE8 update \n\n#SEVENTEEN #SVT_UPDATES @pledis_17 https://t.co/RNpSu1yE8x
## 6535                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6536                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6537                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6538                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6539                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 6540                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6541                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 6542                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6543                                 RT @haosbitch: priorities before I fly……BLURRY PICS IS OUR THING!!!!! #CSD #CaratSelcaDay #MINGHAO #徐明浩 #SEVENTEEN @pledis_17 https://t.co/…
## 6544                                     RT @AnFhuiseog: 6000 Days by Jim 'Jaz' McCann describes seventeen years of his life imprisoned in Crumlin Road Gaol and the H-Blocks (Long…
## 6545                                    RT @horangrawrhae: NOW THAT SEVENTEEN ARE BACK IN THE PHILIPPINES. LET ME REMIND YALL AGAIN. THIS JOENGHAN ROAMING AROUND JAPAN AND NOT EVE…
## 6546                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 6547                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6548                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6549                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6550                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6551                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6552                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6553                                    RT @svtcontents: 📰 SEVENTEEN is nominated under several categories at the 2022 China Year End Awards! Winners will be announced on December…
## 6554                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6555                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 6556                                RT @dadeuthannie: Congratulations SEVENTEEN for winning the AAA Daesang - Artist of the Year 🏆🏆🏆🥳🎉\n\n#세븐틴 @pledis_17 https://t.co/wZGFcNH9Xi
## 6557                                  RT @BooNon_98: remember when woozi said this in AAA 2019...\n\n"It's a big honor for us to win album of the year daesang on a self produced a…
## 6558                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 6559                         RT @SVT_Fancafe: [#JEONGHAN🌟 Weverse]\n220522 -19:22 KST-\n\n➸ ㅋㅋㅋㅋ I uploaded these just for Carats to laughㅎㅎ You've worked hard today tooㅎㅎ…
## 6560                                RT @xum8nghao_o2: [SEVENTEEN INSTAGRAM]\n221128 \nsound_of_coups added to his story\n\n#SEVENTEEN #SVT_UPDATES @pledis_17 https://t.co/yCGqFQXm…
## 6561                                        RT @wonubliss: Congratulations to SEVENTEEN for winning SINGER OF THE YEAR (Daesang) at the 2022 Asia Artist Awards #세븐틴 @pledis_17 🏆
## 6562                                                                                RT @honeysvts: #VERNON_BlackEye headers I made 🖤 #VERNON #BlackEye #버논 https://t.co/99SmG29ckK
## 6563                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6564                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 6565                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 6566                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 6567                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6568                                    RT @sounds_of_cheol: SEVENTEEN DAESANG!!\nsvt won "Singer of the year" at AAA 2022. congrats @pledis_17 well deserved! 🏆😭❤️ https://t.co/nQZ…
## 6569                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6570                                                                               RT @CHERRYHAE17: their record hasn't been broken yet.  #SEVENTEEN #세븐틴 https://t.co/6YlP8EjxiB
## 6571                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 6572                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6573                              RT @kzells13: WTS / LFB \n\nDK ALBUM PC \nHenggarae an ode attacca hana dul set  poet \nJeonghan hoshi dino vernon\nSOGO VER 1\n\nOHAND AND READY…
## 6574                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 6575                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6576                                                                         RT @saintsaIv: GAGOOOO MY MAN JUST BOUGHT ME BE THE SUN SEVENTEEN TICKETS HAYOP https://t.co/84n5DZ0fVj
## 6577                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6578                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 6579                          RT @hae_tiger15: (っ◔◡◔)っ ♥ Rage BeTS Bulacan Freebies♥\n\n- like and rwt \n- strictly 1:1\n- open for trades just dm me &lt;333 \n- limited lang hu…
## 6580                          RT @otteru_211: 세븐틴 #조슈아 #디노 \n[Article]\nSEVENTEEN Joshua, "Put (his) arms around Dino's shoulders"\nSEVENTEEN Joshua, "Dino, can you see up…
## 6581                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6582                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6583                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 6584                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6585                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6586                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6587                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6588                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6589                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6590                                                      RT @WwangelbabywW: lamon 🫦 is 😩 life ✊🏻\n\n#CaratSelcaDay #CSD #SEVENTEEN #HOSHI #호시 @pledis_17 https://t.co/reZEnCKkP0
## 6591                                                                               RT @miss_svtmafia: See you tomorrow SEVENTEEN &amp; CARATs! ✨ @pledis_17 https://t.co/FsSy5P2ZN5
## 6592                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6593                               RT @fae_______: Most nominated kpop groups for China End Year Awards @/ChinaMusicData \n\n1. Blackpink-14\n2. Seventeen-13\n3. (G)-IDLE-12\n4. R…
## 6594                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6595                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6596                                                                                                               RT @wonubliss: seventeen's outfit tonight https://t.co/xksUCtkKdd
## 6597                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6598                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6599                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6600                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 6601                                RT @verseok_: vernonified.\n\nwill wear the same fit tomorrow see you guys!\n#CSD #CaratSelcaDay\n#VERNON #SEVENTEEN @pledis_17 https://t.co/Bl…
## 6602                                    RT @treasurecharts_: #TREASURE now joins NCT, Stray Kids, Seventeen, TXT, Twice and BTS as the only Korean acts that have spent 100 weeks w…
## 6603                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6604                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6605                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6606                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6607                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6608                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6609                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6610                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6611                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 6612                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6613                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6614                                                                               RT @tinkswonu: wonwoo’s photocard for seventeen 2023 season’s greetings ❤️ https://t.co/m2HTo0jfsJ
## 6615                                                 RT @dadeuthannie: Congratulations SEVENTEEN for winning the AAA Fabulous Award 🏆🎉\n\n#세븐틴 @pledis_17 https://t.co/R4aty2ojqE
## 6616                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6617                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6618                                     RT @pledis_17: [17'S 원우] DAZED KOREA Behind Photo📸\n\n@DazedKorea\n#원우 #WONWOO\n#세븐틴 #SEVENTEEN\n#DAZEDKOREA https://t.co/SO01sISTL5
## 6619                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6620                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6621                                                                                                  RT @sounds_of_cheol: seventeen - AAA fabulous award 🏆🖤 https://t.co/MTIp0SIMVt
## 6622                                                                                             RT @My17youth: SEVENTEEN at AAA 2022 \n\n#SEVENTEEN #세븐틴 https://t.co/ByP5fCF62Z
## 6623                                                      RT @wonubliss: Congratulations to SEVENTEEN for winning Fabulous Award at the 2022 Asia Artist Awards #세븐틴 @pledis_17 🏆
## 6624                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 6625                       RT @MsKwon_15: "Three friends, one heart."\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #JEONGHAN #정한 #JOSHUA #조슈 #SEVENTEEN #세븐틴 @pledis_17 https://…
## 6626                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6627                                                                                                                 RT @wonubliss: ooh seventeen’s outfit 🖤 https://t.co/F4iBh0FZY3
## 6628                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6629                                                                                        RT @TheFigen_: Thieves catch the robber! What a wonderful world! https://t.co/LPbZzY5ore
## 6630                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6631                                                            RT @faeiryoon: I just love him Idk #CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/0WydKPf5Vr
## 6632                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 6633                          RT @feat_annaaa: wts lfb\n\nubc reg 410\n2k\nLONG DOP \ndp : 1k\nrembal : 1k (kahit until end of january na) \n\nrfs : sudden exam sked :(\n\nHELP RT…
## 6634                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 6635                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6636                                                                                    RT @min9yu_tttop: SEVENTEEN with their Hot Trend Award 🏆🧡 @pledis_17 https://t.co/deXFTiU8U7
## 6637                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 6638                                  RT @hawtmatchalatte: Let's eat with bononie ᕙ(`▽´)ᕗ\n#CaratSelcaDay #CSD\n#VERNON #버논 #SEVENTEEN\n#세븐틴 @pledis_17 https://t.co/mZPpJ85jHK
## 6639                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6640                          RT @BrasilDino: [📸 SCAN]- 16.12.22- \n#DINO, #DK e #VERNON para o Season’s Greetings 2023\n\n🦀 \n#DINO #SEVENTEEN #디노 @pledis_17  #세븐틴 \nCr: 13t…
## 6641                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6642                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6643                                  RT @TheAthletic: Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wake Fore…
## 6644                                   RT @dyochans: ☀️ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ☀️\n\n— metalic frame keychains are exclusively for [ better man au ] readers!\n— sn…
## 6645                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 6646                          RT @seoksooinlove: ✨Be The Sun in Bulacan freebies✨\n\nI'll be giving away glow in the dark bracelets, approx 150pcs \n\n♡ For team concert &amp; t…
## 6647                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 6648                                                                                                           RT @wonubliss: Hot Trend Singer - SEVENTEEN 🏆 https://t.co/bOSv42XQn0
## 6649                                 RT @featuringchan: hello, here's my freebies for BE THE SUN in BULACAN ♥️\n\n⤑ location: tba (hanapin nyo na lang me, eme hahaha)\n⤑ 1:1\n⤑ uns…
## 6650                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6651                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6652                                    RT @mochymltyy: HELP ME RT THIS 🙏🏻\ni need to clear my album to further my studies 🥺 I’ve lowered the price a lot from RM 35, i really need…
## 6653                                                             RT @_haofolder_: This going seventeen ep where Minghao literally traveled through the air🙃\nhttps://t.co/992kFbMlMV
## 6654                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6655                          RT @SVT_Fancafe: [#DK🌟 Weverse]\n221215 -20:33 KST-\n\n➸ Who's that friend on the right?🥸\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/cCqASx7…
## 6656                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6657                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6658                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6659                             RT @cuipdz: wts lfb ph \n\n💉💒 jeonghan sakristan set\n ₱900 + pf, dop 1 week❕\n💬 all onhand \n\n☆ seventeen social club ssc al fine jun sector 17…
## 6660                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6661                                   RT @svtcontents: 🖼️ 221213 SEVENTEEN at the 2022 Asia Artist Awards Red Carpet Press Previews\n\nS.COUPS, JOSHUA, JEONGHAN https://t.co/LjaPF…
## 6662                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 6663                                RT @i4pjae: wts lfb help rt\n\nseventeen be the sun con ticket (ubb reg) — 4850 (100 for online fees)\n\nt. wts lfb ph svt seventeen be the sun…
## 6664                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6665                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6666                                                         RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/DUtf3tN0gE https://t.co/VF6s8nPAB0
## 6667                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6668                                         RT @gyubasic: —i look over at you and see sunshine 🌞\n\n#CaratSelcaDay #CSD #MINGYU #민규 #SEVENTEEN @pledis_17 https://t.co/1TCxyV8FCg
## 6669                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6670                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6671                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 6672                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6673                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6674                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6675                               RT @mini_mimisiez: ✨ Seventeen carver ver (DK) unsealed album giveaway ✨\n + peace scoups pc w/ care package ^^  \n\n🌼 mechanics \n- Follow me…
## 6676                                RT @snwulove: wts lfb help rt pre order keyrings for soonwoo lovers!\n\n₱100 only for keyrings( 3 slots per keyring )\n\ncan open for other mem…
## 6677                                 RT @suphoshi: A little over dressed, but that’s okay - Hoshi thought I was so cute 💞\n\n#CSD #CaratSelcaDay #SEVENTEEN\n#HOSHI https://t.co/Zh…
## 6678                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6679                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6680                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6681                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6682                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6683                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 6684                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6685                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6686                                    RT @p1wonies: jongseob said he went to watch seventeen’s dokyeom’s musical, xcalibur and that it was fun! he also went to watch bap’s daehy…
## 6687                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 6688                                                                                                       RT @ankiiithecutiee: Sixteen seventeen eighteen\n\nBB16 SHOW US PRIYANKIT
## 6689                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 6690                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6691                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6692                               RT @WorldwideCarats: [VOTING]\n2022 HANTEO MUSIC AWARDS NOTICE\n\nTo CARATs,\n\nThe SVT Fanbases have decided to prioritize voting on the "GRAND…
## 6693                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 6694                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6695                                   RT @usagaincarats: Updated list of seventeen cupsleeve events in the USA and Canada 💙💖 \n#usaevents #kpopevents #kpop #kpopseventeen #sevent…
## 6696                                   RT @snwulove: hey yow wassup! i, user @snwulove and @cheolacee will be handling a mini freebies giveaway on #BeTSinBULACAN\n\neither you can…
## 6697                                                                                                      RT @snowkhoshi: seventeen has always been the same https://t.co/mRuHBPIohL
## 6698                                  RT @theseoulstory: 📸 SEVENTEEN Wonwoo at ‘2022 Asia Artist Awards’ today 💛 @pledis_17 \n\n#2022AAA #2022AsiaArtistAwards https://t.co/SkqdwRa…
## 6699                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 6700                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6701                                     RT @dadeuthannie: SEVENTEEN - AAA Hot Trend Award 🏆🎉🎉 lmao they’re so annoying they’re obviously trying not to laugh while hoshi gives his…
## 6702                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6703                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6704                                    RT @billboard: Watch #SEVENTEEN’s Joshua, Dino and Mingyu take on the 'Wednesday' dance challenge backstage at #LA3C! https://t.co/Es7BmTtZ…
## 6705                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6706                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 6707                           RT @KimMingyuGlobal: [INSTAGRAM]\n221213 Mingyu instagram update\n\n🐶: LA \n2022.12.10\n\nLike, comment, share\n🔗https://t.co/r0ZUhyda0Z\n\n#SEVENTE…
## 6708                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6709                                 RT @KimMingyuGlobal: [INSTAGRAM]\n221213 Mingyu instagram story update\n\n🐶: @/saythename_17 @SnoopDogg we were so happy to be able to perform…
## 6710                                    RT @envimediaco: Calling all sneakerheads! 👟👀 If you’re looking for new kicks, check out how you can steal #SEVENTEEN’s #Hoshi’s style from…
## 6711                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6712                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6713                    RT @KByexxArbi: 💎SEVENTEEN Be The Sun in Bulacan💎\n 》FREEBIES《\n\nWHEN &amp; WHERE: TBA\n\n✨ Limited freebies only\n✨ like and retweet to spread\n✨ ta…
## 6714                                                                 RT @minobeach: let it snow ❄️❄️\n\n#CSD #CaratSelcaDay #DK #DOKYEOM #SEVENTEEN @pledis_17 https://t.co/C2hqfOmlLZ
## 6715                                     RT @KimMingyuGlobal: Congrats SEVENTEEN for winning AAA Hot Trend, AAA Fabulous Award, and AAA Grand Prize Singer of The Year on 2022 Asia…
## 6716                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6717                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6718                                 RT @KimMingyuGlobal: [VIDEO] #MINGYU at 2022 Asia Artist Awards IN JAPAN\n\nWatch full:\n▶️https://t.co/AWRIchcUcq\nSeventeen fancam:\n▶️https:/…
## 6719                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6720                            RT @KimMingyuGlobal: [INFO] Mingyu has safely arrived in Korea. Rest well Mingyu~ 🐶❤\n\n©️Behind\n#SEVENTEEN #MINGYU\n#세븐틴 #민규 @pledis_17 https…
## 6721                                                            RT @faeiryoon: I just love him Idk #CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/0WydKPf5Vr
## 6722                                 RT @KimMingyuGlobal: [PHOTO] 221214 Mingyu's arrival at Incheon Airport from Nagoya, Japan\n\n©️Ilgan Sports\nReact, recommend, share\n🔗https:/…
## 6723                                  RT @KimMingyuGlobal: [VIDEO] 221214 Mingyu at Incheon Airport\n\n©️Newsen\n#SEVENTEEN #MINGYU\n#세븐틴 #민규 @pledis_17 https://t.co/eCdWUhJPXx
## 6724                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 6725                                 RT @KimMingyuGlobal: 221214 Mingyu's arrival at Incheon Airport from Nagoya, Japan\n\n©️Dispatch\nReact, recommend, share\n🔗https://t.co/QlwrfX…
## 6726                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6727                                 RT @KimMingyuGlobal: 221214 Mingyu's arrival at Incheon Airport from Nagoya, Japan\n\n©️Dispatch\nReact, recommend, share\n🔗https://t.co/QlwrfX…
## 6728                                 RT @KimMingyuGlobal: [PHOTO] 221214 Mingyu's arrival at Incheon Airport from Nagoya, Japan\n\n©️Dispatch\nReact, recommend, share\n🔗https://t.c…
## 6729                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6730                                 RT @KimMingyuGlobal: [PHOTO] 221214 Mingyu's arrival at Incheon Airport from Nagoya, Japan\n\n©️Xports News\nReact, recommend, share\n🔗https://…
## 6731                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6732                                RT @KimMingyuGlobal: [INSTAGRAM]\n221214 Dispatch Korea update with Mingyu and Seventeen at Incheon Airport\n\nLike, Comment, Share\n🔗https://t…
## 6733                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 6734                                 RT @KimMingyuGlobal: [PHOTO] 221214 Mingyu's arrival at Incheon Airport from Nagoya, Japan\n\n©️Newsen\nReact, recommend, share\n🔗https://t.co/…
## 6735                     RT @_tappiioca: ✧ BE THE SUN IN BULACAN FREEBIES ✧\n\n• RT &amp; Like\n• Location tba\n• Open for Team Con &amp; Team Labas\n• LETS TRADE 🥺\n \nMight incl…
## 6736                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 6737                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6738                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6739                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 6740                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 6741                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6742                      RT @jiminsols: 💌 seventeen be the sun bulacan freebies ☻\n\n♡ strictly 1:1 (random pack)\n♡ time &amp; loc: tba on d-day\n♡ mbf, rt &amp; like\n\nsee you…
## 6743                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6744                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 6745                           RT @KimMingyuGlobal: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW #2 #MINGYU CUT\n\n#SVT2023시즌그리팅\n#세븐틴 #민규 @pledis_17 https://t.co/Pe4kwyj5Nz
## 6746                                                                                RT @sounds_of_cheol: congrats seventeen for the AAA hot trend award 🏆👏🏻🖤 https://t.co/ehEmee92Ie
## 6747                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6748                                 RT @KimMingyuGlobal: [PHOTO] 221215 MINGYU at ICN Airport departs for Manila, Philippines\n\n©️Newsen\nReact, recommend, share\n🔗https://t.co/W…
## 6749                                                 RT @wonubliss: Congratulations to SEVENTEEN for winning the Hot Trend Award at the 2022 Asia Artist Awards #세븐틴 @pledis_17 🏆
## 6750                                RT @KimMingyuGlobal: [PHOTO] 221215 MINGYU at ICN Airport departs for Manila, Philippines\n\nWoozi: "Mingyu, are you okay?\n\n©️Newsen\nReact, r…
## 6751                                           RT @gyuhuizones: Jun's SVT 2023 Season's Greetings inclusions!\n\ncr. churusvt\n\n#JUN #준 #SEVENTEEN #세븐틴 https://t.co/SHo8n2RRYJ
## 6752                                 RT @KimMingyuGlobal: 221215 MINGYU at ICN Airport departs for Manila, Philippines\n\n©️Osen\nReact, recommend, share\n3. https://t.co/mLeIeNTkM…
## 6753                                                                                    RT @dadeuthannie: congratulations seventeen!! aaa hot trend award 🎉🎉 https://t.co/ehuaclxW9i
## 6754                                 RT @KimMingyuGlobal: [PHOTO] 221215 MINGYU at ICN Airport departs for Manila, Philippines\n\n©️Osen\nReact, recommend, share\n1. https://t.co/q…
## 6755                                    RT @svtcontents: @pledis_17 [#AWARD] SEVENTEEN won the AAA Hot Trend Award (SINGER) at the 2022 Asia Artist Awards!! Congratulations, our b…
## 6756                                RT @jaysungsells: RE-POST BE THE SUN IN BULACAN FREEBIES\n\nhello, i'll be giving away freebies for be the sun in bulacan on Dec 17, 2022!\n\nl…
## 6757                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 6758                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6759                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6760                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6761                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 6762                                   RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Main Show Press Previews\n\nSEUNGKWAN, WONWOO, MINGYU https://t.co…
## 6763                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6764                                                                                                                        RT @sounds_of_cheol: seventeen 🖤 https://t.co/tilGIaSrZv
## 6765                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 6766                                 RT @KimMingyuGlobal: [PHOTO] 221215 MINGYU at ICN Airport departs for Manila, Philippines\n\n©️Newsen\nReact, recommend, share\n🔗https://t.co/Q…
## 6767                          RT @cutiepie_niiki3: ✎ . . be the sun freebies ♡\n\n🐯 strictly 1:1\nloc: tba on d-day \nrt &amp; like\n\n♡ might add some more if I have some extra f…
## 6768                                  RT @KimMingyuGlobal: [VIDEO] Seventeen MINGYU departure, a real man is not cold! "I wonder if I'm short-sleeved..."\n\nA special highlight vi…
## 6769                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6770                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 6771                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6772                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6773                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6774                                                                                 RT @17svtedit: SEVENTEEN LOCKSCREEN\n\nS.Coups - Jeonghan\n\n@pledis_17 https://t.co/O7ZN06rqJV
## 6775                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 6776                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6777                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6778                                RT @HappyTixPasabuy: SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN\n\nSELLING: (1) Upper Box C Reg 428\n-same price ₱1950\n-can do meetup tom / m…
## 6779                                    RT @shushucart: ☀️ BE THE SUN IN BULACAN FREEBIES ☀️\n\nHi everyone! I'll be giving a JiHan/YoonHong freebies during the con, specific time a…
## 6780                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 6781                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6782                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6783                                                                                    RT @svt_espoons: 221213 AAA S.COUPS\n\n#SEVENTEEN #2022AAA #에스쿱스 https://t.co/fAe2o3IC2J
## 6784                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6785                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6786                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6787                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 6788                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6789                                                RT @MeetVernon_218: 221203 BE THE SUN ACHI \n\n#버논 #VERNON  #バーノン #최한솔 \n#세븐틴     #SEVENTEEN https://t.co/R0E2TOejus
## 6790                               RT @chsllvr_: 🌷 #BETSinBulacan\n ꒰ be the sun in bulacan freebies ꒱\n\n⤳hello, carats! i will be giving away freebies on dec 17, vv limited co…
## 6791                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6792                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6793                                                                                                        RT @astraleisa: #seventeen's  gentle masculinity https://t.co/CmeeqkHoP5
## 6794                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6795                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6796                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6797                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6798                          RT @Stunning_COUPS: 221210 LA3C HQ\n\n🥵❤️‍🔥\n\n#에스쿱스 #SCOUPS\n#승철 #최승철 \n#세븐틴 #SEVENTEEN                \n@pledis_17 https://t.co/Vg5jiHvzoe
## 6799                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6800                                                                                                       RT @ankiiithecutiee: Sixteen seventeen eighteen\n\nBB16 SHOW US PRIYANKIT
## 6801                                  RT @parkwangs: ic for seventeen bets be the sun in bulacan – freebies\n\nhi! might give some jihan, wonshua and rocket line banners on dec 17…
## 6802                                RT @jhhjfiles: 181217 seventeen star road \n\nq. what do you do better than the person sitting next to you? \n\n😇: i think i'm better looking t…
## 6803                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6804                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6805                          RT @Stunning_COUPS: 221210 LA3C HQ\n\n🥵❤️‍🔥\n\n#에스쿱스 #SCOUPS\n#승철 #최승철 \n#세븐틴 #SEVENTEEN                \n@pledis_17 https://t.co/Vg5jiHvzoe
## 6806                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6807                                                                                             RT @eunoia__svt: SEVENTEEN IS 13\n\n@pledis_17 #SEVENTEEN \nhttps://t.co/l0SKnbz3Ph
## 6808                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6809                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6810                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6811                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6812                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6813                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 6814                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6815                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 6816                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6817                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6818                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6819                                  RT @cannarikki: Seventeen Be The Sun in Bulacan Giveaway🎫🎁\n🎄 1 Upper Box C Premium Ticket\n🎄 Open only for Carats w/o any BeTS in Bulacan ti…
## 6820                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 6821                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 6822                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6823                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6824                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6825                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6826                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6827                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6828                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6829                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6830                          RT @13_Gems_17: 《THREAD》\n\nHere is a thread highlighting ALL the achievements &amp; accolades SEVENTEEN have earned this year in 2022 alone.\n\nFu…
## 6831                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6832                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6833                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6834                             RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 6835                                     RT @mochipalette: I'M GONNA FREAKING CRY WOOZI'S SO COOL FOR THIS!!!! AND ALSO DKHDKDHDKD MY BILLLIE X SEVENTEEN 🥹😭 https://t.co/pjt9mzSuL0
## 6836                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6837                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 6838                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 6839                                 RT @UaenCarat0912: Hi everyone! in collaboration with @seoksoocentric , we’ll be giving away 200 sets of freebies! 🫶\n\n🐯 strictly 1:1\n🐸 loc:…
## 6840                                     RT @17dayph: SEVENTEEN\n7th Anniversary Cafe Open.\n\n📍WouldULike EWM\n\n#YourHappySmileIsMyDay\n#HappySEVENTEENDay https://t.co/fBfPWoqt8L
## 6841                          RT @jwwoozii: WOOZI'S BIRTHDAY GIVEAWAY!! \n\n🍚 1 winner of 1122 php gcash\n🍚 22 winners of 50 php gcash\n \n- like &amp; rt\n- reply w woozi or soon…
## 6842                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6843                                                    RT @gabateez: Slip into the diamond life ೄྀ࿐ ˊˎ-\n\n#CaratSelcaDay #CSD #SEVENTEEN #WONWOO @pledis_17 https://t.co/VGsv1Hw9z1
## 6844                         RT @choochu07: 🐯Seventeen as Thomasian Graduates PC🐯\n✨Be The Sun in Bulacan Giveaway✨\n\n💗Like &amp; RT to spread\n💙1:1\n💗First few people to appro…
## 6845                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6846                                                                                         RT @emop1ssangel: The cure\n\nPornography or Seventeen seconds? https://t.co/QycwjX5p90
## 6847                                RT @_withwonwoo: WTS LFB HELP RT\nSEVENTEEN photocards selling for SET ONLY\n\n5000 pesos, payo. Meet up tomorrow sa bets bulacan\nyou may look…
## 6848                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6849                                  RT @13CaratDiamond_: I also want to add this moment, wherein Minghao became Junhui's photographer in Limbo behind the scenes. \n\n#SEVENTEEN …
## 6850                                RT @kpopBg_ontop: Spotify Weekly Top Artists Japan (December 2-8, 2022)\n\n#1 #BTS (=)\n#14 #SEVENTEEN (=)\n#25 #StrayKids (+3) *new peak*\n#50…
## 6851                       RT @13CaratDiamond_: In Limbo behind the scenes, Junhui and Minghao took a selca in front of the mirror.\n\n#SEVENTEEN #세븐틴 #セブチ\n#JUN #文俊辉 #준…
## 6852                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6853                                                                                             RT @intbun: november baes\n\n#caratselcaday #csd #seventeen https://t.co/JkHF0BfDVf
## 6854                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 6855                               RT @kpopBg_ontop: Best-selling male groups in 2022\n\n01. #BTS - 5,704,526\n02. #StrayKids - 5,647,872\n03. #SEVENTEEN - 5,293,660\n04. #NCTDREA…
## 6856                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 6857                              RT @rockwithmingyu: seventeen bets mnl confetti &amp; random merch GA PH!✨️\n\nget a chance to win svt albums, photocards and unofficial merch! +…
## 6858                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand b…
## 6859                                RT @livenationph: Get your shuttle tickets for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡 now!\n\nhttps://t.co/BONcdZGpQE\n\nPrice is P200 f…
## 6860                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6861                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 6862                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 6863                                  RT @eoia_min: ✧ SEVENTEEN BETS IN BULACAN FREEBIES ✧\n\nHi carats! I'll giveaway official photocards and other unofficial photos of seventeen…
## 6864                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6865                                  RT @dadeuthannie: seventeen at aaa - shadow, march, and hot full performance 🖤\n\nstage platforms moving, backup dancers, the amount of carat…
## 6866                       RT @MsKwon_15: "Three friends, one heart."\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #JEONGHAN #정한 #JOSHUA #조슈 #SEVENTEEN #세븐틴 @pledis_17 https://…
## 6867                                 RT @featuringchan: hello, here's my freebies for BE THE SUN in BULACAN ♥️\n\n⤑ location: tba (hanapin nyo na lang me, eme hahaha)\n⤑ 1:1\n⤑ uns…
## 6868                                  RT @1woo17: CONGRATS SEVENTEEN FOR WINNING THE SINGER OF THE YEAR (DAESANG) AT 2022 AAA 🥳🏆🏆🏆\nFOR 2 YEARS IN A ROW!! \nDESERVE 😭 @pledis_17 h…
## 6869                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6870                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 6871                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 6872                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6873                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 6874                                 RT @HHGives: CHOEAEDOL Giveaway poll 🍲\n\n🗳 300 hearts\n\n▪︎ follow @HHGives with 🔔\n▪︎ Like, rt my pin tweet\n▪︎ Like and rt this\n▪︎ 200 drop pr…
## 6875                                                         RT @dokyeomiesgf: we went on a date :)\n\n#CaratSelcaDay #CSD #DOKYEOM #도겸 #세븐틴 #SEVENTEEN https://t.co/zGBqsGPlwY
## 6876                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 6877                            RT @taeramisoo: BE THE SUN ; BULACAN\nSEVENTEEN FANSUPPORT ˗ˋˏ ♡ ˎˊ˗\n\nCONCERT FREEBIES by: taeramisoo\n\n2 random pc\nmoon junhui banner !!!\n\n#…
## 6878                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6879                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6880                            RT @_jinwifeu_: ఇ BE THE SUN in BULACAN freebies ఇ\n\nHi guys! I will be giving away keychains/keyholder on bets bulacan d-day! \n\n⇢ rt &amp; like…
## 6881                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6882                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6883                                     RT @junhuiprotector: Have this actor junhui while we wait for exclusive fairytale \n#준 #JUN @pledis_17 #SEVENTEEN\nhttps://t.co/gPFnhUFU29
## 6884                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6885                            RT @gyeolchergae: ˗ˏˋ꒰ 🍒 ꒱\n\n『 #SEVENTEEN Fansupport by gyeolchergae 』\n\nHey, there Carats! I'll be giving away hand banners and unofficial p…
## 6886                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6887                                RT @changberrie: SEVENTEEN BE THE SUN in BULACAN merchandise + concert freebie by @changberrie \n\n➭ ︎rt to spread\n➭ dec 17\n➭ time/loc: TBA\n➭…
## 6888                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 6889                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6890                                RT @hanisyruup: Be The Sun in Bulacan Freebies ☀️\n\n↬ Strictly 1:1\n↬ follow @/theadvisordiaries on ig (optional)\n↬ Time/Loc : TBA\n↬ Say “Shi…
## 6891                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6892                                                RT @_HONEYHEAVENLY: 181104 IDEAL CUT THE FINAL SCENE \n#정한 #JEONGHAN #세븐틴 #SEVENTEEN @pledis_17 🐰🐰💕 https://t.co/Gcn2s63P3O
## 6893                                    RT @WORLDMUSICAWARD: 🔝🔟ALBUMS JAPAN🇯🇵\n1⃣First Howling:ME #andTEAM\n2⃣JAPAN 1ST EP DREAM #SEVENTEEN\n3⃣Power Of Wish #EXILE\n4⃣'Indigo' #RM\n5⃣S…
## 6894                               RT @leechancha: 🍚 Woozi Birthday Giveaway 🎂 🎉\n\n▪︎like &amp; rt \n▪︎Vote for Seventeen on MAMA\n▪︎Stream 'HOT' MV\n▪︎drop the tags and proof of vot…
## 6895                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6896                                RT @verseok_: vernonified.\n\nwill wear the same fit tomorrow see you guys!\n#CSD #CaratSelcaDay\n#VERNON #SEVENTEEN @pledis_17 https://t.co/Bl…
## 6897                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6898                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6899                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6900                             RT @jjwihauls: ☁️. Be The Sun Bulacan Freebies\n\n — rt &amp; like this tweet to spread !\n —  will prio attendees due to limited quantities \n — o…
## 6901                                              RT @bjyoungfiles: yep, just the two of us\n\n#CSD #CaratSelcaDay #HOSHI #호시 #SEVENTEEN #CARAT @pledis_17 https://t.co/XDhnHUdHNH
## 6902                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 6903                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6904                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6905                                   RT @_seoksoohui: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 6906                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 6907                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 6908                              RT @rayofsunkyeom: If you leave me,\nMy tears turn into rain and fall down,\nAnd the four seasons will never stop.\n\n𝙄𝙛 𝙮𝙤𝙪 𝙡𝙚𝙖𝙫𝙚 𝙢𝙚.\n\n#CSD #C…
## 6909                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 6910                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 6911                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6912                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6913                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6914                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 6915                                   RT @oshiwu: ☀️ ᣞ  ⊹  ݁  seventeen be the sun in bulacan freebie  ❕\n\ni'll be giving away limited caratbong / phone charm and beaded bracelet…
## 6916                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6917                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6918                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6919                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 6920                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6921                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 6922                                   RT @katcheeeeng: Hi filo carats ❤️ \nWe will be giving away freebies on BETS BULACAN this Dec 12. So find me and my besties on dday ❤️\n\n🥰 he…
## 6923                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 6924                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 6925                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6926                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6927                                                    RT @gabateez: Slip into the diamond life ೄྀ࿐ ˊˎ-\n\n#CaratSelcaDay #CSD #SEVENTEEN #WONWOO @pledis_17 https://t.co/VGsv1Hw9z1
## 6928                                   RT @CoupsOfMinWon: ☀️ Be The Sun in Bulacan ☀️\n                                  Freebies\n\nCarats!! We will be giving away freebies on d-da…
## 6929                                RT @yupsheskitten: ‼️ GIVEAWAY ‼️\n— @wonwooshop_ph is giving away: \n\n• 1 SEALED SEVENTEEN ALBUM\n• 1 RANDOM SEASON'S GREETINGS \n\nmechanics o…
## 6930                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 6931                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6932                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 6933                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 6934                      RT @cheolitoswifeyy: ✨ALBUM &amp; CASH GIVEAWAY✨\n#HANNIEbiGAy\n\nPrizes:\n3 - SVT Dream Sealed Album\n2 - 500 GCash\n1 - OT13 Fanmade Photocards\n\nEn…
## 6935                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6936                                 RT @redthreadsells: [ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ]\n\n*♡FAN SUPPORT FOR S.COUPS♡*\n\nhello carats! i'll be giving away these fan…
## 6937                                   RT @wxffly: rival in public, lover in private 😎\n\n#CSD #CaratSelcaDay #SEVENTEEN #SEUNGKWAN #세븐틴 #승관 @pledis_17 https://t.co/1CBV24V9Hl
## 6938                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6939                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6940                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 6941                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 6942                                                                   RT @SvtShazam: #DREAM has surpassed 17,000 Shazams\n\n#세븐틴 #SEVENTEEN @pledis_17jp https://t.co/SODPsrQvAm
## 6943                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6944                         RT @HorangiKrong: 🌞 BeTS Bulacan - FREEBIES 🌞\n\nDate: 17th Dec. 2022\nTime &amp; Location: tba\n\n1:1 ratio (not a Set)\n\nFirst 13 Carats to spot me…
## 6945                                 RT @HHGives: CHOEAEDOL Giveaway poll 🍲\n\n🗳 300 hearts\n\n▪︎ follow @HHGives with 🔔\n▪︎ Like, rt my pin tweet\n▪︎ Like and rt this\n▪︎ 200 drop pr…
## 6946                          RT @eilymee_: « 𝐚𝐥𝐥 𝐨𝐟 𝐦𝐞 𝐜𝐡𝐚𝐧𝐠𝐞𝐝 𝐥𝐢𝐤𝐞 𝐦𝐢𝐝𝐧𝐢𝐠𝐡𝐭 𝐫𝐚𝐢𝐧 »\n    ❛ ⌗ ꒷꒦    ꒦꒷   ꒷꒦\n\n#Hoshi #SEVENTEEN \n#CaratSelcaDay #carat https://t.co/RdnxuoG…
## 6947                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 6948                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 6949                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 6950                     RT @moon_junels: already obsessed with him whining &amp; pouting ever since but this is too much for me too handle.😙✌🏻\n\n#에스쿱스 #SCOUPS\n#승철 #최승철…
## 6951                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6952                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6953                                RT @hanisyruup: Be The Sun in Bulacan Freebies ☀️\n\n↬ Strictly 1:1\n↬ follow @/theadvisordiaries on ig (optional)\n↬ Time/Loc : TBA\n↬ Say “Shi…
## 6954                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6955                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6956                      RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 6957                                      RT @NEVERVMlND: just two besties looking at each others 🍓💌\n#CaratSelcaDay #CSD #DK #seokmin #seventeen @pledis_17 https://t.co/NbmKXvlMZd
## 6958                              RT @r4in3_twt: ☀️ BE THE SUN IN BULACAN ☀️\n\n• baon GA\n• 2 winners of P500 GCASH each\n• for team concert &amp; team labas only\n• before sending…
## 6959                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 6960                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6961                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6962                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6963                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 6964                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6965                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6966                         RT @pledis_17: SEVENTEEN Special Album '; [Semicolon]' Official Photo #SEUNGKWAN\n\n#SEVENTEEN #세븐틴\n#Semicolon #세미콜론\n#201019_6pm https://t.co…
## 6967                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6968                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6969                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6970                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 6971                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6972                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 6973                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 6974                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6975                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6976                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6977                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 6978                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 6979                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 6980                               RT @kpopBg_ontop: Kpop Boy Groups Ranking in Youtube Music South Korea Top Artists Chart\n(15th December 2022)\n\n#6 #BTS\n#12 #Jungkook \n#27 #…
## 6981                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6982                                    RT @mingyoshis: ‼️ BE THE SUN FREEBIES ‼️\n\nHi Carats! @euumii_17 and I will give out limited OT13 and Woozi banners; will include some offi…
## 6983                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6984                                     RT @pebblebrrain: Dadbur au where Wilbur raises his little brother from a young age. Tommy’s too young to understand, and grows up calling…
## 6985                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 6986                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6987                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 6988                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 6989                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6990                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 6991                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6992                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 6993                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 6994                                                                                                        RT @CarinCamen: Hidden Treasures - Day Seventeen https://t.co/Z8DmRIW5TS
## 6995                                     RT @mochipalette: I'M GONNA FREAKING CRY WOOZI'S SO COOL FOR THIS!!!! AND ALSO DKHDKDHDKD MY BILLLIE X SEVENTEEN 🥹😭 https://t.co/pjt9mzSuL0
## 6996                                RT @cherryshgyu: ✨Be The Sun in Bulacan freebies✨\n\nHello! I will be having freebies for betsbul on December 17. 🥰 Simply rt and like this t…
## 6997                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 6998                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 6999                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7000                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7001                                   RT @oshiwu: ☀️ ᣞ  ⊹  ݁  seventeen be the sun in bulacan freebie  ❕\n\ni'll be giving away limited caratbong / phone charm and beaded bracelet…
## 7002                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7003                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7004                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 7005                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7006                                 RT @livenationph: Here are the filters you can use at SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nIG: https://t.co/1sgCk3Z94j\nFB: https:…
## 7007                                                                        RT @ohmyjunnie: me: 😐\nhim: ☺️\n\n#CaratSelcaDay #CSD #THE8 #SEVENTEEN @pledis_17 https://t.co/tHX9w3jQFS
## 7008                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7009                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7010                                 RT @yoonelica: 🎉#BETSinBULACAN FREEBIES🎉\n\n2 weeks left CARATS! \ntogether w/ @azelyoon, @wonwonssii, and @mochiihoshi15, we’re giving away s…
## 7011                                                          RT @mingyuk: styling’s hair\n\n#CaratSelcaDay #CSD #SEVENTEEN #세븐틴 #mingyu #민규 @pledis_17 https://t.co/WoMUkfSBOT
## 7012                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 7013                                    RT @p1wonies: jongseob said he went to watch seventeen’s dokyeom’s musical, xcalibur and that it was fun! he also went to watch bap’s daehy…
## 7014                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 7015                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 7016                                 RT @minwonshuji: BIRTHDAY GIVEAWAY!!\nbirthday ko na 3 weeks na lang so i decided na mag pagiveaway! gusto ko lang mag share 😹🤍\n\none (1) win…
## 7017                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 7018                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7019                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7020                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7021                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7022                                    RT @ccllrr17: #BeTheSuninBulacan #BeTSBulacan #BeTSinBulacan #Seventeen FREEBIES! Hi Carats! May mga 300 freebies kami na ipapamigay sa dda…
## 7023                                                           RT @horanghaeist: this is the type of shit dokyeom makes seventeen do before left &amp; right https://t.co/63ulX1HAI0
## 7024                                                         RT @dokyeomiesgf: we went on a date :)\n\n#CaratSelcaDay #CSD #DOKYEOM #도겸 #세븐틴 #SEVENTEEN https://t.co/zGBqsGPlwY
## 7025                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7026                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7027                                 RT @suphoshi: A little over dressed, but that’s okay - Hoshi thought I was so cute 💞\n\n#CSD #CaratSelcaDay #SEVENTEEN\n#HOSHI https://t.co/Zh…
## 7028                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7029                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 7030                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7031                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7032                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7033                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7034                               RT @kpopBg_ontop: Kpop Boy Groups Ranking in Youtube Music South Korea Top Artists Chart\n(15th December 2022)\n\n#6 #BTS\n#12 #Jungkook \n#27 #…
## 7035                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7036                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7037                             RT @SparklingMiii: WTS LFB PH \nSEVENTEEN BE THE SUN IN BULACAN \nLBB REG 217 (2 seats) \n\ndiscounted at 10,000 php ea\nmeetup (still nego)\n\nca…
## 7038                                           RT @joshualooped: "I wanna be Seventeen's Joshua for a long, long time." \n#세븐틴 @pledis_17 #조슈아 #JOSHUA https://t.co/2JvF06Q7kg
## 7039                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7040                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7041                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7042                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7043                        RT @jww_jiung: bets bulacan freebies/give away!!\n\n(minwon+cheol unofficial pcs)\n\n~ rt &amp; like \n~ open to all carats \n~ location: TBA \n\nsee u…
## 7044                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7045                                     RT @mochipalette: I'M GONNA FREAKING CRY WOOZI'S SO COOL FOR THIS!!!! AND ALSO DKHDKDHDKD MY BILLLIE X SEVENTEEN 🥹😭 https://t.co/pjt9mzSuL0
## 7046                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7047                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7048                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 7049                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7050                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7051                                RT @Oniwanbashu: “Hey Oni how did you get good and drawing people”\n\nOh boy. Oho boy. Ohohohoh /oh boy/.\n\nReal talk, this bitch couldn’t dra…
## 7052                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7053                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 7054                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7055                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7056                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 7057                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7058                                   RT @_seoksoohui: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 7059                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7060                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7061                                 RT @puppygyujeno: Hi CARATs, we will be giving away freebies for bets in bulacan💎\n\n✩ open to all carats \n✩ random design (1 banner + 1 keyc…
## 7062                                                                                                RT @sounds_of_cheol: coups for seventeen vivi magazine 🤍 https://t.co/0uXeSzpEwg
## 7063             RT @APMAHK: ASIAN POP MUSIC AWARDS 2022(NOMINATIONS)\n#APMA #APMA2022 #AsianPopMusicAwards #亞洲流行音樂大獎 #亚洲流行音乐大奖\n\nRECORD OF THE YEAR(Overseas)…
## 7064                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7065                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7066                                                                         RT @j1gyus: your fave tigers🐯\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/4jlJJ1KvyG
## 7067                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7068                                 RT @koreansales_twt: Best-selling K-Acts on Oricon in 2022 (Final)\n\n01. #SEVENTEEN — 1,725,494\n02. #ENHYPEN — 1,007,202\n03. #BTS — 922,497…
## 7069                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7070                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7071                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 7072                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 7073                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7074              RT @APMAHK: ASIAN POP MUSIC AWARDS 2022(NOMINATIONS)\n#APMA #APMA2022 #AsianPopMusicAwards #亞洲流行音樂大獎 #亚洲流行音乐大奖\n\nBEST DANCE PERFORMANCE(Overs…
## 7075                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7076                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7077                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7078                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7079                                   RT @shanediamond17: HRT WTS LFB BETS Japan TC and Japan Home TC Pulls! Thank you @minwonhoshi ! #EKFeedbacks \nOpen for sale and trade. DM F…
## 7080                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7081                                                      RT @Chewlastic: You Made My Dawn ✨️🖤🎆\n\n#CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/Nu4uEk1ytD
## 7082                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 7083                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7084                                                         RT @pledis_17: [17'S JUN] Photo by @allurekorea📸\n\n#JUN #준 \n#SEVENTEEN #세븐틴\n#allurekorea https://t.co/8r40oQCYyq
## 7085                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7086                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 7087                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7088                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 7089                                    RT @minwonjeu: Starting from tomorrow until Dec 23 (7 days of Seventeen) they will publish various contents of svt on vivi sns. 🤭🤭🤭🤭🤭🤭🤭 OKA…
## 7090                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 7091                       RT @forwonwooth: ꒰ SVT Update ꒱ 15.12.22\n\nSEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2 - #WONWOO\n\n#WONWOO #원우\n#SEVENTEEN #세븐틴\n#SVT2023…
## 7092                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7093                         RT @baekhyunmim: not new to #kpoptwt ~ \n\n gabi \neight-teen &lt;3\ninfp - she/they ⁑ \n\nults - svt, txt, bts, nct, exo, superm + shinee\n\nult bias…
## 7094                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7095                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7096                                                    RT @gabateez: Slip into the diamond life ೄྀ࿐ ˊˎ-\n\n#CaratSelcaDay #CSD #SEVENTEEN #WONWOO @pledis_17 https://t.co/VGsv1Hw9z1
## 7097                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7098                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7099                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 7100                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7101                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 7102                         RT @bbkyeoms: the model          &amp;       the photographer\n\n[#CSD #CaratSelcaDay #DOKYEOM #DK #도겸 #SEVENTEEN #세븐틴  @pledis_17 ] https://t.co…
## 7103                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7104                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7105                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7106                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 7107                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7108                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7109                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 7110                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7111                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7112                                                                                                   RT @spicykmg: I still can't believe that I'm seeing SEVENTEEN live tomorrow 😭
## 7113                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7114                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7115                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7116                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7117                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7118                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7119                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 7120                                   RT @oshiwu: ☀️ ᣞ  ⊹  ݁  seventeen be the sun in bulacan freebie  ❕\n\ni'll be giving away limited caratbong / phone charm and beaded bracelet…
## 7121                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 7122                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7123                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 7124                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7125                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7126                         RT @YoonMinMD1: Done being a mader packer lol &gt;&lt;\nI and @SVTethereal packed this for you on D-Day! 💖\n\n🌸 Open to ALL carats \n🌸 1:1 only\n🌸 wil…
## 7127                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 7128                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7129                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 7130                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7131                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7132                       RT @forwonwooth: ꒰ SVT Update ꒱ 15.12.22\n\nSEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2 - #WONWOO\n\n#WONWOO #원우\n#SEVENTEEN #세븐틴\n#SVT2023…
## 7133                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 7134                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7135                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7136                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 7137                                                             RT @12solamifasol: just saw this park jihoon dancing to hot seventeen during AAA? YESSSSS 🥹 https://t.co/55kAdvUcKl
## 7138                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 7139                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7140                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7141                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7142                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7143                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7144                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 7145                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7146                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 7147                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7148                             RT @Adoring_SVT: [PIC/HQ] 171231 - 180101 #SEVENTEEN at MBC Gayo Daejejeon - Jeonghan\n#세븐틴 #정한 \n[© Rabbit in Daybreak, Purple Snow] https:/…
## 7149                                RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. which is your favorite seventeen's song?\n\n🦌: for me, it's falling for you because i mad…
## 7150                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7151                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7152                                  RT @TheAthletic: Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wake Fore…
## 7153                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7154                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7155                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. how would you describe yourself in 5 words. \n\n🦌: really kind.\n😇: better than shua. http…
## 7156                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7157                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7158                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7159                                                                             RT @_biscuitrainbow: Under the mask 😷 \n#MINGYU #SEVENTEEN #seventeenfanart https://t.co/OWR2fceO6H
## 7160                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7161                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7162                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7163                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7164                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 7165                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 7166                                   RT @dailygyushua: [#NEWS]\n221216 SEVENTEEN is nominated for 13 categories in the 2022 #ChinaYearEnd Awards. Winner will be announced on Dec…
## 7167                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7168                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7169                                                            RT @adoreffects: 💖 Seventeen songs wallpaper(?) 💙\n\n—RT/like if you save it! \n\n@pledis_17 https://t.co/nHUTLdJpUN
## 7170                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 7171                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7172                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7173                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7174                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7175                                    RT @hannieglazed: some of us may found seventeen late,we may have not been there since the start but we found them the exact time when we r…
## 7176                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7177                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7178                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7179                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7180                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7181                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7182                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7183                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7184                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7185                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7186                                                             RT @_haofolder_: This going seventeen ep where Minghao literally traveled through the air🙃\nhttps://t.co/992kFbMlMV
## 7187                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7188                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7189                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7190                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7191                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7192                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7193                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7194                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7195                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7196                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7197                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 7198                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 7199                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7200                                           RT @Koreaboo: Producer BUMZU Locked Himself In A Room For 2 Days To Create One Of SEVENTEEN’s Biggest Hits\n\nhttps://t.co/g9pe5J7yOB
## 7201                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7202                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7203                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7204                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7205                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7206                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7207                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7208                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7209                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 7210                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7211                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7212                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7213                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7214                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7215                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7216                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 7217                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7218                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7219                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7220                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7221                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7222                                                                   RT @SvtShazam: #DREAM has surpassed 17,000 Shazams\n\n#세븐틴 #SEVENTEEN @pledis_17jp https://t.co/SODPsrQvAm
## 7223                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7224                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7225                             RT @zoesthriftshop: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nWe'll be giving out OFFICIAL PHOTOCARDS, TICKET ENVELOPE &amp; AND MANY MORE tomorrow!…
## 7226                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7227                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 7228                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7229                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7230                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 7231                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 7232                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7233                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7234                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7235                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 7236                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7237                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7238                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7239                                       RT @philconcerts: SEVENTEEN has arrived safely in Manila. Let's make history tomorrow at the world's largest indoor arena. #BeTSinBULACAN
## 7240                            RT @taehyuncore: kissy from minghao &amp; i ( ˘ ³˘) ♡ \n#CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN #THE8 #csd #CARAT #세븐틴 https://t.co/IZgU9nryRB
## 7241                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7242                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7243                                     RT @dadeuthannie: seventeen backup dancers are going to manila too!! 👀 expect something like be the sun seoul/japan https://t.co/WjJdD3CEVm
## 7244                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 7245                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7246                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7247                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7248                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7249                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7250                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7251                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 7252                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7253                                RT @Oniwanbashu: “Hey Oni how did you get good and drawing people”\n\nOh boy. Oho boy. Ohohohoh /oh boy/.\n\nReal talk, this bitch couldn’t dra…
## 7254                                                                                               RT @tinkswonu: #원우 wonwoo for seventeen ViVi magazine 💗 https://t.co/oHRCCfKlrG
## 7255                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7256                                                             RT @_haofolder_: This going seventeen ep where Minghao literally traveled through the air🙃\nhttps://t.co/992kFbMlMV
## 7257                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7258                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7259                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7260                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7261                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7262                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7263                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7264                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7265                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7266                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7267                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7268                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7269                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7270                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7271                                RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. which is your favorite seventeen's song?\n\n🦌: for me, it's falling for you because i mad…
## 7272                            RT @seokmin_br: [📸] 16.12.22. #DK, #DINO e #VERNON para o Seventeen Season's Greetings 2023.\n\n© 13thistory\n\n#도겸 #세븐틴 #SEVENTEEN @pledis_17…
## 7273                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7274                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 7275                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7276                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7277                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7278                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7279                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7280                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7281                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7282                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7283                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7284                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7285                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7286                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7287                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7288                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7289                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7290                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7291                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7292                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7293                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7294                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7295                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7296                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7297                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7298                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7299                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7300                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7301                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7302                                  RT @sweetiejaehyun: ‼️ WANT TO SELL ‼️\n\naab nct dream nct 127 wayv aespa newjeans izone weeekly seventeen itzy rocket punch tbz stayc\n\ndom:…
## 7303                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17\n \n(1) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7304                                   RT @wxffly: rival in public, lover in private 😎\n\n#CSD #CaratSelcaDay #SEVENTEEN #SEUNGKWAN #세븐틴 #승관 @pledis_17 https://t.co/1CBV24V9Hl
## 7305                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7306                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7307                        RT @HiragiJujika: Seventeen BeTS Bulacan Freebies \n\n💎 open for all carats (team labas &amp; team con)\n💎 pls RT &amp; 💗 to spread\n💎 pls fall in line…
## 7308                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7309                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7310                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7311                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7312                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 7313                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 7314                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 7315                               RT @tapakatuy: — Dialogue by Lee Ufan (2010)\n\n#CSD #CaratSelcaDay #SCoups #ChoiSeungcheol #SEVENTEEN #세브틴 @pledis_17 https://t.co/q3t11c6Xk5
## 7316                     RT @SVT_Fancafe: [#DINO🌟 Weverse]\n221216 -14:30 KST-\n\n➸ I really like things like thisㅋㅋㅋㅋㅋ\n\n#디노 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/GH…
## 7317                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7318                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7319                                                         RT @dokyeomiesgf: we went on a date :)\n\n#CaratSelcaDay #CSD #DOKYEOM #도겸 #세븐틴 #SEVENTEEN https://t.co/zGBqsGPlwY
## 7320                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7321                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 7322                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7323                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7324                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7325                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 7326                               RT @kpopBg_ontop: Kpop Boy Groups Ranking in Youtube Music South Korea Top Artists Chart\n(15th December 2022)\n\n#6 #BTS\n#12 #Jungkook \n#27 #…
## 7327                          RT @CESdawna: 📢 (WTS/LFB) #BeTheSuninBULACAN \nLIGHTSTICK POUCH BATCH 2\n\nSelling it for 250PHP\n\nIncludes: \n✅keychain\n✅Pouch\n\n13 SLOTS LEFT!…
## 7328                                    RT @breakerenids: ⋆。˚ ❀ begging for you to take my hand wreck my plans, that's my man ˚ ༘♡ ⋆。˚ ꕥ \n#CSD #CARAT_SELCA_DAY #SEVENTEEN #JEONGHA…
## 7329                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7330                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7331                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7332                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7333                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7334                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7335                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7336                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 7337                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 7338                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 7339                                   RT @oshiwu: ☀️ ᣞ  ⊹  ݁  seventeen be the sun in bulacan freebie  ❕\n\ni'll be giving away limited caratbong / phone charm and beaded bracelet…
## 7340                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7341                                     RT @jishoocho: 🖇·˚ ༘ ┊͙[Love you to the moon and to Saturn.] !  ˊˎ\n#CSD #CaratSelcaDay #JOSHUA #SEVENTEEN @pledis_17 https://t.co/2am2T8E2IJ
## 7342                                    RT @wonblvd: it’s truly tragic how ash is less than six months old and seventeen have already locked it in the safe of songs that will neve…
## 7343                                 RT @won_inamiIIion: @jeonghooniie WTS LFB LBB REGULAR 205 BETS IN BULACAN\n\n- we will be your new friends \n- discounted, 9k nalang negotiabl…
## 7344                         RT @lowkeyLoeyKai: Something simple for\nSEVENTEEN Be The Sun Additional Show in Jakarta Freebies!\n\n✨GYUCAM: Hand Mirror &amp; Inspired PC✨\n\nSay…
## 7345                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7346                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7347                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 7348                                                                               RT @shuarandom: what a handsome villain\n\n#JOSHUA #조슈아 #SEVENTEEN\n\n https://t.co/RuIzq1by1c
## 7349                            RT @taehyuncore: kissy from minghao &amp; i ( ˘ ³˘) ♡ \n#CaratSelcaDay #CARAT_SELCA_DAY #SEVENTEEN #THE8 #csd #CARAT #세븐틴 https://t.co/IZgU9nryRB
## 7350                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7351                               RT @pledischarts: #SEVENTEEN 4th Album ‘Face the Sun’ has now surpassed 3,000,000 (3 Million) copies sold on Circle (GAON). 🎉\n\n#세븐틴 @pledis…
## 7352                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7353                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7354                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7355                                   RT @oshiwu: ☀️ ᣞ  ⊹  ݁  seventeen be the sun in bulacan freebie  ❕\n\ni'll be giving away limited caratbong / phone charm and beaded bracelet…
## 7356                                                     RT @LucieTaeYG: 𝓨𝓸𝓾'𝓻𝓮 𝓽𝓱𝓮 𝓸𝓷𝓮 𝓽𝓱𝓪𝓽 𝓘 𝔀𝓪𝓷𝓽...\n\n#CaratSelcaDay #CSD #SEVENTEEN #DOKYEOM @pledis_17 https://t.co/Y0x3uKu7Uy
## 7357                                    RT @WORLDMUSICAWARD: 🔝🔟ALBUMS JAPAN🇯🇵\n1⃣First Howling:ME #andTEAM\n2⃣JAPAN 1ST EP DREAM #SEVENTEEN\n3⃣Power Of Wish #EXILE\n4⃣'Indigo' #RM\n5⃣S…
## 7358                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7359                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7360                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7361                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7362                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 7363                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7364                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 7365                                                                                              RT @svthugsl: SEVENTEEN IN PHH TODAY ! happy fun everyone thats going stay safe !!
## 7366                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7367                                RT @auxinseventeen: You are my summer breeze, my winter sun. 🔆❄\n\n#CaratSelcaDay #CSD #DOKYEOM #도겸 #SEVENTEEN @pledis_17 https://t.co/dLMakm…
## 7368                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7369                              RT @snwuchibuys: 🎀◠ wts lfb svt mingyu pc\n\n╰ ₱300, ₱280 if payo\n╰ rush selling ; onhand\n╰ prio payo \n╰ rcbyt\nhelping my friend! can do meet…
## 7370                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7371                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 7372                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7373                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 7374                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7375                                     RT @Scoupscherry7: OKAY NVM found an old selfie, IVE BEEN taking selfies like coups way before I even know coups, we’re literal soulmates.…
## 7376                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7377                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7378                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7379                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 7380                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7381                                       RT @dokyeomfiles: Mood: super in need of SG 2023 dokyeom inclusions… 🤩\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/OtagLSYyDD
## 7382                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7383                                  RT @dokyeomsfool: Just between us, you are always the lead role to me. 🌹🩵\n\n#csd #CaratSelcaDay #17caratselcaday #dokyeom #dk #seventeen @pl…
## 7384                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7385                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7386                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7387                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7388                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7389                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7390                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7391                             RT @dokyeomfiles: 221216- The purest White Christmas with Dokyeom! 🎄☃️ | dk_is_dokyeom\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/Radu…
## 7392                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7393                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7394                                    RT @yamarie_sjsvt: the fact that it's super junior and seventeen's 2nd time here in ph to have their concert and it will happen in the same…
## 7395                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7396                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 7397                              RT @CharmSupportLab: Be the Sun in Bulacan freebies\n\nHi! We’re giving away lots of cute fanmade stuff today! In rose quartz &amp; serenity blue…
## 7398                                                                                            RT @hoshzone: seventeen tiktok update with hoshi and wonwoo! https://t.co/MT8D7lZFgW
## 7399                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7400                                    RT @pledis_17: [17'S] SEVENTEEN was recognized for ‘Building K-ulture Bridges’ at LA3C Creativity and Culture Awards! 🏆 Thank you our CARAT…
## 7401                                     RT @mochipalette: I'M GONNA FREAKING CRY WOOZI'S SO COOL FOR THIS!!!! AND ALSO DKHDKDHDKD MY BILLLIE X SEVENTEEN 🥹😭 https://t.co/pjt9mzSuL0
## 7402                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 7403                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7404                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 7405                                  RT @_deardarlings: Be The Sun in Bulacan Project ☀️\nby #DearDarlings, \n\nCARATs should stay hydrated for the whole day on December 17, 2022!…
## 7406                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7407                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7408                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 7409                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 7410                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7411                                    RT @yamarie_sjsvt: the fact that it's super junior and seventeen's 2nd time here in ph to have their concert and it will happen in the same…
## 7412                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 7413                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7414                              RT @shannabonbon: &lt;&lt; 𝚗𝚘 𝚠𝚘𝚛𝚍𝚜 𝚊𝚛𝚎 𝚎𝚗𝚘𝚞𝚐𝚑 𝚏𝚘𝚛 𝚢𝚘𝚞 ♡ &gt;&gt;\n\n{ #CSD #CaratSelcaDay #JOSHUA #SEVENTEEN @pledis_17 } https://t.co/B3KC2OJvma
## 7415                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 7416                               RT @Yang_Broke: Done packing the freebies\nJust want to show u guys the inclusions.\n3 set of freebies on the pics\nSee u carat later 🌻\n\n#BeTS…
## 7417                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7418                             RT @oceanzii: That someday it would lead me back to you.\n\n#CaratSelcaDay #CSD #DK #DOKYEOM #SEOKMIN #도겸 @pledis_17 #세븐틴 #SEVENTEEN https://…
## 7419                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7420                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7421                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7422                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7423                                 RT @Sugarbllxsom_: 🌟GIVEAWAY TICKET SEVENTEEN BE THE SUN BETS JKT JAKARTA ADDITIONAL SHOW🌟\n\n💙Blue F section for 1 winner💙\n- CARAT\n- Follow…
## 7424                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7425                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 7426                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7427                              RT @SvtShazam: Shazam Daily Top 10 (2022.12.16)\n\n1. Cheers — 598\n2. HOT — 510\n3. Very Nice — 448\n4. _WORLD — 316\n5. Darl+ing — 275\n6. Fear…
## 7428                               RT @choerryscupcake: — day eleven !! looking for #moots on #kpoptwt and #stantwt i’m lei, 02’ &lt;3\n\n★ i stan loona, twice, txt, stayc, sevent…
## 7429                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 7430                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 7431                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 7432                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7433                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 7434                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7435                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7436                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7437                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7438                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7439                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7440                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 7441                               RT @Genius_kor: #GeniusCharts | 2022 Year-End Genius Korea Chart | Top Male Groups\n1. Stray Kids\n2. BTS\n3. ENHYPEN\n4. TOMORROW X TOGETHER\n5…
## 7442                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7443                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 7444                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7445                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7446                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7447                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7448                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7449                                 RT @cloudygureumi: 🌻SEVENTEEN BE THE SUN IN JAKARTA - ADDSHOW🌻\nminwon ver. freebies by @cloudygureumi x @leemayrah\n\n🗓️Dec 28th, 2022\n📌GBK M…
## 7450                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7451                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7452                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7453                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7454                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 7455                  RT @svt_verse: [#디노 🌟 221216] 2:30 PM KST\n\n#DINO: I really like these kind of thingsㅋㅋㅋㅋㅋ \n\n[DK’s story: ‘Joker’ movie poster ㅋㅋㅋㅋㅋ]\n\n@pled…
## 7456                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7457                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7458                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7459                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7460                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7461                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7462                                          RT @nbdtaylor: yes. kim mingyu i have a crush on you 🤭🤭🤭🫣🤭🤭🤭 #SEVENTEEN #seventeenintoronto #BETHESUNinTORONTO https://t.co/1GRAzTcoZp
## 7463                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 7464                                    RT @livenationph: SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN Merch with a list of available items and prices for a hassle-free buying expe…
## 7465                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7466                                RT @jhhjfiles: 181217 seventeen star road \n\nq. what do you do better than the person sitting next to you? \n\n😇: i think i'm better looking t…
## 7467                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 7468                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7469                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 7470                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7471                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7472                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 7473                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 7474                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 7475                                   RT @minwonshuji: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 7476                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7477                                RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. which is your favorite seventeen's song?\n\n🦌: for me, it's falling for you because i mad…
## 7478                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7479                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7480                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 7481                                                                                                       RT @orphannslayer: seventeen was such a sweet age, my fav year so far tbh
## 7482                                 RT @haosbitch: priorities before I fly……BLURRY PICS IS OUR THING!!!!! #CSD #CaratSelcaDay #MINGHAO #徐明浩 #SEVENTEEN @pledis_17 https://t.co/…
## 7483                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7484                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7485                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 7486                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7487                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7488                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7489                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7490                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7491                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7492                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7493                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7494                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7495                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7496                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 7497                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 7498                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 7499                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7500                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7501                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7502                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7503                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7504                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 7505                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7506                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7507                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7508                                                                                                              RT @carmycarmyesq: #Seventeen right here!! https://t.co/C0e8N1tkMx
## 7509                                RT @binnie_nonna: #BinnieBigay 🐶 for BeTS in Bulacan \n\nhi #TeamLabas carats, we’ll be giving away one (1) LBA ticket for #BeTSinBulacan \n\nH…
## 7510                                RT @kpopBg_ontop: Spotify Weekly Top Artists Japan (December 2-8, 2022)\n\n#1 #BTS (=)\n#14 #SEVENTEEN (=)\n#25 #StrayKids (+3) *new peak*\n#50…
## 7511                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7512                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 7513                                 RT @DokyeomGaabs: 'Cause we never go out of style ✨️\n\neu e o nonu de roupa chique 😋\n#CSD #CaratSelcaDay #SEVENTEEN #WONWOO @pledis_17 https…
## 7514                                RT @bbkpopstan: ✨#BeTheSuninBULACAN freebies✨\n\nfew weeks left until BeTS in Bulacan! here's a preview of the freebies I'll be giving out on…
## 7515                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 7516                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 7517                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 7518                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 7519                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7520                               RT @haothinks: minghao inclusions for sg 2023 🌌\n\n#SEVENTEEN #세븐틴 #THE8 #디에잇 #서명호 #徐明浩 #ディエイト #ミンハオ https://t.co/GSwKznCjZJ
## 7521                                     RT @wonhaozones: Minghao from the 2023 Season's Greetings!\n\ncr. THEtothe8ight\n\n#THE8 #디에잇 #SEVENTEEN #세븐틴 https://t.co/35pJa8xEHP
## 7522                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7523                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7524                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7525                                     RT @pledis_17: [17'S 원우] DAZED KOREA Behind Photo📸\n\n@DazedKorea\n#원우 #WONWOO\n#세븐틴 #SEVENTEEN\n#DAZEDKOREA https://t.co/SO01sISTL5
## 7526                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7527                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7528                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7529                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 7530                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7531                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 7532                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 7533                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 7534                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 7535                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 7536                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7537                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 7538                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 7539                               RT @0096karteu: As promised 🥹\nFrom 50pcs to 132pcs freebies\n\nSee you later, Carats!!\n\n#BeTSinBULACAN #BeTheSuninBULACAN #SEVENTEEN https://…
## 7540                                                              RT @jhluversvt: our car ride selfies ☀️ #CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN @pledis_17 https://t.co/jWaKul2SOB
## 7541                                  RT @vachirawyxt: sunsets are prettier whenever i’m with you。。。\n\n#CSD #CaratSelcaDay #DK #DOKYEOM #SEVENTEEN @pledis_17 https://t.co/Dg4CSgl…
## 7542                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7543                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7544                                     RT @UaenCarat0912: just finished packing all my freebies 🫶 dont expect too much guys! hahaha it’s my little way of saying I love seventeen…
## 7545                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7546                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7547                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 7548                             RT @k_sellingvote: 2022 SMA VOTING (MAIN CATEGORY) \n\n💌 1000 hearts (10 votes)\n\n• 300 rt\n• 300 like\n •follow @k_sellingvote \n(must reach 300…
## 7549                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7550                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 7551                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7552             RT @APMAHK: ASIAN POP MUSIC AWARDS 2022(NOMINATIONS)\n#APMA #APMA2022 #AsianPopMusicAwards #亞洲流行音樂大獎 #亚洲流行音乐大奖\n\nRECORD OF THE YEAR(Overseas)…
## 7553                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7554                             RT @binnie_nonna: 🤍 BetS in Bulacan Freebies 🤍\n\nhi carats ☺️ we’ll be giving away freebies on d-day!\n\nto claim:\n💫 like and rt \n💫 mbf\n\nsee y…
## 7555                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7556                                 RT @HopeKhunRo_09: SELLING SEVENTEEN BeTS Ticket UBC Prem 424\n\nPrice: P2,300 ( Original price is P2,850 + online Fee P100)\n\nFor meet up on…
## 7557              RT @APMAHK: ASIAN POP MUSIC AWARDS 2022(NOMINATIONS)\n#APMA #APMA2022 #AsianPopMusicAwards #亞洲流行音樂大獎 #亚洲流行音乐大奖\n\nBEST DANCE PERFORMANCE(Overs…
## 7558                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7559                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7560                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 7561                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 7562                                 RT @NyxellHyung: 💎 BETS in Bulacan Freebies 💎\nHenlo Carats, its me ya boi again!!\n\nI'll be giving out MinWon Banners and SVT OT13 GOSE Name…
## 7563                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7564                            RT @bestboywonuu: CONCERT KIT SET GIVEAWAY (sponsored by a carat)\n— (5) winners of Set A &amp; (5) winners of Set B\n\nmechanics:\n• RT and like t…
## 7565                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7566                                RT @binnie_nonna: #BinnieBigay 🐶 for BeTS in Bulacan \n\nhi #TeamLabas carats, we’ll be giving away one (1) LBA ticket for #BeTSinBulacan \n\nH…
## 7567                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7568                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7569                                RT @samfendermusic: Finsbury flashback to such a mint day!! Seventeen Going Under Live Deluxe CD (ft. Wild Grey Ocean &amp; Little Bull Of Blit…
## 7570                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7571                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 7572                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7573                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7574                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7575                              RT @ihatemaths777: WTS\nSEVENTEEN Bulacan \nOne ticket \nLOWER BOX A PREMIUM\nSell at original price \nCan meet in person\n#SEVENTEEN #BeTheSunin…
## 7576                           RT @ihatemaths777: WTS\nSEVENTEEN Bulacan \nOne ticket \nSec A with soundcheck\nQueue number &lt;400\nCan meet in person\n#SEVENTEEN #BeTheSuninBULA…
## 7577                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 7578                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7579                                           RT @wenjunhi124: Jun and The 8 Vivi magazine #SEVENTEEN  #Jun #Carat #Junhui #The8 #Minghao #Moon_Jun #JUNHAO https://t.co/k6XM3lcryH
## 7580                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 7581                               RT @haothinks: minghao inclusions for sg 2023 🌌\n\n#SEVENTEEN #세븐틴 #THE8 #디에잇 #서명호 #徐明浩 #ディエイト #ミンハオ https://t.co/GSwKznCjZJ
## 7582                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7583                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 7584                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 7585                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7586                           RT @pinkeucarrots: #HelpRT #PinkeuZi\n\n20cm Woozi DOLL 🍚\n\nName: PinkeuZi\nHeight: 20cm\nDeadline: TBA\nPrice(Doll): 85 CNY / 15 USD\n\nOverseas G…
## 7587                                    RT @H1GHRMUSIC: JAY B takes on Seventeen’s ‘8 Bit Melody Challenge’ with songs from BLACKPINK, Justin Bieber and more. Watch the full versi…
## 7588                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 7589                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7590                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 7591                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7592                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7593                              RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 7594                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7595                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7596                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7597                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 7598                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7599                                           RT @Koreaboo: Producer BUMZU Locked Himself In A Room For 2 Days To Create One Of SEVENTEEN’s Biggest Hits\n\nhttps://t.co/g9pe5J7yOB
## 7600                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7601                                RT @consequence: ‣ 𝗦𝗘𝗩𝗘𝗡𝗧𝗘𝗘𝗡\n\nVery few groups have the cohesive work ethic or group dynamic of SEVENTEEN.\n\n"We want our CARATs to feel like…
## 7602                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 7603                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7604                                   RT @_seoksoohui: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 7605                                   RT @_seoksoohui: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— We'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 7606                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7607                                  RT @moon_ziel: WTS/LFB PH \n\nHi Carats! If you are interested in printing photos in Instax on D-Day, kindly approach me. I'll tweet my outfi…
## 7608                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7609                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7610                            RT @_jinwifeu_: ఇ BE THE SUN in BULACAN freebies ఇ\n\nHi guys! I will be giving away keychains/keyholder on bets bulacan d-day! \n\n⇢ rt &amp; like…
## 7611                                         RT @shuayangbgt: we mess on each other’s yearbook photo😜✍🏼\n\n#caratselcaday #csd #scoups #SEVENTEEN @pledis_17 https://t.co/QHbp08rkKi
## 7612                                         RT @17CARATS_INA: Thank you so much for supporting us 💕😊\n\n@pledis_17  #SEVENTEEN #세븐틴 \n#SVT_inJAKARTACity https://t.co/g3ypbSTMrd
## 7613                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7614                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7615                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 7616                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7617                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7618                              RT @loreyneleeey: SEVENTEEN BE THE SUN IN MANILA ✨GIVEAWAY✨ DAY 1 (Oct 8)\n\nOpen to all carats! Team Concert/Team Labas. See you! 💗💎\n\n#BeTSi…
## 7619                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7620                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 7621                                   RT @snwulove: hey yow wassup! i, user @snwulove and @cheolacee will be handling a mini freebies giveaway on #BeTSinBULACAN\n\neither you can…
## 7622                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7623                         RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS SPOT #2\n\n▶ https://t.co/jdJ2EbCFMr\n\n#SEVENTEEN #세븐틴\n#SVT2023시즌그리팅 https://t.co/SN9X2mLH3q
## 7624                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 7625                                     RT @min9yu_tttop: seventeen will perform in bulacan with their dancers..? oh my god pls CHEERS on the setlist 🕯️ \n\nhttps://t.co/Ty0HavRLgR
## 7626                                RT @livenationph: Get your shuttle tickets for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡 now!\n\nhttps://t.co/BONcdZGpQE\n\nPrice is P200 f…
## 7627                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 7628                               RT @mujicprod: ꨄ Be the Sun in Bulacan (another) UBC Reg 🎫\n\n[1 winner]\n- like and rt this tweet \n- tag 3 carat besties\n- reply your streami…
## 7629                                                      RT @Chewlastic: You Made My Dawn ✨️🖤🎆\n\n#CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/Nu4uEk1ytD
## 7630                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7631                              RT @loreyneleeey: SEVENTEEN BE THE SUN IN MANILA ✨GIVEAWAY✨ DAY 1 (Oct 8)\n\nOpen to all carats! Team Concert/Team Labas. See you! 💗💎\n\n#BeTSi…
## 7632                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7633                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7634                     RT @_tappiioca: ✧ BE THE SUN IN BULACAN FREEBIES ✧\n\n• RT &amp; Like\n• Location tba\n• Open for Team Con &amp; Team Labas\n• LETS TRADE 🥺\n \nMight incl…
## 7635                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 7636                                                                    RT @dailydkcomfort: Dokyeom for SEVENTEEN CAFE 2022 Winter Camping Behind #도겸 \n\n https://t.co/R3lzr5yPZy
## 7637                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 7638                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7639                                                                                             RT @eunoia__svt: SEVENTEEN IS 13\n\n@pledis_17 #SEVENTEEN \nhttps://t.co/l0SKnbz3Ph
## 7640                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7641                                                RT @SVT_stagram: [#SCOUPS📸 Instagram]\n210821 sound_of_coups \n\n#에스쿱스 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/Sw3Gv5sdr9
## 7642                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 7643                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7644                                RT @wonranghxee: Let's go on more dates that require putting greens and golf clubs🏌🏻🤎🖤\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #…
## 7645                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7646                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7647                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7648                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7649                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7650                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7651                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7652                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7653                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 7654                                                                                                                      RT @SVT_Fancafe: Trust Seventeen~ 💎our 13 beautiful people
## 7655                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 7656                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7657                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7658                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7659                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7660                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7661                              RT @SVT_Fancafe: [WOOZI]\n191214 -18:41 KST-\n\n➸ Carats\n\nThank you for always believing in us.\nJust like up until now, I hope you keep believ…
## 7662                                RT @FanboyCarat: Hello baka po may interested\n\n(1) LBB PREMIUM Section 209\nBe The Sun in Bulacan Concert Ticket\n10k po or pwede pa po pagus…
## 7663                             RT @SparklingMiii: WTS LFB PH \nSEVENTEEN BE THE SUN IN BULACAN \nLBB REG 217 (2 seats) \n\ndiscounted at 10,000 php ea\nmeetup (still nego)\n\nca…
## 7664                                    RT @seventeen: The singer released her debut album over a decade ago! From “Speak Now” to “Folklore,” here’s how Taylor became one of the w…
## 7665                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7666                                RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET\n\n(1) UBC Regular ticket\n\nTweet under this with “mine + SEVENTEEN bi…
## 7667                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 7668                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7669                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 7670                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7671                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7672                  RT @SVT_Fancafe: [#HOSHI🌟 Weverse]\n221216 -16:24 KST-\n\n➸ Ah.. ? My stye medicine ㅠ I left it ..\n\nㅋㅋㅋㅋㅋㅋㅋㅋ I thought I brought it \n\n#호시 #SEV…
## 7673                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 7674                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7675                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7676                                                                   RT @shuarandom: fairy joshua and his 4 little doves\n\n#JOSHUA #조슈아 #SEVENTEEN\n\n https://t.co/UhfyawieXf
## 7677                                     RT @junhuiprotector: Have this actor junhui while we wait for exclusive fairytale \n#준 #JUN @pledis_17 #SEVENTEEN\nhttps://t.co/gPFnhUFU29
## 7678                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 7679                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7680                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 7681                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 7682                                                       RT @dokgyomen: museum date with deekay♡\n\n#CaratSelcaDay #CSD #DK #DOKYEOM #SEVENTEEN @pledis_17 https://t.co/7zQ0B2pPok
## 7683                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7684                                 RT @puppygyujeno: Hi CARATs, we will be giving away freebies for bets in bulacan💎\n\n✩ open to all carats \n✩ random design (1 banner + 1 keyc…
## 7685                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #1\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7686                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7687                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 7688                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 7689                             RT @pledis_17: [INSIDE SEVENTEEN] SEVENTEEN WORLD TOUR [BE THE SUN] ASIA BEHIND #2\n\n▶ https://t.co/9YYOuRp0t8\n\n#SEVENTEEN #세븐틴\n#INSIDE_SVT…
## 7690                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 7691                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7692                    RT @pledis_17: SEVENTEEN 'BE THE SUN' : THE CITY NAGOYA\n\n▶ https://t.co/8DcYWmhRKE\n\n#SEVENTEEN #세븐틴\n#SEVENTEEN_THE_CITY\n#まちとかがやくSEVENTEEN h…
## 7693                                  RT @hawtmatchalatte: Let's eat with bononie ᕙ(`▽´)ᕗ\n#CaratSelcaDay #CSD\n#VERNON #버논 #SEVENTEEN\n#세븐틴 @pledis_17 https://t.co/mZPpJ85jHK
## 7694                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 7695                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 7696                            RT @pledis_17: [SEVENTEEN’s SNAPSHOOT] EP.49 DINO IS BACK!\n\n▶ https://t.co/mPpZoS08WJ\n\n#SEVENTEEN #세븐틴\n#SVT_SNAPSHOOT https://t.co/WO0H9HVd…
## 7697                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7698                                    RT @CaratLandPH: We have received reports of people sharing videos of SEVENTEEN recorded in places where they shouldn't be disturbed in the…
## 7699                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7700                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7701                            RT @_jinwifeu_: ఇ BE THE SUN in BULACAN freebies ఇ\n\nHi guys! I will be giving away keychains/keyholder on bets bulacan d-day! \n\n⇢ rt &amp; like…
## 7702                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7703                             RT @deal4idols: whosfan global artist award poll (giveaway) \n\n🗳 20 tickets (10 for each winner)\n\nrules : \n\n- 500 likes + rts\n- follow me\n-…
## 7704                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7705                                                             RT @12solamifasol: just saw this park jihoon dancing to hot seventeen during AAA? YESSSSS 🥹 https://t.co/55kAdvUcKl
## 7706                                  RT @TheAthletic: Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wake Fore…
## 7707                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 7708                                  RT @TheAthletic: Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wake Fore…
## 7709                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 7710                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7711                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7712                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7713                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7714                                    RT @unescokr_eng: KNCU is thrilled to announce the launch of a global campaign ‘GoingTogether’ with SEVENTEEN to raise awareness of the imp…
## 7715                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7716                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7717                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7718                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7719                                                  RT @mansehao: JUN and Dokyeom visiting the SEVENTEEN exhibition at Tokyo Skytree together 🥰 @pledis_17 https://t.co/RpDjAzGKk2
## 7720                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7721                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7722                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 7723                      RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 7724                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 7725                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7726                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7727                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7728                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 7729                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7730                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7731                             RT @oceanzii: That someday it would lead me back to you.\n\n#CaratSelcaDay #CSD #DK #DOKYEOM #SEOKMIN #도겸 @pledis_17 #세븐틴 #SEVENTEEN https://…
## 7732                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 7733                                RT @DeepikaBhardwaj: The highest authority of JUSTICE \nin India will be on HOLIDAY for\nSEVENTEEN DAYS STRAIGHT.\n\nIT HAS 70,000+ CASES PENDI…
## 7734                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7735                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7736                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7737                                   RT @CoupsOfMinWon: ☀️ Be The Sun in Bulacan ☀️\n                                  Freebies\n\nCarats!! We will be giving away freebies on d-da…
## 7738                                    RT @livenationph: SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN Merch with a list of available items and prices for a hassle-free buying expe…
## 7739                  RT @musicinfojapan: VOTE GA  - SMA  \n\nPoll winner : 100 💛 \n\n📌Rules \n✅ LIKE &amp; RETWEET  \n✅ FOLLOW ME &amp;\n@smajapan_\n@smaglobal_\n✅ Drop proofs…
## 7740                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7741                               RT @haothinks: minghao inclusions for sg 2023 🌌\n\n#SEVENTEEN #세븐틴 #THE8 #디에잇 #서명호 #徐明浩 #ディエイト #ミンハオ https://t.co/GSwKznCjZJ
## 7742                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 7743                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7744                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 7745                                                         RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/DUtf3tN0gE https://t.co/VF6s8nPAB0
## 7746                                                           RT @horanghaeist: this is the type of shit dokyeom makes seventeen do before left &amp; right https://t.co/63ulX1HAI0
## 7747                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7748                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7749                             RT @jjwihauls: ☁️. Be The Sun Bulacan Freebies\n\n — rt &amp; like this tweet to spread !\n —  will prio attendees due to limited quantities \n — o…
## 7750                                                             RT @cigembutosunday: – taste,?\n\n#CSD #CaratSelcaDay #JEONGHAN #SEVENTEEN #정한 @pledis_17 https://t.co/CRvgeYpnUU
## 7751                              RT @CharmSupportLab: Be the Sun in Bulacan freebies\n\nHi! We’re giving away lots of cute fanmade stuff today! In rose quartz &amp; serenity blue…
## 7752                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7753                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7754                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7755                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 7756                         RT @baekhyunmim: not new to #kpoptwt ~ \n\n gabi \neight-teen &lt;3\ninfp - she/they ⁑ \n\nults - svt, txt, bts, nct, exo, superm + shinee\n\nult bias…
## 7757                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7758                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7759                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7760                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 7761                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7762                         RT @YoonMinMD1: Done being a mader packer lol &gt;&lt;\nI and @SVTethereal packed this for you on D-Day! 💖\n\n🌸 Open to ALL carats \n🌸 1:1 only\n🌸 wil…
## 7763                                   RT @oshiwu: ☀️ ᣞ  ⊹  ݁  seventeen be the sun in bulacan freebie  ❕\n\ni'll be giving away limited caratbong / phone charm and beaded bracelet…
## 7764                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7765                                   RT @oshiwu: ☀️ ᣞ  ⊹  ݁  seventeen be the sun in bulacan freebie  ❕\n\ni'll be giving away limited caratbong / phone charm and beaded bracelet…
## 7766                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7767                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7768                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 7769                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7770                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7771                                    RT @billboard: The in-demand hitmaker shares the stories behind songs he crafted with #BTS' Jin, SEVENTEEN, NCT 127 and more https://t.co/E…
## 7772                          RT @meungis: wts lfb ph\n\nscoups set — ₱220\n\n𓏔 mop: gcash\n𓏔 mod: ggx, jnt, sdd\n𓏔 dop: payo / 3 days reservation\n\nreply or dm to claim \n\nt. s…
## 7773                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7774                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 7775                      RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 7776                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7777                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 7778                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 7779                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7780                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 7781                                                        RT @yeoshuaa_: me &amp; my boyfie ♡\n\n#CaratSelcaDay #CSD #JOSHUA #SEVENTEEN #조슈아 @pledis_17 https://t.co/g5kondqa3y
## 7782                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7783                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7784                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7785                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 7786                                RT @Yang_Broke: Crowdsourcing 🌻\nCalling all #TeamLabas at #BeTSinBULACAN like and Retweet this tweet. I'll dm u 😊\n\n#SEVENTEEN\n#BeTheSuninBU…
## 7787                            RT @bestboywonuu: CONCERT KIT SET GIVEAWAY (sponsored by a carat)\n— (5) winners of Set A &amp; (5) winners of Set B\n\nmechanics:\n• RT and like t…
## 7788                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7789                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7790                                  RT @TheAthletic: Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wake Fore…
## 7791                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7792                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7793                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7794                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 7795                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7796                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7797                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7798                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7799                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 7800                                                     RT @LucieTaeYG: 𝓨𝓸𝓾'𝓻𝓮 𝓽𝓱𝓮 𝓸𝓷𝓮 𝓽𝓱𝓪𝓽 𝓘 𝔀𝓪𝓷𝓽...\n\n#CaratSelcaDay #CSD #SEVENTEEN #DOKYEOM @pledis_17 https://t.co/Y0x3uKu7Uy
## 7801                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 7802                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7803                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7804                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7805                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 7806                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 7807                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7808                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 7809                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7810                                    RT @_jeongyus: rewatching inside seventeen in manila and it's just sad that i failed to see them for the 3rd time. those opportunities that…
## 7811                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7812                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7813                                                                                                                                         RT @svtdking: Seventeen en Chile 2023 🕯️
## 7814                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7815                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7816                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 7817                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7818                                    RT @mindset_dive: In his 12-part audio series, JOSHUA of SEVENTEEN opens up about the hurdles he had to overcome, how he achieved his goals…
## 7819                                                                                             RT @eunoia__svt: SEVENTEEN IS 13\n\n@pledis_17 #SEVENTEEN \nhttps://t.co/l0SKnbz3Ph
## 7820                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7821                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 7822                                  RT @TheAthletic: Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wake Fore…
## 7823                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7824                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7825                              RT @SvtShazam: Shazam Daily Top 10 (2022.12.16)\n\n1. Cheers — 598\n2. HOT — 510\n3. Very Nice — 448\n4. _WORLD — 316\n5. Darl+ing — 275\n6. Fear…
## 7826                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7827                                RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET\n\n(1) UBC Regular ticket\n\nTweet under this with “mine + SEVENTEEN bi…
## 7828                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7829                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7830                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7831                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7832                                  RT @TheAthletic: Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wake Fore…
## 7833                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 7834                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7835                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7836                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7837                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7838                                                RT @MeetVernon_218: 221203 BE THE SUN ACHI \n\n#버논 #VERNON  #バーノン #최한솔 \n#세븐틴     #SEVENTEEN https://t.co/0Sxb3u1wBK
## 7839                                 RT @WorldwideCarats: [INFO] SEVENTEEN is the #1 act that sold the most physical albums this year in Japan 🇯🇵\n\n@pledis_17 @pledis_17jp\n#SEVE…
## 7840                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 7841                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7842                                  RT @lucidhaos: track #1 : pagtingin\n \n— wherein two best friends, Mikael and Drei, lost in the sea of their deepest desires find the island…
## 7843                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 7844                                                                                                RT @orbit_9567: 221213 AAA Shadow 01\n#세븐틴 #SEVENTEEN https://t.co/SWis81AQzW
## 7845                           RT @kimjeonmw: WTS/LFB❗❗❗\n\n380 SET (190 dp today)\n550 SET (200 dp today)\n📍meet up-PH ARENA\n\nseokmin dokyeom dk the8 minghao myungho dino jo…
## 7846                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7847                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7848                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7849                                    RT @RebekkahFord: @A_DiAngelo I never thought I would die at the age of seventeen. https://t.co/XXn9EbWSdJ #paranormalromance #kindle #amre…
## 7850                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 7851                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 7852                         RT @lowkeyLoeyKai: Something simple for\nSEVENTEEN Be The Sun Additional Show in Jakarta Freebies!\n\n✨GYUCAM: Hand Mirror &amp; Inspired PC✨\n\nSay…
## 7853                               RT @kpopd2c: 🇺🇸 Availability of K-pop Albums on USA Stores\nDecember 16, 2022\n\n#TXT #Temptation 🆕\n\n#girls #bornpink #proof #manifesto_day1 #…
## 7854                         RT @cafe_joshua_th: ꒰ pls rt 💎꒱\n\n🌹#JOSHUA 'Birthday Cafe BKK🌹\n\n🗓️ 22 - 28 DEC.\n🚩@fanscafe_bkk\n\n  🌹HASHTAG \n#DreamOfRedRose_1230 \n\n#Happy_JO…
## 7855                                                                 RT @Blossomseason_: 220924 My cute little black cat..\n#버논 #세븐틴 #vernon #seventeen https://t.co/0MFh3KP1rf
## 7856                                    RT @ten_sye: @crbarnes001 Yes. When I died of asymptomatic long covid yesterday, a striking NHS nurse broke the picket line, jabbed me with…
## 7857                                                                                                RT @folklorebot: i'm only seventeen, i don't know anything but i know i miss you
## 7858                                                                 RT @Blossomseason_: 221213 #버논 #세븐틴 #vernon #seventeen\nMy black cat is rockstar.. https://t.co/9evJZZlapu
## 7859                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7860                                                                               RT @CHERRYHAE17: their record hasn't been broken yet.  #SEVENTEEN #세븐틴 https://t.co/6YlP8EjxiB
## 7861                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7862                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7863                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7864                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 7865                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 7866                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 7867                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7868                                    RT @mommasboymushu: Friends, I beat the odds! 4 years ago I had a stroke. I'm still here today as a SEVENTEEN YEAR OLD PARTY ANIMAL🥳! Pleas…
## 7869                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7870                                RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET\n\n(1) UBC Regular ticket\n\nTweet under this with “mine + SEVENTEEN bi…
## 7871                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 7872                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7873                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 7874                                    RT @kyeomdoul: predebut seventeen entertaining hospital patients through their performance for making them feel good... SEVENTEEN BEST BOYS…
## 7875                                RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET\n\n(1) UBC Regular ticket\n\nTweet under this with “mine + SEVENTEEN bi…
## 7876                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7877                                                RT @yutasbuckethat: 221208 Seventeen LAX arrival! (Filmed this at a distance by waiting area) #SEVENTEEN https://t.co/Y3is7Thwut
## 7878                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 7879                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7880                                                                                             RT @intbun: november baes\n\n#caratselcaday #csd #seventeen https://t.co/JkHF0BfDVf
## 7881                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7882                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7883                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7884                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 7885                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7886                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 7887                                  RT @fablareshopph: Our #BeTSinBulacan concert giveaways are ready! 😍 (and we're making more! 😉)\n\nFind us around the Philippine Arena on Dec…
## 7888                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7889                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 7890                               RT @skini_chic: wts lfb christmas sale\n-tingi (prio more)\n-carrd on bio\n-*= flawed\n\nblackpink jisoo jennie rose lisa newjeans haerin daniel…
## 7891                                                                                             RT @intbun: november baes\n\n#caratselcaday #csd #seventeen https://t.co/JkHF0BfDVf
## 7892                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 7893                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 7894                                  RT @EL_ICAAAA: Even if it's a long and tough road wherever that is, i'll walk with you until the end\n\n#CARAT_SELCA_DAY #CSD #DOKYEOM #SEVEN…
## 7895                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7896                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7897                                           RT @Koreaboo: Producer BUMZU Locked Himself In A Room For 2 Days To Create One Of SEVENTEEN’s Biggest Hits\n\nhttps://t.co/g9pe5J7yOB
## 7898                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7899                                  RT @lucidhaos: track #1 : pagtingin\n \n— wherein two best friends, Mikael and Drei, lost in the sea of their deepest desires find the island…
## 7900                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7901                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7902                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7903                                                                                                         RT @absterwebby: get it deekay #LA3C #SEVENTEEN https://t.co/0SFZPCcGwI
## 7904                                                                  RT @wnwoostar: my sunshine and i 💟 ! \n#CSD #CaratSelcaDay #DOKYEOM #SEVENTEEN #디에잇 https://t.co/njvPa9YJiV
## 7905                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7906                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 7907                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7908                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 7909                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7910                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7911                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 7912                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7913                                                                         RT @j1gyus: your fave tigers🐯\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/4jlJJ1KvyG
## 7914                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 7915                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7916                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 7917                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7918                                                                                             RT @intbun: november baes\n\n#caratselcaday #csd #seventeen https://t.co/JkHF0BfDVf
## 7919                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 7920                     RT @SVT_Fancafe: [#DINO🌟 Weverse]\n221216 -14:30 KST-\n\n➸ I really like things like thisㅋㅋㅋㅋㅋ\n\n#디노 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/GH…
## 7921                           RT @soongyuexe: help rt! #saiwts ph go 🇵🇭\n\n꒰ hoshi mingyu don’t wanna cry acrylic standee &amp; seventeen keyrings by @soongyu ꒱\n- ₱100/ stande…
## 7922                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 7923                                                     RT @cheoluvrs: lovers surrounded by flowers 🌷\n\n#CaratSelcaDay #CSD @pledis_17 #DOKYEOM #SEVENTEEN https://t.co/vQEBZcNm8H
## 7924                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7925                                RT @joykimleekwonji: ♡ Be The Sun in Bulacan Freebie ♡\n♡ Hoshi 🐯 Banner Support ♡\n\n♡ RT and Like This Tweet (Show Proof on D-Day)\n♡ Find me…
## 7926                                           RT @joshualooped: "I wanna be Seventeen's Joshua for a long, long time." \n#세븐틴 @pledis_17 #조슈아 #JOSHUA https://t.co/2JvF06Q7kg
## 7927                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 7928                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7929                       RT @MsKwon_15: "Three friends, one heart."\n\n#CaratSelcaDay #CSD #SCOUPS #에스쿱스 #JEONGHAN #정한 #JOSHUA #조슈 #SEVENTEEN #세븐틴 @pledis_17 https://…
## 7930                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7931                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7932                                 RT @17_seventeen_05: When I see my face in your two eyes\nAs if the world has stopped, I will hug you. \n\n#SEVENTEEN #HOSHI #CSD  #CaratSelca…
## 7933                              RT @sarahoshuji: ✨#Seventeen Be The Sun in Bulacan Fan Support/Freebies✨\n\nHello Caratdeuls! \n\n@nilaj_tee, @aidan_andrea, and I are giving a…
## 7934                               RT @tapakatuy: — Dialogue by Lee Ufan (2010)\n\n#CSD #CaratSelcaDay #SCoups #ChoiSeungcheol #SEVENTEEN #세브틴 @pledis_17 https://t.co/q3t11c6Xk5
## 7935                                    RT @batara_april: Will give this randomly sa mga carats na may print out na "Pahingi pong Freebies" hehehe 😁 See you Caratdeuls and Sebong~…
## 7936                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7937                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7938                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7939                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 7940                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7941                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7942                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 7943                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7944                                    RT @envimediaco: Calling all sneakerheads! 👟👀 If you’re looking for new kicks, check out how you can steal #SEVENTEEN’s #Hoshi’s style from…
## 7945                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 7946                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 7947                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 7948                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 7949                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7950                                        RT @deariekyu: come, come into my world 🍓!!!\n\n#CaratSelcaDay #CARAT #csd #SEVENTEEN #JOSHUA #조슈아 @pledis_17 https://t.co/2wfPrMFdiJ
## 7951                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7952                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7953                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7954                                                                                                                      RT @junishiteru: 🖇️ gdrive seventeen concerts\n\n` a thread
## 7955                                  RT @TheAthletic: Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wake Fore…
## 7956                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7957                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 7958                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7959                                                                                  RT @absterwebby: you better hit those notes woozi!!!! #LA3C #SEVENTEEN https://t.co/u2MJ7neoIC
## 7960                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 7961                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 7962                                                                       RT @sfelishi: thinkin’ about you\n[ #JOSHUA #CSD #CARATSELCADAY #SEVENTEEN #SVT ] https://t.co/8iaRZLszvO
## 7963                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7964                            RT @seokmin_br: [📸] 16.12.22. #DK, #DINO e #VERNON para o Seventeen Season's Greetings 2023.\n\n© 13thistory\n\n#도겸 #세븐틴 #SEVENTEEN @pledis_17…
## 7965                                      RT @Amyuwu22: We are still stuck at 11th place,please vote as much as possible 🥲🥲\n#CARATS\n#SEVENTEEN\n@pledis_17 https://t.co/gTz0AgZ1TP
## 7966                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7967                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 7968                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 7969                                  RT @dailygyushua: [daily dose of #GYUSHUA]\n\ngyu have the need to walks the distance toward his beloved hyung to hug him when he did somethi…
## 7970                               RT @haothinks: minghao inclusions for sg 2023 🌌\n\n#SEVENTEEN #세븐틴 #THE8 #디에잇 #서명호 #徐明浩 #ディエイト #ミンハオ https://t.co/GSwKznCjZJ
## 7971                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7972                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 7973                                                                                             RT @intbun: november baes\n\n#caratselcaday #csd #seventeen https://t.co/JkHF0BfDVf
## 7974                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7975                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7976                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 7977                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7978                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7979                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 7980                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 7981                                    RT @envimediaco: Calling all sneakerheads! 👟👀 If you’re looking for new kicks, check out how you can steal #SEVENTEEN’s #Hoshi’s style from…
## 7982                                  RT @TheAthletic: Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wake Fore…
## 7983                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 7984                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7985                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7986                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 7987                                    RT @svtcontents: 🎥 Boy group TRENDZ performed SEVENTEEN's 'HIT' on 2022 AAA's After Stage! Here's the introduction video of their performan…
## 7988                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7989                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7990                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 7991                                 RT @cartchives: # want to sell / wts carbong v1 \n\n( 400.000 ) \n✅ all in good condition, nyala terang, inc battery + bonus pc attacca the8,…
## 7992                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 7993                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 7994                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 7995                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 7996                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 7997                                 RT @haosbitch: priorities before I fly……BLURRY PICS IS OUR THING!!!!! #CSD #CaratSelcaDay #MINGHAO #徐明浩 #SEVENTEEN @pledis_17 https://t.co/…
## 7998                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 7999                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8000                            RT @leeseokminheart: 221215 DK🌟 Weverse update\n\n⚔️ : Who's that friend on the right? 🥸\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/mOQw8vR…
## 8001                              RT @CharmSupportLab: Be the Sun in Bulacan freebies\n\nHi! We’re giving away lots of cute fanmade stuff today! In rose quartz &amp; serenity blue…
## 8002                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 8003                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8004                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8005                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 8006                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8007                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. when did you feel the happiest recently? \n\n🦌: the happiest....\n😇: i feel so happy becau…
## 8008                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8009                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8010                                                 RT @mingyuscIoud: car rides with the boyfriend \n\n#csd #CaratSelcaDay #mingyu #seventeen #민규 #세븐틴 https://t.co/tyNqrrnxVC
## 8011                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8012                                                         RT @caramelchiiato: sunset state of mind \n\n#CSD #CaratSelcaDay #WONWOO\n#SEVENTEEN @pledis_17 https://t.co/Au3nsVI2md
## 8013                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 8014                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8015                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8016                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8017                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8018                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8019                                  RT @dokyeomsfool: Just between us, you are always the lead role to me. 🌹🩵\n\n#csd #CaratSelcaDay #17caratselcaday #dokyeom #dk #seventeen @pl…
## 8020                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8021                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 8022                                   RT @allforcaratsvt: btw may willing ba maki trade ng tix? like mas mababang row sanaa ! two adjacent seats\n\nLBA REG ROW 30+ to LBA REG ROW…
## 8023                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8024                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8025                           RT @boyfriendshua: #BeTheSuninBULACAN #BeTSinBULACAN \n\nseventeen freebies giveaway on concert day ☀️🌞\n\n- 12.17.2022\n- time &amp; location tba\n-…
## 8026                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8027                                RT @hanisyruup: Be The Sun in Bulacan Freebies ☀️\n\n↬ Strictly 1:1\n↬ follow @/theadvisordiaries on ig (optional)\n↬ Time/Loc : TBA\n↬ Say “Shi…
## 8028                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8029                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 8030                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8031                                    RT @_jeongyus: rewatching inside seventeen in manila and it's just sad that i failed to see them for the 3rd time. those opportunities that…
## 8032                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8033                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 8034                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8035                               RT @savuhntea: UNFLOP ME,  HELP RT 🇵🇭 CARATS 🥺🙏 \n\n✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n"seventeen inspired" embroidered shirts for ₱300 with…
## 8036                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8037                          RT @BrasilDino: [📸 SCAN]- 16.12.22- \n#DINO, #DK e #VERNON para o Season’s Greetings 2023\n\n🦀 \n#DINO #SEVENTEEN #디노 @pledis_17  #세븐틴 \nCr: 13t…
## 8038                                RT @ttalghui: BeTS Bulacan giveaway 🧡\n\nJust RT+ LIKE this tweet!\n\nSince di matutuloy yung pa-freebies ko, I'll just give away this fts pb +…
## 8039                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 8040                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. when did you feel the happiest recently? \n\n🦌: the happiest....\n😇: i feel so happy becau…
## 8041                                  RT @yupsheskitten: ✧ SEVENTEEN BE THE SUN IN BULACAN FREEBIES ✧\n\n— I'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only!…
## 8042                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8043                                      RT @NEVERVMlND: just two besties looking at each others 🍓💌\n#CaratSelcaDay #CSD #DK #seokmin #seventeen @pledis_17 https://t.co/NbmKXvlMZd
## 8044                               RT @howoons: ☀️ SEVENTEEN Be The Sun in Bulacan ☀️\nHOWOO (soonhoon) AND WOOZI BANNER GIVEAWAY\n\n♡ giving away howoo and woozi banners &amp; a fe…
## 8045                                    RT @yoonsbbymama: bby attending my grad lookin hot in red💋 all eyes on us but i only got my eyes on you. no one can resist the charm, restu…
## 8046                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 8047                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 8048                                RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. which is your favorite seventeen's song?\n\n🦌: for me, it's falling for you because i mad…
## 8049                                RT @changberrie: SEVENTEEN BE THE SUN in BULACAN merchandise + concert freebie by @changberrie \n\n➭ ︎rt to spread\n➭ dec 17\n➭ time/loc: TBA\n➭…
## 8050                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8051                               RT @Brando_WX: Today's SigTor Spotlight: Tekamah, NE\n\n• Date: May 1, 1930\n• Rated: (Estimated) F4\n  — Windspeed: 207-260 mph\n• Path Length/…
## 8052                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 8053                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8054                                                              RT @kwanslovr: you are my angel~ &lt;3 \n#csd #CARAT_SELCA_DAY  #JUN #SEVENTEEN @pledis_17 https://t.co/8eH8ARWmtr
## 8055                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 8056                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 8057                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8058                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 8059                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 8060                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8061                                  RT @eoia_min: ✧ SEVENTEEN BETS IN BULACAN FREEBIES ✧\n\nHi carats! I'll giveaway official photocards and other unofficial photos of seventeen…
## 8062                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8063                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8064                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 8065                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8066                                                            RT @faeiryoon: I just love him Idk #CSD #CaratSelcaDay #SCOUPS #SEVENTEEN #세븐틴 @pledis_17 https://t.co/0WydKPf5Vr
## 8067                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8068                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8069                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8070                                    RT @rvsvtfiles: throwback to red velvet and seventeen's red and black outfits in last year's, 2021, kbs gayo daechukje https://t.co/On48X8L…
## 8071                                    RT @rvsvtfiles: throwback to red velvet and seventeen's red and black outfits in last year's, 2021, kbs gayo daechukje https://t.co/On48X8L…
## 8072                                                                RT @DINO_CENTRAL: say the name! \n\n#DINO #디노 \n#SCOUPS #에스쿱스 \n#SEVENTEEN #세븐틴 https://t.co/VeqmaksRps
## 8073                                             RT @svtbz_Q8: he just won't stop copying me 😤 #CaratSelcaDay #CSD #SEVENTEEN #THE8 #MINGHAO #세븐틴 #디에잇 https://t.co/HlyMVkiehU
## 8074                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8075                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. how would you describe yourself in 5 words. \n\n🦌: really kind.\n😇: better than shua. http…
## 8076                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 8077                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8078                           RT @jaz_beomjun: ✨BETS IN BULACAN FREEBIES✨\n\n~open to all carats \n~randomly distributed \n~limited quantity \n\n#BeTheSuninBULACAN\n#BeTSinBULA…
## 8079                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8080                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8081                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 8082                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 8083                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8084                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8085                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8086                                           RT @Koreaboo: Producer BUMZU Locked Himself In A Room For 2 Days To Create One Of SEVENTEEN’s Biggest Hits\n\nhttps://t.co/g9pe5J7yOB
## 8087                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 8088                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 8089                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8090                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 8091                              RT @jasgrenae: 🌸BeTs Be the Sun Bulacan Freebies\n\nHelp RT\nNew Carat here 🥹💕\nSupport nyo naman effort ko hahahah\n\n🌷 Open for both Team Labas…
## 8092                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8093                            RT @missmafia0526: CARATS HELP RT PLEASE 😭\n\nSEVENTEEN BE THE SUN BULACAN \n\nwtt lft\n\nHAVE: (2) VIP B SOUNDCHECK\n\nWANT: (2) VIP SOUNDCHECK AN…
## 8094                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8095                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8096                                    RT @livenationph: SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN Merch with a list of available items and prices for a hassle-free buying expe…
## 8097                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8098                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8099                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8100                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8101                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 8102                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8103                                  RT @TheAthletic: Chris Paul is a major advocate for HBCUs — and Friday, he’ll be an HBCU graduate.\n\nSeventeen years after leaving Wake Fore…
## 8104                                             RT @svtbz_Q8: he just won't stop copying me 😤 #CaratSelcaDay #CSD #SEVENTEEN #THE8 #MINGHAO #세븐틴 #디에잇 https://t.co/HlyMVkiehU
## 8105                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 8106                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8107                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8108                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 8109                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8110                            RT @Horangdan_iyeyo: Wts lfb ph only\n\nSvt photocards\n-110 unless stated\n•Vernon an ode poet\n•Vernon attacca op2 50\n•Hoshi semi\n•Jun semi\n•J…
## 8111                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8112                                                                                              RT @yamazke: same sunset\n\n#CSD #CaratSelcaDay #SEVENTEEN https://t.co/msuTEDX3oZ
## 8113                                              RT @Wonder_ww717: 221203 Be The Sun in Nagoya\nww.💫\n#세븐틴  #SEVENTEEN  #원우 #WONWOO #ウォヌ @pledis_17 https://t.co/FMGbuCRcmO
## 8114                                  RT @CheonsaHaniee: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nPlease see photo for more details\nStrictly 1:1 🥺\n\n☀️RT + Like (follow not mandatory…
## 8115                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8116                               RT @kpopBg_ontop: Best-selling male groups in 2022\n\n01. #BTS - 5,704,526\n02. #StrayKids - 5,647,872\n03. #SEVENTEEN - 5,293,660\n04. #NCTDREA…
## 8117                             RT @jjwihauls: ☁️. Be The Sun Bulacan Freebies\n\n — rt &amp; like this tweet to spread !\n —  will prio attendees due to limited quantities \n — o…
## 8118                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 8119                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8120                           RT @aceofdino: [#BeTSinBulacan #BeTheSuninBulacan #BeTheSun]\n\nsound_of_coups &amp; feat.dino Fanmade Giveaway (w/ @Woncheol_17)\n\n• Like/RT\n• Fo…
## 8121                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8122                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8123                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8124                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8125                                    RT @eunoia__svt: "Self-producing" might be a title for you but for seventeen it was their survival. They literally were able to step on sta…
## 8126                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 8127                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 8128                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8129                            RT @gyeolchergae: ˗ˏˋ꒰ 🍒 ꒱\n\n『 #SEVENTEEN Fansupport by gyeolchergae 』\n\nHey, there Carats! I'll be giving away hand banners and unofficial p…
## 8130                                                                 RT @Blossomseason_: 221213 #버논 #세븐틴 #vernon #seventeen\nMy black cat is rockstar.. https://t.co/9evJZZlapu
## 8131                               RT @pledis_17: [17'S] SEVENTEEN WORLD TOUR[BE THE SUN] IN TORONTO\nHow are you feeling?🤔\nVERY NICE‼️\n\n#SVT_WORLDTOUR_BETHESUN\n#SEVENTEENinTO…
## 8132                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 8133                               RT @michikartsu: bump!\n\nwts lfb svt seventeen ph\n(helping a friend) \n\n✴︎ (1) LBB Reg 217 BeTS tickets✴︎\n⤷ tickets are claimed already\n⤷ ₱9k…
## 8134                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 8135                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8136                                    RT @flamehanie: This year’s moment that jeonghan wants to go back to is the opening of BE THE SUN concert in Seoul, the moment when sevente…
## 8137                                                       RT @eunoia__svt: Songs I want to see seventeen perform live again but they probably will never 🥲\n\n@pledis_17 #SEVENTEEN
## 8138                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8139                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8140                                RT @moonchiIdhan: even if my love only amounts to this, \ni’ll be your spring during any winter 🤍🌿\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세…
## 8141                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 8142                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8143                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8144                          RT @CESdawna: 📢 (WTS/LFB) #BeTheSuninBULACAN \nLIGHTSTICK POUCH BATCH 2\n\nSelling it for 250PHP\n\nIncludes: \n✅keychain\n✅Pouch\n\n13 SLOTS LEFT!…
## 8145                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8146                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8147                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 8148                                  RT @adorshu: be the sun in bulacan fan support / freebies by adorshu! ⭐️\n\nhi carats~ i’ll be giving away very limited seventeen ot13 hand b…
## 8149                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8150                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8151                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8152                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8153                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8154                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8155                                                                       RT @sfelishi: thinkin’ about you\n[ #JOSHUA #CSD #CARATSELCADAY #SEVENTEEN #SVT ] https://t.co/8iaRZLszvO
## 8156                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8157                                    RT @kyeomsta: remember when wonwoo the dancing machine matched up seventeen’s performance team leader during a ment in concert? main dancer…
## 8158                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8159                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8160                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8161                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 8162                                                 RT @minghaolicious: me &amp; my lovely boo ✨🧡\n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN  @pledis_17 https://t.co/FejOPXfpLp
## 8163                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8164                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8165                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8166                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 8167                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 8168                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 8169                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8170                                   RT @CoupsOfMinWon: ☀️ Be The Sun in Bulacan ☀️\n                                  Freebies\n\nCarats!! We will be giving away freebies on d-da…
## 8171                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8172                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8173                             RT @mintcoups: “you've got a smile that could light up this whole town.”\n\n #CaratSelcaDay  #CSD #CARAT #SEVENTEEN #MINGYU #세븐틴 #민규 @pledis_…
## 8174                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8175                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8176                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8177                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 8178                               RT @voboowuji: Help rt! \nwant to sell / wts / lfb\n\n• selling to each (other tnc on pict 3) \n• open sharing boleh banget\n• exc packing+admin…
## 8179                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8180                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 8181                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8182                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8183                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8184                                  RT @_deardarlings: Be The Sun in Bulacan Project ☀️\nby #DearDarlings, \n\nCARATs should stay hydrated for the whole day on December 17, 2022!…
## 8185                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8186                          RT @otter_cart: #BETSinBulacan Fan Support by otter_cart &amp; lab_otter  ✨\n\nMechanics:\n1. mbf me and @lab_otter\n2. rt and like this twt\n3. tag…
## 8187                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 8188                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8189                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8190                                                                                                       RT @ankiiithecutiee: Sixteen seventeen eighteen\n\nBB16 SHOW US PRIYANKIT
## 8191                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8192                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8193                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8194                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8195                                RT @mylovejoshuji: Be The Sun in Bulacan\n• Shua Kit freebies 💗\n\nfor Joshushushus, I gotchu!\nlooking for Joshushushu moots! Let's meet on de…
## 8196                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8197                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8198                       RT @forwonwooth: ꒰ SVT Update ꒱ 15.12.22\n\nSEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2 - #WONWOO\n\n#WONWOO #원우\n#SEVENTEEN #세븐틴\n#SVT2023…
## 8199                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 8200                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8201                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8202                            RT @samsamelona: ˚♡ ⋆。˚baby boo と baby carat🍞\n#CaratSelcaDay #CSD #seventeen \n#세븐틴 @pledis_17 #seungkwan #승관 #부승관 https://t.co/0xt4CkYPtM
## 8203                               RT @mujicprod: ꨄ Be the Sun in Bulacan (another) UBC Reg 🎫\n\n[1 winner]\n- like and rt this tweet \n- tag 3 carat besties\n- reply your streami…
## 8204                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8205                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8206                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8207                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 8208                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8209                           RT @jinrrys07: Wts LFB\nBets bulacan \nSvt seventeen \n\nLBB regular\nSection 207\nRow 53\n\nPhp 10700 (regular ticket price) \n\nSELLING AT 8000php…
## 8210                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8211                                    RT @livenationph: SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN Merch with a list of available items and prices for a hassle-free buying expe…
## 8212                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 8213                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8214                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 8215                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 8216                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8217                                                  RT @kpoplikeperfect: 221213 AAA ENDING\n\n☺️👋\n\n#dino #디노 #seventeen #세븐틴\n#AsianArtistAwards2022 https://t.co/jWQYvYZizI
## 8218                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8219                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8220                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 8221                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 8222                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8223                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8224                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 8225                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8226                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 8227                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8228                                                                                        RT @littIegfhoshi: seventeen would drop everything to do silly little tiktoks with hoshi
## 8229                                               RT @junranghae_hui: Shit, this is red too!!❤️\n\n#CSD #CaratSelcaDay #MINGYU #SEVENTEEN #세븐틴 @pledis_17 https://t.co/BPzcDvvjWr
## 8230                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8231                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8232                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8233                                   RT @vminsuga613: 🌞 Be the Sun Bulacan Freebies🌞\n♥️Design by : @btsvtnimaliel\n🔹️ Like &amp; Rt \n🔹️Open for all carats💎\n🔹️1:1 limited quantity…
## 8234                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8235                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8236                              RT @voboowuji: Help rt! \nwant to sell / wts / lfb\n\n• selling to each/take all\n• exc packing+admin 🍊\n• goodcon, not for sensitive buyers\n• K…
## 8237                                   RT @oshiwu: ☀️ ᣞ  ⊹  ݁  seventeen be the sun in bulacan freebie  ❕\n\ni'll be giving away limited caratbong / phone charm and beaded bracelet…
## 8238                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8239                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8240                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8241                             RT @kwoipay: Be the Sun in Bulacan Concert Freebies 💎\n\nWill give these away before con &lt;3\n( read the second pic for inclus ) \n\n— Loc : TBA…
## 8242                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 8243                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 8244                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8245                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8246                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 8247                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8248                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8249                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8250                           RT @Woncheol_17: [#BeTSinBulacan #BeTheSuninBulacan #BeTheSun]\n\nsound_of_coups &amp; feat.dino Fanmade Giveaway (w/ @aceofdino)\n\n• Like/RT\n• Fo…
## 8251                                   RT @thinkabthvc: also following ruby’s release we (might) be getting: \n-live performance on music show (schedule may be delayed due to conc…
## 8252                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 8253                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8254                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8255                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8256                                  RT @livenationph: Hi Carats! Here are the UPDATED maps for SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN for your reference.\n\nQueuing link fo…
## 8257                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8258                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8259                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8260                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8261                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8262                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 8263                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8264                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8265                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 8266                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 8267                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8268                                    RT @Kpop_Herald: .@pledis_17's Joshua made the cover of fashion magazine MAPS. Asked what drives him to work hard consistently, he said, "C…
## 8269                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8270                               RT @mujicprod: ꨄ Be the Sun in Bulacan (another) UBC Reg 🎫\n\n[1 winner]\n- like and rt this tweet \n- tag 3 carat besties\n- reply your streami…
## 8271                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8272                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8273                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8274                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8275                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8276                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 8277                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8278                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 8279                                RT @wonranghxee: Let's go on more dates that require putting greens and golf clubs🏌🏻🤎🖤\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #…
## 8280                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 8281                                       RT @noniesjacket: me &amp; vernon when the dj plays party rock anthem🤝🏼\n\n#CaratSelcaDay #CSD #VERNON #SEVENTEEN https://t.co/jwn8zgAcbS
## 8282                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8283                                 RT @dinwoogf: i love you, i love you and i love you.\n\n#CaratSelcaDay #CSD #DINO #디노 #SEVENTEEN  #세븐틴  @pledis_17 https://t.co/nn2eb0Ab8D
## 8284                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8285                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8286                                  RT @wonusuals: from "we're breathing the same polluted air" "team bahay" "team labas" to "team concert" "see you, seventeen" \n\nI CAN FINALL…
## 8287                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8288                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8289                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8290                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 8291                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8292                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8293                                RT @jhhjfiles: 181217 seventeen star road \n\nq. what do you do better than the person sitting next to you? \n\n😇: i think i'm better looking t…
## 8294                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8295                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8296                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 8297                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8298                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8299                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8300                                                         RT @dokyeomiesgf: we went on a date :)\n\n#CaratSelcaDay #CSD #DOKYEOM #도겸 #세븐틴 #SEVENTEEN https://t.co/zGBqsGPlwY
## 8301                                                  RT @svtcontents: 📰 SEVENTEEN's 'HOT' is one of the most streamed songs in Stationhead this 2022!! 🥳\n\nhttps://t.co/I3tTsn1sgK
## 8302                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8303                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8304                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8305                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8306                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 8307                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8308                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8309                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8310                               RT @kpopBg_ontop: Best-selling male groups in 2022\n\n01. #BTS - 5,704,526\n02. #StrayKids - 5,647,872\n03. #SEVENTEEN - 5,293,660\n04. #NCTDREA…
## 8311                                 RT @hobisglow_: [ #BeTheSuninBULACAN Quick Giveaway ☀️ ]\n\n• 1 UBC Premium\n• Can also give ₱200 for Transpo/LNPH’s shuttle fee\n• RT this twe…
## 8312                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8313                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8314                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8315                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 8316                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8317                                 RT @dinwoogf: i love you, i love you and i love you.\n\n#CaratSelcaDay #CSD #DINO #디노 #SEVENTEEN  #세븐틴  @pledis_17 https://t.co/nn2eb0Ab8D
## 8318                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8319                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8320                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8321                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8322                                    RT @ten_sye: @crbarnes001 Yes. When I died of asymptomatic long covid yesterday, a striking NHS nurse broke the picket line, jabbed me with…
## 8323                                                   RT @elyxeura: The art and the artist 🎨\n\n#CaratSelcaDay #SEVENTEEN\n#세븐틴 #THE8 #디에잇 @pledis_17 https://t.co/Kn13F3S7SP
## 8324                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8325                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8326                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8327                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8328                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8329                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8330                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8331                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8332                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8333                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8334                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8335                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8336                             RT @jww_enthusiast: Now that I know you exist, how do I not love you ~ ♡\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17…
## 8337                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8338                                   RT @sebongzi: Seventeen Be the Sun in Bulacan ☀️✨\n\nHello cuties! I'll be giving away this DK handbanner as a support for our sunshine this…
## 8339                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8340                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8341                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8342                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8343                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 8344                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8345                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8346                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8347                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8348                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8349                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8350                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8351                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8352                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8353                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8354                          RT @HorangiKrong: ☀️ Be The Sun Bulacan - FREEBIES ☀️\n\nDate: Dec. 17, 2022\nTime &amp; Location: TBA\nStrictly 1:1\n\n✅ RT + Like\n(show us the proo…
## 8355                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8356                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 8357                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 8358                            RT @gyeolchergae: ˗ˏˋ꒰ 🍒 ꒱\n\n『 #SEVENTEEN Fansupport by gyeolchergae 』\n\nHey, there Carats! I'll be giving away hand banners and unofficial p…
## 8359                          RT @CESdawna: 📢 (WTS/LFB) #BeTheSuninBULACAN \nLIGHTSTICK POUCH BATCH 2\n\nSelling it for 250PHP\n\nIncludes: \n✅keychain\n✅Pouch\n\n13 SLOTS LEFT!…
## 8360                                 RT @puppygyujeno: Hi CARATs, we will be giving away freebies for bets in bulacan💎\n\n✩ open to all carats \n✩ random design (1 banner + 1 keyc…
## 8361                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 8362                                                                         RT @j1gyus: your fave tigers🐯\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/4jlJJ1KvyG
## 8363                                  RT @406haul: 📸 SNAP SHOOT 📸\nseventeen fan support\n\n— hi! i will be giving away fanmade polaroid prints on d-day for be the sun in bulacan!…
## 8364                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8365                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 8366                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 8367                                      RT @BearJonginnie_: *still gonna used the same pict till I have new couple pict \n\n#CaratSelcaDay #CSD #SEVENTEEN https://t.co/IBT6V2i683
## 8368                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 8369                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8370                              RT @kkumashane: SEVENTEEN Be the Sun Bulacan\nFREEBIES GIVEAWAY \n\n‣ official trading/photo cards\n‣ candy canes\n\ni will post on d-day where y…
## 8371                                   RT @kyutie0613: HELLOOOOO CARATS! I’ll be giving FREE photocards + snacks tomorrow at PH ARENA ✨🤗 Hoping to meet you since first time ko ma…
## 8372                                RT @wenjaeeelhui: ♡ BeTS IN BULACAN FREEBIES ♡\n\nFan project to our CATBOY WEN JUNHUI 😺\n\nHi caratdeuls! We will be giving away this hand ban…
## 8373                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8374                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8375                              RT @haoluvxr: hi! i’ll be giving away some freebies on be the sun in bulacan d-day! 💚🧡\n\n- mbf, like &amp; rt this tweet (ෆ˙ᵕ˙ෆ)♡\n- will try to…
## 8376                                   RT @oshiwu: ☀️ ᣞ  ⊹  ݁  seventeen be the sun in bulacan freebie  ❕\n\ni'll be giving away limited caratbong / phone charm and beaded bracelet…
## 8377                           RT @hansollieee: 🧵 List of korean articles called seventeen with "Self-Producing Idol (자체제작 아이돌)" since 2015 ; a thread :)\n\n@pledis_17 #SEV…
## 8378                                 RT @hobisglow_: [ #BeTheSuninBULACAN Quick Giveaway ☀️ ]\n\n• 1 UBC Premium\n• Can also give ₱200 for Transpo/LNPH’s shuttle fee\n• RT this twe…
## 8379                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 8380                                  RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 8381                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8382                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 8383                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 8384                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8385                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 8386                            RT @_popavenue: #BETSinBulacan\n ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for BeTS in Bulacan! \n\n✨r…
## 8387                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8388                             RT @saturnalyia: Faking It\n\n🖤 seventeen - gyuhan\n🖤 ~60k words - T rating\n🖤 canonverse, jeonghan pov\n🖤 fake dating / pr relationship\n\n🔗 link…
## 8389                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 8390                       RT @seokhooncart: 「 #seokhoonsells: wts • lfb  」\n\ndokyeom dk photocards\n\n— 13,500php AS SET\n— onhand\n— https://t.co/AXCaI5XJLu for t&amp;cs\n— c…
## 8391                              RT @elluminous_: SEVENTEEN BE THE SUN IN BULACAN FREEBIES💙💖\n\nWe'll be giving away freebies December 17! 🫶🏼\n\n🌟 limited quantity only! \n\nTime…
## 8392                                          RT @americaprince__: 𝘗𝘏𝘖𝘛𝘖𝘉𝘖𝘛𝘏 𝘞𝘐𝘛𝘏 𝘏𝘐𝘔 📸\n\n#CSD #CaratSelcaDay #JOSHUA #조슈아 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/k1F4VBvIhp
## 8393                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8394                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8395                             RT @SVT_stagram: [#DK 📸 Instagram]\n221216 dk_is_dokyeom \n\n➸ A pile of white snow🤍\n\n#도겸 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wMhfMHV6yL
## 8396                                 RT @shuareads: Hello to my fellow joshushushu &amp; couprang! i will be giving away limited cheolshua/cheolsoo freebies on d-day! 🍒🦌 will also…
## 8397                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 8398                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 8399                                  RT @610cIub: hold on let me put my glasses on to get a better view of my world \n\n#CSD #cartaselcaday #SEVENTEEN #JUN #JUNHUI https://t.co/h…
## 8400                    RT @KByexxArbi: 💎SEVENTEEN Be The Sun in Bulacan💎\n 》FREEBIES《\n\nWHEN &amp; WHERE: TBA\n\n✨ Limited freebies only\n✨ like and retweet to spread\n✨ ta…
## 8401                                RT @eysvtcarat: ✨ BeTS in Bulacan SEVENTEEN Fan Support ✨\n\nHi, I will be giving away paper goods, printed salonpas patches, snacks, and off…
## 8402                                                                    RT @koreansales_twt: &lt;Face the Sun&gt; by #SEVENTEEN has surpassed 3 million copies sold on Circle Chart.
## 8403                              RT @sarahoshuji: ✨#Seventeen Be The Sun in Bulacan Fan Support/Freebies✨\n\nHello Caratdeuls! \n\n@nilaj_tee, @aidan_andrea, and I are giving a…
## 8404                                RT @shuasophy: seventeen be the sun bulacan\n\n🚨 i will be giving away Minwon and Seoksoo  and SVT grad pic freebies for #BeTSinBULACAN \n\n🐶 r…
## 8405                                    RT @BrittanyAlkonis: @SenMikeLee was “callously informed” of @SecDef’s decision on our family’s pay and benefits 17 days ago. For SEVENTEEN…
## 8406                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8407                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 8408                             RT @lvediaries: 🫧 be the sun in bulacan freebies ✰。゚・\nfan support by @lvediaries 🏄🏻‍♀️🍥\n\n⟡ mbf, like &amp; rt \n⟡ time/loc: TBA \n⟡ limited quant…
## 8409                               RT @tokkibami: #BETSinBulacan #Tokkibami_GA\n ꒰ be the sun in bulacan freebies ꒱\n\ncarats! I will be giving away freebies for BeTS in Bulacan…
## 8410                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8411                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 8412                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8413                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8414                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8415                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 8416                               RT @Calli_x06: 💎SEVENTEEN BE THE SUN BULACAN FREEBIES💎\n\nHi carats, I will be giving these on December 17 \n\n- Open for all Carats\n- PLACE AN…
## 8417                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 8418                          RT @ofcynotlemon: [HELP RT]\n\n✨ be the sun in bulacan freebies ✨\n\n— 1 hitori janai art print\n— 2x2 stickers\n— candies\n\nlimited quantity only…
## 8419                                   RT @oshiwu: ☀️ ᣞ  ⊹  ݁  seventeen be the sun in bulacan freebie  ❕\n\ni'll be giving away limited caratbong / phone charm and beaded bracelet…
## 8420                                 RT @shuareads: Hello to my fellow joshushushu &amp; couprang! i will be giving away limited cheolshua/cheolsoo freebies on d-day! 🍒🦌 will also…
## 8421                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8422                               RT @tiltonclawson: WTS SEVENTEEN BE THE SUN JKT \nPINK A (1 tix)\nPINK B (2 tix) BOOKED!\nYELLOW B (1 tix)\n\nDi urus sampe fisik, COD venue\nDm…
## 8423                                        RT @deariekyu: come, come into my world 🍓!!!\n\n#CaratSelcaDay #CARAT #csd #SEVENTEEN #JOSHUA #조슈아 @pledis_17 https://t.co/2wfPrMFdiJ
## 8424                             RT @bbkpopstan: ✨Be The Sun Concert Freebies✨\n\n💎 December 17, 2022\n💎 time and location tba!\n\nI'll be giving away wristbands, fans, keychain…
## 8425                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 8426                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 8427                            RT @thebeauthreads: wts lfb ph help rt \n\n꒰ BATCH 2 SEVENTEEN CARAT BONG POUCH/BAG ꒱\n \n— ₱295 each\n— LIMITED 200 SLOTS ONLY\n— more details o…
## 8428                                   RT @kyoongified: ✦₊˚ SEVENTEEN BE THE SUN in Bulacan\n\nhi hello! @chocohwabs, @8youngkart and i will be giving away some freebies on d-day:…
## 8429                           RT @svtenhypennn: ♥ Be the Sun in Bulacan Freebies ♥\n\nInclu:\n♥ Jun / Svt - Carat Hand banner \n♥ Seventeen Bracelet\n♥ Official &amp; Unoff. PC's…
## 8430                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Singles” nominees\n\n• TXT\n• SEVENTEEN\n• MAMAMOO\n• RADWIMPS\n• BLACKPINK\n• BIGBANG\n• SUPER JUNIOR…
## 8431                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 8432                                                                   RT @shuarandom: fairy joshua and his 4 little doves\n\n#JOSHUA #조슈아 #SEVENTEEN\n\n https://t.co/UhfyawieXf
## 8433                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8434                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8435                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8436                            RT @mownchild: —An art gallery could never be as unique as you.\n\n#CSD #CaratSelcaDay #MINGYU #김민규 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/M…
## 8437                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8438                                  RT @starrijaemoon: BETS IN BULACAN CONCERT FREEBIES ! 💎\nby starrijaemoon\n\nHi Filo CARATs! I will be giving away random #SEVENTEEN handmade…
## 8439                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 8440                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8441                                     RT @junhuiprotector: Have this actor junhui while we wait for exclusive fairytale \n#준 #JUN @pledis_17 #SEVENTEEN\nhttps://t.co/gPFnhUFU29
## 8442                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8443                                    RT @breakerenids: ⋆。˚ ❀ begging for you to take my hand wreck my plans, that's my man ˚ ༘♡ ⋆。˚ ꕥ \n#CSD #CARAT_SELCA_DAY #SEVENTEEN #JEONGHA…
## 8444                                RT @kwonushii: ✨BETS IN BULACAN FREEBIES✨\n\nHello, Carats! This is my first time seeing Seventeen, and to celebrate I'm also giving freebies…
## 8445                                  RT @DougJBalloon: So Long, Farewell\n\nElon Musk is the hottest Nazi since Rolf, and he's sent his critics clambering up the Alps to Post and…
## 8446                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8447                                           RT @wenjunhi124: Jun and The 8 Vivi magazine #SEVENTEEN  #Jun #Carat #Junhui #The8 #Minghao #Moon_Jun #JUNHAO https://t.co/k6XM3lcryH
## 8448                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8449                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8450                                RT @tzcarat: I'm praying seventeen's next cb pulls l&amp;r on kcharts, hot on ytb, darling on spotify and face the sun gaon sales 😭 even more w…
## 8451                                RT @changberrie: SEVENTEEN BE THE SUN in BULACAN merchandise + concert freebie by @changberrie \n\n➭ ︎rt to spread\n➭ dec 17\n➭ time/loc: TBA\n➭…
## 8452                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8453                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 8454                                 RT @shuareads: Hello to my fellow joshushushu &amp; couprang! i will be giving away limited cheolshua/cheolsoo freebies on d-day! 🍒🦌 will also…
## 8455                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8456                                RT @soobdragonhoe: No matter what happens \nWe’ll be together\nJust like always🌷\n\n#csd #seventeen #minghao #the8 #CaratSelcaDay @pledis_17 ht…
## 8457                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8458                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 8459                                 RT @boosoonhoon: -ˏˋ SEVENTEEN BE THE SUN IN BULACAN ☀️ ˊˎ-\n— GIVEAWAY 🧡🔥\n\n🗓 exact time and location tba\n🌻 65 sets of hoshi, woozi, and soo…
## 8460                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8461                              RT @yupsheskitten: ✨️GIVEAWAY✨️\n\n UBC PREM TICKET GA\n\n🧡 like and rt \n🧡 drop streaming proof of hot \n🧡 reply: why do you deserve to see #SEV…
## 8462                                   RT @fae_______: In answering a question to fans, Hoshi of Seventeen said that GDRAGON is an artist he likes!❤️ cr. @/hoshzone \n\n#GDRAGON @I…
## 8463                                    RT @CaratLandPH: We have received reports of people sharing videos of SEVENTEEN recorded in places where they shouldn't be disturbed in the…
## 8464                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8465                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 8466                                                                                     RT @luvrshuas: can i get to the yams #CSD #CaratSelcaDay #SEVENTEEN https://t.co/BPyGN1tsLW
## 8467                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8468                       RT @treasure_cart: a little giveaway for #BeTheSunBulacan \n\nFOLLOW us &amp; @teumecarat1213\nRT &amp; LIKE this post..\n\nkamsahamnida...\nSEE YOU ALL…
## 8469                                   RT @bonbonppan: “my heart moves towards you even amidst a whirlwind, and I will reach out to you”\n#CaratSelcaDay #CSD #CARAT_SELCA_DAY #CAR…
## 8470                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8471                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 8472                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8473                       RT @yoonminhoes: ଘ(੭*ˊᵕˋ)੭* Caratdeul!! \nReady na ang candy bar ni seungcheol 🤟🤩\n\n신기방기 뿡뿡방기 lootbags are packed as well! See you there! \n\n*…
## 8474                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 8475                                    RT @RodneyEllis: Olivia Julianna is a force of nature. I’m so proud of her and was honored to present her with a resolution at Commissioner…
## 8476                             RT @jww_enthusiast: Now that I know you exist, how do I not love you ~ ♡\n\n#CaratSelcaDay #CSD #CARAT #SEVENTEEN #세븐틴 #WONWOO #원우 @pledis_17…
## 8477                                RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. which is your favorite seventeen's song?\n\n🦌: for me, it's falling for you because i mad…
## 8478                                   RT @CoupsOfMinWon: ☀️ Be The Sun in Bulacan ☀️\n                                  Freebies\n\nCarats!! We will be giving away freebies on d-da…
## 8479                                  RT @rapplerdotcom: AJU NICE! 💎\n\nJust two months after their sold out two-nights show last October, K-pop powerhouse SEVENTEEN is set to per…
## 8480                              RT @sarahoshuji: ✨#Seventeen Be The Sun in Bulacan Fan Support/Freebies✨\n\nHello Caratdeuls! \n\n@nilaj_tee, @aidan_andrea, and I are giving a…
## 8481                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 8482                       RT @treasure_cart: a little giveaway for #BeTheSunBulacan \n\nFOLLOW us &amp; @teumecarat1213\nRT &amp; LIKE this post..\n\nkamsahamnida...\nSEE YOU ALL…
## 8483                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 8484                         RT @choochu07: 🐯Seventeen as Thomasian Graduates PC🐯\n✨Be The Sun in Bulacan Giveaway✨\n\n💗Like &amp; RT to spread\n💙1:1\n💗First few people to appro…
## 8485                              RT @coupseuyah: SEVENTEEN BE THE SUN IN BULACAN GIVEAWAY CLAIMING TWEET \n\n(1) LBA Regular ticket \n\nTweet under this with "mine + bias" \n\nGo…
## 8486                               RT @jhhjfiles: 181217 seventeen star road ep.14\n\nq. how would you describe yourself in 5 words. \n\n🦌: really kind.\n😇: better than shua. http…
## 8487                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 8488                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8489                                       RT @the2the8: significant other reveal!! &lt;3\n\n#CaratSelcaDay #CSD #THE8 #디에잇 #SEVENTEEN #세븐틴 @pledis_17 https://t.co/wgaLeJ1oZw
## 8490                         RT @lowkeyLoeyKai: Something simple for\nSEVENTEEN Be The Sun Additional Show in Jakarta Freebies!\n\n✨GYUCAM: Hand Mirror &amp; Inspired PC✨\n\nSay…
## 8491                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8492                                     RT @STATIONHEAD: Fans from all over the world came together to stream their favorites this year. Here are the top 10 most streamed artists…
## 8493                                                                                                       RT @cscthnkr: #scoups : that 😗 guy from seventeen https://t.co/TuFP5JhAHA
## 8494                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 8495                                 RT @livenationph: Here are the filters you can use at SEVENTEEN WORLD TOUR [BE THE SUN] - BULACAN 🧡\n\nIG: https://t.co/1sgCk3Z94j\nFB: https:…
## 8496                               RT @kpopBg_ontop: Best-selling male groups in 2022\n\n01. #BTS - 5,704,526\n02. #StrayKids - 5,647,872\n03. #SEVENTEEN - 5,293,660\n04. #NCTDREA…
## 8497                                                 RT @mingyuscIoud: car rides with the boyfriend \n\n#csd #CaratSelcaDay #mingyu #seventeen #민규 #세븐틴 https://t.co/tyNqrrnxVC
## 8498                              RT @jhhjfiles: 181217 seventeen star road ep.14 \n\nq. what's your favorite nickname?\n\n😇: oh ~ shua's nickname \n🦌: shua is my nickname\n😇: why…
## 8499                                                         RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/DUtf3tN0gE https://t.co/VF6s8nPAB0
## 8500                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 8501                                   RT @cloudscart: #BETSinBulacan\n ☁️ Be the Sun in Bulacan ADDITIONAL freebies! ☁️\n\nCarats! We will be giving away additional freebies for Be…
## 8502                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 8503                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8504                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8505                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 8506                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 8507                      RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 8508                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8509                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8510                                                                 RT @Blossomseason_: 221213 #버논 #세븐틴 #vernon #seventeen\nMy black cat is rockstar.. https://t.co/9evJZZlapu
## 8511                                             RT @dksunshines: saaaturday lunch☁️💛\n\n#DOKYEOM #DK #도겸 #CaratSelcaDay #CSD #SEVENTEEN #세븐틴 @pledis_17 https://t.co/ahL28wywtR
## 8512                                          RT @svt_verse: [#정한’s reply 🌟 221217] 12:10 AM KST\n\n#JEONGHAN: That’s sad\n\n@pledis_17 #SEVENTEEN #세븐틴 https://t.co/EOqIsYtYs5
## 8513                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 8514                                                                      RT @_bubblethe8: D-DAY TO BE THE SUN IN BULACAN ☀️\n\n#SEVENTEEN #세븐틴 @pledis_17 https://t.co/NQ82krJevN
## 8515                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 8516                            RT @fofoth: wts aab seventeen, mostly minghao \ntake all only, boleh sharing.\n\n✅ save packing\n✅ co via oren + gratong dari oren\n✅ nego allow…
## 8517                               RT @cheonsapower: Loeee PH carats! ⭐️ These Seventeen DIY beads will be for ✨giveaway✨on December 17!\n\n- just kindly help like and rt\n- wil…
## 8518                         RT @lowkeyLoeyKai: Something simple for\nSEVENTEEN Be The Sun Additional Show in Jakarta Freebies!\n\n✨GYUCAM: Hand Mirror &amp; Inspired PC✨\n\nSay…
## 8519                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8520                               RT @wonuniii: 🎀~♡Be the Sun in Bulacan Freebie♡~🎀\n\nCarats, I'll be giving away some caratbong ribbon on D-day!!\n\n♡ like and rt this twt\n♡ m…
## 8521                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 8522                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8523                                                   RT @elyxeura: The art and the artist 🎨\n\n#CaratSelcaDay #SEVENTEEN\n#세븐틴 #THE8 #디에잇 @pledis_17 https://t.co/Kn13F3S7SP
## 8524                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8525                                                      RT @billboard: Here's when #SEVENTEEN’s Vernon is dropping his debut solo mixtape, 'Black Eye!' 👏  https://t.co/rAAL94EhlG
## 8526                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8527                                                  RT @SvtMembership: [H.B.D] MESSAGE FOR JANUARY CARAT 💎\n\n#MINGYU #민규 #DINO #디노 #SEVENTEEN #세븐틴 https://t.co/RLrI7UijOT
## 8528                        RT @selle_024: ✨ Be the Sun in Bulacan freebies! ✨\n\nCarats! We will be giving away some freebies for \nBeTS in Bulacan! \n\n✨rt &amp; like this tw…
## 8529                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8530                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 8531                               RT @lmkonlyfans: ✵ seventeen be the sun in bulacan freebies ✵\n\n𓄳 RT and LIKE this tweet\n𓄳 time and loc: tba\n𓄳 follow me for more updates!\n𓄳…
## 8532                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 8533                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 8534                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8535                                  RT @seventeenphil: SEVENTEEN WORLD TOUR 'BE THE SUN IN BULACAN' – Official Fan Projects\n\n ※ These fan projects are approved by the Artist's…
## 8536                                 RT @suphoshi: A little over dressed, but that’s okay - Hoshi thought I was so cute 💞\n\n#CSD #CaratSelcaDay #SEVENTEEN\n#HOSHI https://t.co/Zh…
## 8537                              RT @dokyeomfiles: Okay, how to react in this kind of virtual attack from DK?? 🙈\n\n#SEVENTEEN #세븐틴 \n#도겸 #DOKYEOM #DK https://t.co/1xkkyu5Z5w
## 8538                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 8539                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8540                                  RT @kwonyien: pasok mga suki eme here's a seventeen art inspired by ph's sari-sari store! ( see thread ) #seventeenfanart \n\ni might give aw…
## 8541                      RT @6bpzz: THE 32ND SEOUL MUSIC AWARDS GIVEAWAY 🗳\n500 HEARTS💛\nRULES 🗳\nLIKE&amp;RT&amp;SHARE (1K LIKES)🗣\nFOLLOW @6bpzz \nPROOF 👇\n#JIN #ATEEZ #blackpi…
## 8542                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 8543                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8544                                  RT @iiamjanne: ✧ SEVENTEEN BE THE SUN IN MANILA FREEBIES ✧\n\n— We will be giving away 100 sets of MINWON, SEOKSOO, AND JEONGCHEOL hand banne…
## 8545                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8546                                                           RT @Tan_ge_Rine: 221210 LA3C HQ\n\n🪐\n\n#세븐틴 #SEVENTEEN         \n#승관 #SEUNGKWAN #부승관 https://t.co/9Bc8m5bd2c
## 8547                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8548                                                 RT @minghaolicious: me &amp; my lovely boo ✨🧡\n\n#CaratSelcaDay #CSD #SEUNGKWAN #SEVENTEEN  @pledis_17 https://t.co/FejOPXfpLp
## 8549                                RT @jhhjfiles: 181217 seventeen star road \n\nq. what do you do better than the person sitting next to you? \n\n😇: i think i'm better looking t…
## 8550                                           RT @Koreaboo: Producer BUMZU Locked Himself In A Room For 2 Days To Create One Of SEVENTEEN’s Biggest Hits\n\nhttps://t.co/g9pe5J7yOB
## 8551                                    RT @soonhanz: isn't cute how carats are going to watch seventeen on the seventeenth day of december 🥹🫶🏼 we're spending a day with seventeen…
## 8552                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8553                                RT @CaratLandPH: SEVENTEEN 'Be the Sun' in Bulacan\n🔶 UPDATED FAN PROJECTS 🔶\n(Please RETWEET)\n\nNew Timing of the Fan Projects: Attendees nee…
## 8554                                                             RT @_haofolder_: This going seventeen ep where Minghao literally traveled through the air🙃\nhttps://t.co/992kFbMlMV
## 8555                                   RT @jeongshuah: jeonghan and joshua have always been a stunning duo in seventeen magazine photoshoots ! #조슈아 #정한 https://t.co/1pO5sXrwxR
## 8556                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8557                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8558                      RT @moonjun_0906: The video of Junhui Airport that must be watched today, he is so handsome🥵🥵🥵\n#SEVENTEEN #세븐틴 #JUN #文俊辉 #준 #문준휘  #ジュン http…
## 8559                                 RT @hobisglow_: [ #BeTheSuninBULACAN Quick Giveaway ☀️ ]\n\n• 1 UBC Premium\n• Can also give ₱200 for Transpo/LNPH’s shuttle fee\n• RT this twe…
## 8560                                    RT @kpophappenings_: when that kpop girl was a fan of seventeen and even attended seventeen’s concert in 2017 as a fan and now she gave the…
## 8561                                    RT @bewildered_inks: Hi, Carats! We will be giving away banners, sticker packs and unofficial pilot ids of SVT as freebies on BeTS in Bulac…
## 8562                                  RT @schoi_scoups: SEVENTEEN Be The Sun Bulacan giveaway!! #BeTheSuninBULACAN #BeTSinBULACAN\n\n- sector 17 sealed albums\n- Dream cd unsealed…
## 8563                                                                         RT @j1gyus: your fave tigers🐯\n#CaratSelcaDay #CSD #HOSHI #SEVENTEEN @pledis_17 https://t.co/4jlJJ1KvyG
## 8564                               RT @kkoccherry: ✧*。SEVENTEEN BE THE SUN IN BULACAN\n\n˙❥˙๑ HAND BANNERS FREEBIES FOR SEVENTEEN AND HOSHI ๑˙❥˙\n\nHiii! I'll be giving away free…
## 8565                                           RT @MinnieS1713: [SCAN] Seventeen 2020 Dome Tour trading card\n#SEVENTEEN #세븐틴 #Joshua #조슈아 #ジョシュア https://t.co/YHQy5TSyD2
## 8566                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8567                                 RT @comebackkidph: seventeen keychains FREEBIES for tomorrow — BOYFRIEND AND BABY PICTURES 🤍🥰\n\n💎 Just RT this tweet and say hi when\nyou see…
## 8568                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8569                                                                               RT @sincerity_dino: 221213 AAA\n❤️‍🔥HOT❤️‍🔥\n#세븐틴 #SEVENTEEN \n#디노 #DINO https://t.co/VaIn7doKGM
## 8570                                           RT @Koreaboo: Producer BUMZU Locked Himself In A Room For 2 Days To Create One Of SEVENTEEN’s Biggest Hits\n\nhttps://t.co/g9pe5J7yOB
## 8571                                                                                 RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/VF6s8nPAB0
## 8572                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8573                              RT @ararunamakie: ‼️ SEOUL MUSIC AWARDS ‼️\nMAIN CATEGORY\n\n🏆500💛/5 VOTES\n✅LIKE AND RETWEET\n✅ FOLLOW @ararunamakie \n#JIN #JHOPE #TREASURE #SE…
## 8574                      RT @loreyneleeey: ✨BE THE SUN IN BULACAN FREEBIES✨\n\n•Magnetic Bookmark•\n•Seokhao Handbanner•\n\n-Like &amp; Rt this tweet\n-Strictly 1:1\n\nReady na…
## 8575                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8576                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 8577                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8578                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8579                          RT @hae_tiger15: (っ◔◡◔)っ ♥ Rage BeTS Bulacan Freebies♥\n\n- like and rwt \n- strictly 1:1\n- open for trades just dm me &lt;333 \n- limited lang hu…
## 8580                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8581                                                         RT @tinkswonu: wonwoo &amp; mingyu for seventeen vivi magazine preview! https://t.co/DUtf3tN0gE https://t.co/VF6s8nPAB0
## 8582                              RT @jeonghanniieee: ✨ SEVENTEEN BE THE SUN BULACAN FREEBIES ✨\n\nHello I will be giving away some freebies tomorrow!! 🫶🏻\n\n+Location and Time:…
## 8583                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8584                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 8585                                                                       RT @Bitteriejeon: 👍✌️couple..\n\n#CaratSelcaDay #CSD #SEVENTEEN #WONWOO @pledis_17 https://t.co/TTxrwVW3ah
## 8586                                  RT @mindset_dive: It’s finally here - JOSHUA’s 12-part Mindset Collection is out NOW! Start listening on the Mindset app today! \n\nhttps://t…
## 8587                                             RT @cherishthe17: Seventeen is now the #5 most followed singer on Mel🍈n  🎉\n\n@Pledis_17 #세븐틴 #SEVENTEEN https://t.co/wrZAn8d1fg
## 8588                                    RT @svtcharts: Congratulations to the K-Pop Performance Powerhouse #SEVENTEEN for winning Artist of the Year (Daesang) on AAA for 2 years i…
## 8589                                RT @kalatcarat: help rt \n🎀 seventeen bets bulacan freebies! \nwe’ll be giving away alcohol for your sanitizing needs! 🫧 \n\nsee photos for mor…
## 8590                                    RT @SeokgyuSunki_11: I won't be posting any mechanics, just say hi and will give you freebies na! I will be giving away Hand Banners, Lenti…
## 8591                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 8592                                              RT @jja_shua: late nights, blurry lights, deep mind.\n\n[ #CaratSelcaDay #CSD #JOSHUA #조슈아 #SEVENTEEN ] https://t.co/SiieRAO5hQ
## 8593                                               RT @soompi: #SEVENTEEN's #Vernon Announces Solo Debut Mixtape + Drops 1st Teaser\nhttps://t.co/PM6Y0AKMMe https://t.co/oIoC7poWIM
## 8594                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8595                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8596                            RT @ChinaMusicData: 🇨🇳 “Best Selling Group — Albums” nominees\n\n• Red Velvet\n• GIDLE\n• BLACKPINK\n• NCT DREAM\n• SEVENTEEN\n• BTS\n• Girls’ Gene…
## 8597                              RT @miss_svtmafia: ✨ BE THE SUN IN BULACAN FREEBIES ✨\n\nI'll be giving out banners and ribbon bracelets tomorrow! :)\nTime: Morning\nLocation:…
## 8598                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8599                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8600                                 RT @PROWDINO: SEVENTEEN BE THE SUN IN BULACAN\n✧*。jeonghan and dino hand banner giveaway\n\nwill giveaway hand banners on d-day, open gif for…
## 8601                                    RT @svtcontents: @pledis_17 And here they are.. SEVENTEEN is now back in the Philippines as 2022 SEVENTEEN WORLD TOUR [BE THE SUN] in BULAC…
## 8602                                                                                          RT @miwon17_: Seventeen pairs for ViVi magazine.\n🫂 cutest✨💖💙 https://t.co/GoahjFZX4e
## 8603                                  RT @dailygyushua: [daily dose of #GYUSHUA]\n\ngyu have the need to walks the distance toward his beloved hyung to hug him when he did somethi…
## 8604                                     RT @17dayph: SEVENTEEN\n7th Anniversary Cafe Open.\n\n📍WouldULike EWM\n\n#YourHappySmileIsMyDay\n#HappySEVENTEENDay https://t.co/fBfPWoqt8L
## 8605                                                                                                   RT @wonubliss: seventeen's quarantine life @pledis_17 https://t.co/T5X3OeB9vj
## 8606                                                         RT @caramelchiiato: sunset state of mind \n\n#CSD #CaratSelcaDay #WONWOO\n#SEVENTEEN @pledis_17 https://t.co/Au3nsVI2md
## 8607                              RT @miwon17_: Q. how does cheol save members name/contacts in phone\n😇SVT__, seventeen__\n🐶my dongsaeng\n🐱dongsaeng\n🐶17\n😇member dongsaeng\n🍒its…
## 8608                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8609                               RT @miss_svtmafia: #BeTSinBULACAN #BeTheSuninBULACAN @pledis_17 \n\n(2) UBC Regular Ticket Giveaway\n\n1. Must be following me\n2. RT and LIKE t…
## 8610                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8611                             RT @jenocivic: 💫 GIVEAWAY KPOP ALBUM SEVENTEEN NCT ENHYPEN NMIXX SUPERM WAYV 💫\n\nRULES ; RT tweet ini &amp; tweet dibawah, follow juga yaa \n🐣 en…
## 8612                                          RT @1nlovewtae: When I'm with you there is no one else ! \n\n#CaratSelcaDay #CSD #JOSHUA #SEVENTEEN @pledis_17 https://t.co/C0slY1jhzC
## 8613                                                                                                           RT @mindset_dive: Check out JOSHUA's MINDSET! https://t.co/QLfRg5qq70
## 8614                                                     RT @svtcontents: @pledis_17 🖼️ 221213 SEVENTEEN at 2022 Asia Artist Awards Red Carpet Special Photos https://t.co/pfsetiXRRg
## 8615                              RT @ahlovecheolie: wts lfb be the sun bulacan\n\nLBB REG 219 row 41 seat 413\n💸 8,000 negotiable\n\n💳 payment thru gcash/bpi \n📍delivery via angk…
## 8616                          RT @pledis_17: SEVENTEEN 2023 SEASON'S GREETINGS PREVIEW Cuts #2\n\n*Release\n[GL] 2022.12.15 (THU)\n[JP] 2022.12.26 (MON)\n\n#SEVENTEEN #세븐틴\n#SV…
## 8617                             RT @yslshua: a useful updated guide to getting to know seventeen  — an informative thread ♡\n\n#SEVENTEEN #세븐틴@pledis_17\n\n https://t.co/GQGGE…
## 8618                                RT @tigersprong_: HS: The closer we get, the more alike we are\nMe: Halu lu\nAlso me: 🫰🏻\n\n#CaratSelcaDay #CSD #SEVENTEEN #HOSHI @pledis_17 ht…
## 8619                                   RT @kyoongified: ✦₊˚ SEVENTEEN BE THE SUN in Bulacan\n\nhi hello! @chocohwabs, @8youngkart and i will be giving away some freebies on d-day:…
## 8620                                RT @byuumie: nlex &amp; sctex traffic advisory ! high volume of traffic is expected in the area. ph is seventeen ready ! 🫶🏻 https://t.co/P8kaah…
## 8621                                                                                      RT @wonhuiful: jun and minghao in seventeen vivi magazine preview! https://t.co/rR1Hkq1Xyk
## 8622                             RT @brightestmo_on: Last night was fun. Thanks, Mingyu ^__^\n\n#CSD #CaratSelcaDay #SEVENTEEN #CARAT #MINGYU #민규 #세븐틴 #SECTOR17 #_WORLD @pled…
## 8623                            RT @SvtShazam: SHAZAM CHART (2022.12.16)\n\n🇯🇵 Japan\n#130 - Very Nice\n\n🇰🇷 South Korea\n#195 - Smile Flower\n\n🌎 Global K-Pop Shazam Chart\n#43 -…
##                  created isRetweet    Created_At_Round
## 1    2022-12-16 23:59:59      TRUE 2022-12-17 00:00:00
## 2    2022-12-16 23:59:55      TRUE 2022-12-17 00:00:00
## 3    2022-12-16 23:59:49      TRUE 2022-12-17 00:00:00
## 4    2022-12-16 23:59:48      TRUE 2022-12-17 00:00:00
## 5    2022-12-16 23:59:45      TRUE 2022-12-17 00:00:00
## 6    2022-12-16 23:59:45      TRUE 2022-12-17 00:00:00
## 7    2022-12-16 23:59:43      TRUE 2022-12-17 00:00:00
## 8    2022-12-16 23:59:43      TRUE 2022-12-17 00:00:00
## 9    2022-12-16 23:59:42      TRUE 2022-12-17 00:00:00
## 10   2022-12-16 23:59:42      TRUE 2022-12-17 00:00:00
## 11   2022-12-16 23:59:38      TRUE 2022-12-17 00:00:00
## 12   2022-12-16 23:59:37      TRUE 2022-12-17 00:00:00
## 13   2022-12-16 23:59:35      TRUE 2022-12-17 00:00:00
## 14   2022-12-16 23:59:33      TRUE 2022-12-17 00:00:00
## 15   2022-12-16 23:59:33      TRUE 2022-12-17 00:00:00
## 16   2022-12-16 23:59:31      TRUE 2022-12-17 00:00:00
## 17   2022-12-16 23:59:30      TRUE 2022-12-17 00:00:00
## 18   2022-12-16 23:59:27      TRUE 2022-12-17 00:00:00
## 19   2022-12-16 23:59:25      TRUE 2022-12-17 00:00:00
## 20   2022-12-16 23:59:23      TRUE 2022-12-17 00:00:00
## 21   2022-12-16 23:59:21      TRUE 2022-12-17 00:00:00
## 22   2022-12-16 23:59:20      TRUE 2022-12-17 00:00:00
## 23   2022-12-16 23:59:15      TRUE 2022-12-17 00:00:00
## 24   2022-12-16 23:59:13      TRUE 2022-12-17 00:00:00
## 25   2022-12-16 23:59:12      TRUE 2022-12-17 00:00:00
## 26   2022-12-16 23:59:11      TRUE 2022-12-17 00:00:00
## 27   2022-12-16 23:59:11      TRUE 2022-12-17 00:00:00
## 28   2022-12-16 23:59:07      TRUE 2022-12-17 00:00:00
## 29   2022-12-16 23:59:07      TRUE 2022-12-17 00:00:00
## 30   2022-12-16 23:59:06      TRUE 2022-12-17 00:00:00
## 31   2022-12-16 23:59:05      TRUE 2022-12-17 00:00:00
## 32   2022-12-16 23:59:04      TRUE 2022-12-17 00:00:00
## 33   2022-12-16 23:59:02      TRUE 2022-12-17 00:00:00
## 34   2022-12-16 23:59:02      TRUE 2022-12-17 00:00:00
## 35   2022-12-16 23:59:01      TRUE 2022-12-17 00:00:00
## 36   2022-12-16 23:58:57      TRUE 2022-12-17 00:00:00
## 37   2022-12-16 23:58:55      TRUE 2022-12-17 00:00:00
## 38   2022-12-16 23:58:55      TRUE 2022-12-17 00:00:00
## 39   2022-12-16 23:58:53      TRUE 2022-12-17 00:00:00
## 40   2022-12-16 23:58:52      TRUE 2022-12-17 00:00:00
## 41   2022-12-16 23:58:49      TRUE 2022-12-17 00:00:00
## 42   2022-12-16 23:58:48      TRUE 2022-12-17 00:00:00
## 43   2022-12-16 23:58:47      TRUE 2022-12-17 00:00:00
## 44   2022-12-16 23:58:46      TRUE 2022-12-17 00:00:00
## 45   2022-12-16 23:58:44      TRUE 2022-12-17 00:00:00
## 46   2022-12-16 23:58:39      TRUE 2022-12-17 00:00:00
## 47   2022-12-16 23:58:36      TRUE 2022-12-17 00:00:00
## 48   2022-12-16 23:58:34      TRUE 2022-12-17 00:00:00
## 49   2022-12-16 23:58:34      TRUE 2022-12-17 00:00:00
## 50   2022-12-16 23:58:34      TRUE 2022-12-17 00:00:00
## 51   2022-12-16 23:58:34      TRUE 2022-12-17 00:00:00
## 52   2022-12-16 23:58:33      TRUE 2022-12-17 00:00:00
## 53   2022-12-16 23:58:28      TRUE 2022-12-17 00:00:00
## 54   2022-12-16 23:58:23      TRUE 2022-12-17 00:00:00
## 55   2022-12-16 23:58:22      TRUE 2022-12-17 00:00:00
## 56   2022-12-16 23:58:21      TRUE 2022-12-17 00:00:00
## 57   2022-12-16 23:58:19      TRUE 2022-12-17 00:00:00
## 58   2022-12-16 23:58:18      TRUE 2022-12-17 00:00:00
## 59   2022-12-16 23:58:16      TRUE 2022-12-17 00:00:00
## 60   2022-12-16 23:58:16      TRUE 2022-12-17 00:00:00
## 61   2022-12-16 23:58:15      TRUE 2022-12-17 00:00:00
## 62   2022-12-16 23:58:10      TRUE 2022-12-17 00:00:00
## 63   2022-12-16 23:58:04      TRUE 2022-12-17 00:00:00
## 64   2022-12-16 23:58:03      TRUE 2022-12-17 00:00:00
## 65   2022-12-16 23:58:01      TRUE 2022-12-17 00:00:00
## 66   2022-12-16 23:57:59      TRUE 2022-12-17 00:00:00
## 67   2022-12-16 23:57:53      TRUE 2022-12-17 00:00:00
## 68   2022-12-16 23:57:52      TRUE 2022-12-17 00:00:00
## 69   2022-12-16 23:57:50      TRUE 2022-12-17 00:00:00
## 70   2022-12-16 23:57:50      TRUE 2022-12-17 00:00:00
## 71   2022-12-16 23:57:47      TRUE 2022-12-17 00:00:00
## 72   2022-12-16 23:57:46      TRUE 2022-12-17 00:00:00
## 73   2022-12-16 23:57:41      TRUE 2022-12-17 00:00:00
## 74   2022-12-16 23:57:41      TRUE 2022-12-17 00:00:00
## 75   2022-12-16 23:57:40      TRUE 2022-12-17 00:00:00
## 76   2022-12-16 23:57:39      TRUE 2022-12-17 00:00:00
## 77   2022-12-16 23:57:38      TRUE 2022-12-17 00:00:00
## 78   2022-12-16 23:57:38      TRUE 2022-12-17 00:00:00
## 79   2022-12-16 23:57:33      TRUE 2022-12-17 00:00:00
## 80   2022-12-16 23:57:30      TRUE 2022-12-17 00:00:00
## 81   2022-12-16 23:57:30      TRUE 2022-12-17 00:00:00
## 82   2022-12-16 23:57:26      TRUE 2022-12-17 00:00:00
## 83   2022-12-16 23:57:26      TRUE 2022-12-17 00:00:00
## 84   2022-12-16 23:57:25      TRUE 2022-12-17 00:00:00
## 85   2022-12-16 23:57:24      TRUE 2022-12-17 00:00:00
## 86   2022-12-16 23:57:18      TRUE 2022-12-17 00:00:00
## 87   2022-12-16 23:57:14      TRUE 2022-12-17 00:00:00
## 88   2022-12-16 23:57:13      TRUE 2022-12-17 00:00:00
## 89   2022-12-16 23:57:11      TRUE 2022-12-17 00:00:00
## 90   2022-12-16 23:57:11      TRUE 2022-12-17 00:00:00
## 91   2022-12-16 23:57:10      TRUE 2022-12-17 00:00:00
## 92   2022-12-16 23:57:10      TRUE 2022-12-17 00:00:00
## 93   2022-12-16 23:57:08      TRUE 2022-12-17 00:00:00
## 94   2022-12-16 23:57:03      TRUE 2022-12-17 00:00:00
## 95   2022-12-16 23:57:00      TRUE 2022-12-17 00:00:00
## 96   2022-12-16 23:56:58      TRUE 2022-12-17 00:00:00
## 97   2022-12-16 23:56:57      TRUE 2022-12-17 00:00:00
## 98   2022-12-16 23:56:57      TRUE 2022-12-17 00:00:00
## 99   2022-12-16 23:56:56      TRUE 2022-12-17 00:00:00
## 100  2022-12-16 23:56:55      TRUE 2022-12-17 00:00:00
## 101  2022-12-16 23:56:54      TRUE 2022-12-17 00:00:00
## 102  2022-12-16 23:56:53      TRUE 2022-12-17 00:00:00
## 103  2022-12-16 23:56:52      TRUE 2022-12-17 00:00:00
## 104  2022-12-16 23:56:52      TRUE 2022-12-17 00:00:00
## 105  2022-12-16 23:56:51      TRUE 2022-12-17 00:00:00
## 106  2022-12-16 23:56:51      TRUE 2022-12-17 00:00:00
## 107  2022-12-16 23:56:51      TRUE 2022-12-17 00:00:00
## 108  2022-12-16 23:56:50      TRUE 2022-12-17 00:00:00
## 109  2022-12-16 23:56:47      TRUE 2022-12-17 00:00:00
## 110  2022-12-16 23:56:47      TRUE 2022-12-17 00:00:00
## 111  2022-12-16 23:56:45      TRUE 2022-12-17 00:00:00
## 112  2022-12-16 23:56:43      TRUE 2022-12-17 00:00:00
## 113  2022-12-16 23:56:39      TRUE 2022-12-17 00:00:00
## 114  2022-12-16 23:56:38      TRUE 2022-12-17 00:00:00
## 115  2022-12-16 23:56:37      TRUE 2022-12-17 00:00:00
## 116  2022-12-16 23:56:34      TRUE 2022-12-17 00:00:00
## 117  2022-12-16 23:56:32      TRUE 2022-12-17 00:00:00
## 118  2022-12-16 23:56:26      TRUE 2022-12-17 00:00:00
## 119  2022-12-16 23:56:24      TRUE 2022-12-17 00:00:00
## 120  2022-12-16 23:56:24      TRUE 2022-12-17 00:00:00
## 121  2022-12-16 23:56:21      TRUE 2022-12-17 00:00:00
## 122  2022-12-16 23:56:21      TRUE 2022-12-17 00:00:00
## 123  2022-12-16 23:56:20      TRUE 2022-12-17 00:00:00
## 124  2022-12-16 23:56:19      TRUE 2022-12-17 00:00:00
## 125  2022-12-16 23:56:18      TRUE 2022-12-17 00:00:00
## 126  2022-12-16 23:56:14      TRUE 2022-12-17 00:00:00
## 127  2022-12-16 23:56:12      TRUE 2022-12-17 00:00:00
## 128  2022-12-16 23:56:11      TRUE 2022-12-17 00:00:00
## 129  2022-12-16 23:56:10      TRUE 2022-12-17 00:00:00
## 130  2022-12-16 23:56:10      TRUE 2022-12-17 00:00:00
## 131  2022-12-16 23:56:08      TRUE 2022-12-17 00:00:00
## 132  2022-12-16 23:56:06      TRUE 2022-12-17 00:00:00
## 133  2022-12-16 23:56:01      TRUE 2022-12-17 00:00:00
## 134  2022-12-16 23:56:00      TRUE 2022-12-17 00:00:00
## 135  2022-12-16 23:56:00      TRUE 2022-12-17 00:00:00
## 136  2022-12-16 23:55:56      TRUE 2022-12-17 00:00:00
## 137  2022-12-16 23:55:55      TRUE 2022-12-17 00:00:00
## 138  2022-12-16 23:55:54      TRUE 2022-12-17 00:00:00
## 139  2022-12-16 23:55:53      TRUE 2022-12-17 00:00:00
## 140  2022-12-16 23:55:48      TRUE 2022-12-17 00:00:00
## 141  2022-12-16 23:55:46      TRUE 2022-12-17 00:00:00
## 142  2022-12-16 23:55:42      TRUE 2022-12-17 00:00:00
## 143  2022-12-16 23:55:36      TRUE 2022-12-17 00:00:00
## 144  2022-12-16 23:55:32      TRUE 2022-12-17 00:00:00
## 145  2022-12-16 23:55:31      TRUE 2022-12-17 00:00:00
## 146  2022-12-16 23:55:29      TRUE 2022-12-17 00:00:00
## 147  2022-12-16 23:55:28      TRUE 2022-12-17 00:00:00
## 148  2022-12-16 23:55:27      TRUE 2022-12-17 00:00:00
## 149  2022-12-16 23:55:27      TRUE 2022-12-17 00:00:00
## 150  2022-12-16 23:55:21      TRUE 2022-12-17 00:00:00
## 151  2022-12-16 23:55:17      TRUE 2022-12-17 00:00:00
## 152  2022-12-16 23:55:16      TRUE 2022-12-17 00:00:00
## 153  2022-12-16 23:55:16      TRUE 2022-12-17 00:00:00
## 154  2022-12-16 23:55:13      TRUE 2022-12-17 00:00:00
## 155  2022-12-16 23:55:12      TRUE 2022-12-17 00:00:00
## 156  2022-12-16 23:55:11      TRUE 2022-12-17 00:00:00
## 157  2022-12-16 23:55:09      TRUE 2022-12-17 00:00:00
## 158  2022-12-16 23:55:05      TRUE 2022-12-17 00:00:00
## 159  2022-12-16 23:55:04      TRUE 2022-12-17 00:00:00
## 160  2022-12-16 23:55:03      TRUE 2022-12-17 00:00:00
## 161  2022-12-16 23:55:01      TRUE 2022-12-17 00:00:00
## 162  2022-12-16 23:55:00      TRUE 2022-12-17 00:00:00
## 163  2022-12-16 23:55:00      TRUE 2022-12-17 00:00:00
## 164  2022-12-16 23:54:59      TRUE 2022-12-17 00:00:00
## 165  2022-12-16 23:54:58      TRUE 2022-12-17 00:00:00
## 166  2022-12-16 23:54:57      TRUE 2022-12-17 00:00:00
## 167  2022-12-16 23:54:53      TRUE 2022-12-17 00:00:00
## 168  2022-12-16 23:54:50      TRUE 2022-12-17 00:00:00
## 169  2022-12-16 23:54:49      TRUE 2022-12-17 00:00:00
## 170  2022-12-16 23:54:46      TRUE 2022-12-17 00:00:00
## 171  2022-12-16 23:54:46      TRUE 2022-12-17 00:00:00
## 172  2022-12-16 23:54:43      TRUE 2022-12-17 00:00:00
## 173  2022-12-16 23:54:41      TRUE 2022-12-17 00:00:00
## 174  2022-12-16 23:54:41      TRUE 2022-12-17 00:00:00
## 175  2022-12-16 23:54:37      TRUE 2022-12-17 00:00:00
## 176  2022-12-16 23:54:37      TRUE 2022-12-17 00:00:00
## 177  2022-12-16 23:54:35      TRUE 2022-12-17 00:00:00
## 178  2022-12-16 23:54:31      TRUE 2022-12-17 00:00:00
## 179  2022-12-16 23:54:29      TRUE 2022-12-17 00:00:00
## 180  2022-12-16 23:54:28      TRUE 2022-12-17 00:00:00
## 181  2022-12-16 23:54:25      TRUE 2022-12-17 00:00:00
## 182  2022-12-16 23:54:23      TRUE 2022-12-17 00:00:00
## 183  2022-12-16 23:54:22      TRUE 2022-12-17 00:00:00
## 184  2022-12-16 23:54:20      TRUE 2022-12-17 00:00:00
## 185  2022-12-16 23:54:16      TRUE 2022-12-17 00:00:00
## 186  2022-12-16 23:54:14      TRUE 2022-12-17 00:00:00
## 187  2022-12-16 23:54:12      TRUE 2022-12-17 00:00:00
## 188  2022-12-16 23:54:09      TRUE 2022-12-17 00:00:00
## 189  2022-12-16 23:54:06      TRUE 2022-12-17 00:00:00
## 190  2022-12-16 23:54:04      TRUE 2022-12-17 00:00:00
## 191  2022-12-16 23:54:04      TRUE 2022-12-17 00:00:00
## 192  2022-12-16 23:54:02      TRUE 2022-12-17 00:00:00
## 193  2022-12-16 23:53:59      TRUE 2022-12-17 00:00:00
## 194  2022-12-16 23:53:59      TRUE 2022-12-17 00:00:00
## 195  2022-12-16 23:53:54      TRUE 2022-12-17 00:00:00
## 196  2022-12-16 23:53:54      TRUE 2022-12-17 00:00:00
## 197  2022-12-16 23:53:53      TRUE 2022-12-17 00:00:00
## 198  2022-12-16 23:53:50      TRUE 2022-12-17 00:00:00
## 199  2022-12-16 23:53:47      TRUE 2022-12-17 00:00:00
## 200  2022-12-16 23:53:46      TRUE 2022-12-17 00:00:00
## 201  2022-12-16 23:53:46      TRUE 2022-12-17 00:00:00
## 202  2022-12-16 23:53:45      TRUE 2022-12-17 00:00:00
## 203  2022-12-16 23:53:43      TRUE 2022-12-17 00:00:00
## 204  2022-12-16 23:53:42      TRUE 2022-12-17 00:00:00
## 205  2022-12-16 23:53:42      TRUE 2022-12-17 00:00:00
## 206  2022-12-16 23:53:35      TRUE 2022-12-17 00:00:00
## 207  2022-12-16 23:53:34      TRUE 2022-12-17 00:00:00
## 208  2022-12-16 23:53:31      TRUE 2022-12-17 00:00:00
## 209  2022-12-16 23:53:31      TRUE 2022-12-17 00:00:00
## 210  2022-12-16 23:53:29      TRUE 2022-12-17 00:00:00
## 211  2022-12-16 23:53:28      TRUE 2022-12-17 00:00:00
## 212  2022-12-16 23:53:27      TRUE 2022-12-17 00:00:00
## 213  2022-12-16 23:53:26      TRUE 2022-12-17 00:00:00
## 214  2022-12-16 23:53:23      TRUE 2022-12-17 00:00:00
## 215  2022-12-16 23:53:20      TRUE 2022-12-17 00:00:00
## 216  2022-12-16 23:53:16      TRUE 2022-12-17 00:00:00
## 217  2022-12-16 23:53:16      TRUE 2022-12-17 00:00:00
## 218  2022-12-16 23:53:13      TRUE 2022-12-17 00:00:00
## 219  2022-12-16 23:53:11      TRUE 2022-12-17 00:00:00
## 220  2022-12-16 23:53:10      TRUE 2022-12-17 00:00:00
## 221  2022-12-16 23:53:10      TRUE 2022-12-17 00:00:00
## 222  2022-12-16 23:53:08      TRUE 2022-12-17 00:00:00
## 223  2022-12-16 23:53:07      TRUE 2022-12-17 00:00:00
## 224  2022-12-16 23:53:07      TRUE 2022-12-17 00:00:00
## 225  2022-12-16 23:53:05      TRUE 2022-12-17 00:00:00
## 226  2022-12-16 23:53:05      TRUE 2022-12-17 00:00:00
## 227  2022-12-16 23:53:03      TRUE 2022-12-17 00:00:00
## 228  2022-12-16 23:53:03      TRUE 2022-12-17 00:00:00
## 229  2022-12-16 23:53:00      TRUE 2022-12-17 00:00:00
## 230  2022-12-16 23:52:59      TRUE 2022-12-17 00:00:00
## 231  2022-12-16 23:52:59      TRUE 2022-12-17 00:00:00
## 232  2022-12-16 23:52:59      TRUE 2022-12-17 00:00:00
## 233  2022-12-16 23:52:59      TRUE 2022-12-17 00:00:00
## 234  2022-12-16 23:52:56      TRUE 2022-12-17 00:00:00
## 235  2022-12-16 23:52:56      TRUE 2022-12-17 00:00:00
## 236  2022-12-16 23:52:55      TRUE 2022-12-17 00:00:00
## 237  2022-12-16 23:52:55      TRUE 2022-12-17 00:00:00
## 238  2022-12-16 23:52:54      TRUE 2022-12-17 00:00:00
## 239  2022-12-16 23:52:51      TRUE 2022-12-17 00:00:00
## 240  2022-12-16 23:52:48      TRUE 2022-12-17 00:00:00
## 241  2022-12-16 23:52:45      TRUE 2022-12-17 00:00:00
## 242  2022-12-16 23:52:45      TRUE 2022-12-17 00:00:00
## 243  2022-12-16 23:52:42      TRUE 2022-12-17 00:00:00
## 244  2022-12-16 23:52:42      TRUE 2022-12-17 00:00:00
## 245  2022-12-16 23:52:42      TRUE 2022-12-17 00:00:00
## 246  2022-12-16 23:52:41      TRUE 2022-12-17 00:00:00
## 247  2022-12-16 23:52:40      TRUE 2022-12-17 00:00:00
## 248  2022-12-16 23:52:37      TRUE 2022-12-17 00:00:00
## 249  2022-12-16 23:52:36      TRUE 2022-12-17 00:00:00
## 250  2022-12-16 23:52:35      TRUE 2022-12-17 00:00:00
## 251  2022-12-16 23:52:34      TRUE 2022-12-17 00:00:00
## 252  2022-12-16 23:52:34      TRUE 2022-12-17 00:00:00
## 253  2022-12-16 23:52:33      TRUE 2022-12-17 00:00:00
## 254  2022-12-16 23:52:33      TRUE 2022-12-17 00:00:00
## 255  2022-12-16 23:52:33      TRUE 2022-12-17 00:00:00
## 256  2022-12-16 23:52:32      TRUE 2022-12-17 00:00:00
## 257  2022-12-16 23:52:24      TRUE 2022-12-17 00:00:00
## 258  2022-12-16 23:52:21      TRUE 2022-12-17 00:00:00
## 259  2022-12-16 23:52:19      TRUE 2022-12-17 00:00:00
## 260  2022-12-16 23:52:19      TRUE 2022-12-17 00:00:00
## 261  2022-12-16 23:52:14      TRUE 2022-12-17 00:00:00
## 262  2022-12-16 23:52:12      TRUE 2022-12-17 00:00:00
## 263  2022-12-16 23:52:07      TRUE 2022-12-17 00:00:00
## 264  2022-12-16 23:52:06      TRUE 2022-12-17 00:00:00
## 265  2022-12-16 23:52:06      TRUE 2022-12-17 00:00:00
## 266  2022-12-16 23:52:02      TRUE 2022-12-17 00:00:00
## 267  2022-12-16 23:52:00      TRUE 2022-12-17 00:00:00
## 268  2022-12-16 23:51:56      TRUE 2022-12-17 00:00:00
## 269  2022-12-16 23:51:52      TRUE 2022-12-17 00:00:00
## 270  2022-12-16 23:51:50      TRUE 2022-12-17 00:00:00
## 271  2022-12-16 23:51:48      TRUE 2022-12-17 00:00:00
## 272  2022-12-16 23:51:47      TRUE 2022-12-17 00:00:00
## 273  2022-12-16 23:51:46      TRUE 2022-12-17 00:00:00
## 274  2022-12-16 23:51:46      TRUE 2022-12-17 00:00:00
## 275  2022-12-16 23:51:44      TRUE 2022-12-17 00:00:00
## 276  2022-12-16 23:51:43      TRUE 2022-12-17 00:00:00
## 277  2022-12-16 23:51:38      TRUE 2022-12-17 00:00:00
## 278  2022-12-16 23:51:38      TRUE 2022-12-17 00:00:00
## 279  2022-12-16 23:51:38      TRUE 2022-12-17 00:00:00
## 280  2022-12-16 23:51:37      TRUE 2022-12-17 00:00:00
## 281  2022-12-16 23:51:35      TRUE 2022-12-17 00:00:00
## 282  2022-12-16 23:51:35      TRUE 2022-12-17 00:00:00
## 283  2022-12-16 23:51:28      TRUE 2022-12-17 00:00:00
## 284  2022-12-16 23:51:26      TRUE 2022-12-17 00:00:00
## 285  2022-12-16 23:51:25      TRUE 2022-12-17 00:00:00
## 286  2022-12-16 23:51:23      TRUE 2022-12-17 00:00:00
## 287  2022-12-16 23:51:23      TRUE 2022-12-17 00:00:00
## 288  2022-12-16 23:51:23      TRUE 2022-12-17 00:00:00
## 289  2022-12-16 23:51:22      TRUE 2022-12-17 00:00:00
## 290  2022-12-16 23:51:18      TRUE 2022-12-17 00:00:00
## 291  2022-12-16 23:51:18      TRUE 2022-12-17 00:00:00
## 292  2022-12-16 23:51:18      TRUE 2022-12-17 00:00:00
## 293  2022-12-16 23:51:17      TRUE 2022-12-17 00:00:00
## 294  2022-12-16 23:51:16      TRUE 2022-12-17 00:00:00
## 295  2022-12-16 23:51:15      TRUE 2022-12-17 00:00:00
## 296  2022-12-16 23:51:11      TRUE 2022-12-17 00:00:00
## 297  2022-12-16 23:51:08      TRUE 2022-12-17 00:00:00
## 298  2022-12-16 23:51:04      TRUE 2022-12-17 00:00:00
## 299  2022-12-16 23:51:03      TRUE 2022-12-17 00:00:00
## 300  2022-12-16 23:51:03      TRUE 2022-12-17 00:00:00
## 301  2022-12-16 23:51:03      TRUE 2022-12-17 00:00:00
## 302  2022-12-16 23:51:00      TRUE 2022-12-17 00:00:00
## 303  2022-12-16 23:51:00      TRUE 2022-12-17 00:00:00
## 304  2022-12-16 23:51:00      TRUE 2022-12-17 00:00:00
## 305  2022-12-16 23:50:58      TRUE 2022-12-17 00:00:00
## 306  2022-12-16 23:50:53      TRUE 2022-12-17 00:00:00
## 307  2022-12-16 23:50:51      TRUE 2022-12-17 00:00:00
## 308  2022-12-16 23:50:45      TRUE 2022-12-17 00:00:00
## 309  2022-12-16 23:50:45      TRUE 2022-12-17 00:00:00
## 310  2022-12-16 23:50:40      TRUE 2022-12-17 00:00:00
## 311  2022-12-16 23:50:39      TRUE 2022-12-17 00:00:00
## 312  2022-12-16 23:50:31      TRUE 2022-12-17 00:00:00
## 313  2022-12-16 23:50:30      TRUE 2022-12-17 00:00:00
## 314  2022-12-16 23:50:25      TRUE 2022-12-17 00:00:00
## 315  2022-12-16 23:50:23      TRUE 2022-12-17 00:00:00
## 316  2022-12-16 23:50:22      TRUE 2022-12-17 00:00:00
## 317  2022-12-16 23:50:21      TRUE 2022-12-17 00:00:00
## 318  2022-12-16 23:50:21      TRUE 2022-12-17 00:00:00
## 319  2022-12-16 23:50:21      TRUE 2022-12-17 00:00:00
## 320  2022-12-16 23:50:20      TRUE 2022-12-17 00:00:00
## 321  2022-12-16 23:50:20      TRUE 2022-12-17 00:00:00
## 322  2022-12-16 23:50:19      TRUE 2022-12-17 00:00:00
## 323  2022-12-16 23:50:18      TRUE 2022-12-17 00:00:00
## 324  2022-12-16 23:50:18      TRUE 2022-12-17 00:00:00
## 325  2022-12-16 23:50:16      TRUE 2022-12-17 00:00:00
## 326  2022-12-16 23:50:15      TRUE 2022-12-17 00:00:00
## 327  2022-12-16 23:50:14      TRUE 2022-12-17 00:00:00
## 328  2022-12-16 23:50:14      TRUE 2022-12-17 00:00:00
## 329  2022-12-16 23:50:13      TRUE 2022-12-17 00:00:00
## 330  2022-12-16 23:50:10      TRUE 2022-12-17 00:00:00
## 331  2022-12-16 23:50:09      TRUE 2022-12-17 00:00:00
## 332  2022-12-16 23:50:09      TRUE 2022-12-17 00:00:00
## 333  2022-12-16 23:50:03      TRUE 2022-12-17 00:00:00
## 334  2022-12-16 23:49:58      TRUE 2022-12-17 00:00:00
## 335  2022-12-16 23:49:57      TRUE 2022-12-17 00:00:00
## 336  2022-12-16 23:49:55      TRUE 2022-12-17 00:00:00
## 337  2022-12-16 23:49:55      TRUE 2022-12-17 00:00:00
## 338  2022-12-16 23:49:53      TRUE 2022-12-17 00:00:00
## 339  2022-12-16 23:49:48      TRUE 2022-12-17 00:00:00
## 340  2022-12-16 23:49:46      TRUE 2022-12-17 00:00:00
## 341  2022-12-16 23:49:46      TRUE 2022-12-17 00:00:00
## 342  2022-12-16 23:49:44      TRUE 2022-12-17 00:00:00
## 343  2022-12-16 23:49:43      TRUE 2022-12-17 00:00:00
## 344  2022-12-16 23:49:41      TRUE 2022-12-17 00:00:00
## 345  2022-12-16 23:49:40      TRUE 2022-12-17 00:00:00
## 346  2022-12-16 23:49:39      TRUE 2022-12-17 00:00:00
## 347  2022-12-16 23:49:38      TRUE 2022-12-17 00:00:00
## 348  2022-12-16 23:49:34      TRUE 2022-12-17 00:00:00
## 349  2022-12-16 23:49:34      TRUE 2022-12-17 00:00:00
## 350  2022-12-16 23:49:32      TRUE 2022-12-17 00:00:00
## 351  2022-12-16 23:49:31      TRUE 2022-12-17 00:00:00
## 352  2022-12-16 23:49:26      TRUE 2022-12-17 00:00:00
## 353  2022-12-16 23:49:25      TRUE 2022-12-17 00:00:00
## 354  2022-12-16 23:49:23      TRUE 2022-12-17 00:00:00
## 355  2022-12-16 23:49:21      TRUE 2022-12-17 00:00:00
## 356  2022-12-16 23:49:17      TRUE 2022-12-17 00:00:00
## 357  2022-12-16 23:49:16      TRUE 2022-12-17 00:00:00
## 358  2022-12-16 23:49:16      TRUE 2022-12-17 00:00:00
## 359  2022-12-16 23:49:15      TRUE 2022-12-17 00:00:00
## 360  2022-12-16 23:49:14      TRUE 2022-12-17 00:00:00
## 361  2022-12-16 23:49:14      TRUE 2022-12-17 00:00:00
## 362  2022-12-16 23:49:14      TRUE 2022-12-17 00:00:00
## 363  2022-12-16 23:49:13      TRUE 2022-12-17 00:00:00
## 364  2022-12-16 23:49:11      TRUE 2022-12-17 00:00:00
## 365  2022-12-16 23:49:10      TRUE 2022-12-17 00:00:00
## 366  2022-12-16 23:49:08      TRUE 2022-12-17 00:00:00
## 367  2022-12-16 23:49:04      TRUE 2022-12-17 00:00:00
## 368  2022-12-16 23:49:03      TRUE 2022-12-17 00:00:00
## 369  2022-12-16 23:49:01      TRUE 2022-12-17 00:00:00
## 370  2022-12-16 23:49:01      TRUE 2022-12-17 00:00:00
## 371  2022-12-16 23:48:55      TRUE 2022-12-17 00:00:00
## 372  2022-12-16 23:48:54      TRUE 2022-12-17 00:00:00
## 373  2022-12-16 23:48:54      TRUE 2022-12-17 00:00:00
## 374  2022-12-16 23:48:53      TRUE 2022-12-17 00:00:00
## 375  2022-12-16 23:48:51      TRUE 2022-12-17 00:00:00
## 376  2022-12-16 23:48:48      TRUE 2022-12-17 00:00:00
## 377  2022-12-16 23:48:48      TRUE 2022-12-17 00:00:00
## 378  2022-12-16 23:48:45      TRUE 2022-12-17 00:00:00
## 379  2022-12-16 23:48:44      TRUE 2022-12-17 00:00:00
## 380  2022-12-16 23:48:42      TRUE 2022-12-17 00:00:00
## 381  2022-12-16 23:48:41      TRUE 2022-12-17 00:00:00
## 382  2022-12-16 23:48:40      TRUE 2022-12-17 00:00:00
## 383  2022-12-16 23:48:40      TRUE 2022-12-17 00:00:00
## 384  2022-12-16 23:48:38      TRUE 2022-12-17 00:00:00
## 385  2022-12-16 23:48:30      TRUE 2022-12-17 00:00:00
## 386  2022-12-16 23:48:27      TRUE 2022-12-17 00:00:00
## 387  2022-12-16 23:48:25      TRUE 2022-12-17 00:00:00
## 388  2022-12-16 23:48:25      TRUE 2022-12-17 00:00:00
## 389  2022-12-16 23:48:22      TRUE 2022-12-17 00:00:00
## 390  2022-12-16 23:48:21      TRUE 2022-12-17 00:00:00
## 391  2022-12-16 23:48:16      TRUE 2022-12-17 00:00:00
## 392  2022-12-16 23:48:15      TRUE 2022-12-17 00:00:00
## 393  2022-12-16 23:48:10      TRUE 2022-12-17 00:00:00
## 394  2022-12-16 23:48:08      TRUE 2022-12-17 00:00:00
## 395  2022-12-16 23:48:07      TRUE 2022-12-17 00:00:00
## 396  2022-12-16 23:48:07      TRUE 2022-12-17 00:00:00
## 397  2022-12-16 23:48:06      TRUE 2022-12-17 00:00:00
## 398  2022-12-16 23:48:03      TRUE 2022-12-17 00:00:00
## 399  2022-12-16 23:48:00      TRUE 2022-12-17 00:00:00
## 400  2022-12-16 23:47:59      TRUE 2022-12-17 00:00:00
## 401  2022-12-16 23:47:58      TRUE 2022-12-17 00:00:00
## 402  2022-12-16 23:47:51      TRUE 2022-12-17 00:00:00
## 403  2022-12-16 23:47:51      TRUE 2022-12-17 00:00:00
## 404  2022-12-16 23:47:50      TRUE 2022-12-17 00:00:00
## 405  2022-12-16 23:47:48      TRUE 2022-12-17 00:00:00
## 406  2022-12-16 23:47:47      TRUE 2022-12-17 00:00:00
## 407  2022-12-16 23:47:46      TRUE 2022-12-17 00:00:00
## 408  2022-12-16 23:47:45      TRUE 2022-12-17 00:00:00
## 409  2022-12-16 23:47:44      TRUE 2022-12-17 00:00:00
## 410  2022-12-16 23:47:43      TRUE 2022-12-17 00:00:00
## 411  2022-12-16 23:47:40      TRUE 2022-12-17 00:00:00
## 412  2022-12-16 23:47:39      TRUE 2022-12-17 00:00:00
## 413  2022-12-16 23:47:36      TRUE 2022-12-17 00:00:00
## 414  2022-12-16 23:47:34      TRUE 2022-12-17 00:00:00
## 415  2022-12-16 23:47:32      TRUE 2022-12-17 00:00:00
## 416  2022-12-16 23:47:32      TRUE 2022-12-17 00:00:00
## 417  2022-12-16 23:47:30      TRUE 2022-12-17 00:00:00
## 418  2022-12-16 23:47:30      TRUE 2022-12-17 00:00:00
## 419  2022-12-16 23:47:28      TRUE 2022-12-17 00:00:00
## 420  2022-12-16 23:47:26      TRUE 2022-12-17 00:00:00
## 421  2022-12-16 23:47:10      TRUE 2022-12-17 00:00:00
## 422  2022-12-16 23:47:09      TRUE 2022-12-17 00:00:00
## 423  2022-12-16 23:47:07      TRUE 2022-12-17 00:00:00
## 424  2022-12-16 23:47:07      TRUE 2022-12-17 00:00:00
## 425  2022-12-16 23:47:00      TRUE 2022-12-17 00:00:00
## 426  2022-12-16 23:46:58      TRUE 2022-12-17 00:00:00
## 427  2022-12-16 23:46:57      TRUE 2022-12-17 00:00:00
## 428  2022-12-16 23:46:54      TRUE 2022-12-17 00:00:00
## 429  2022-12-16 23:46:53      TRUE 2022-12-17 00:00:00
## 430  2022-12-16 23:46:53      TRUE 2022-12-17 00:00:00
## 431  2022-12-16 23:46:53      TRUE 2022-12-17 00:00:00
## 432  2022-12-16 23:46:52      TRUE 2022-12-17 00:00:00
## 433  2022-12-16 23:46:52      TRUE 2022-12-17 00:00:00
## 434  2022-12-16 23:46:51      TRUE 2022-12-17 00:00:00
## 435  2022-12-16 23:46:50      TRUE 2022-12-17 00:00:00
## 436  2022-12-16 23:46:48      TRUE 2022-12-17 00:00:00
## 437  2022-12-16 23:46:45      TRUE 2022-12-17 00:00:00
## 438  2022-12-16 23:46:44      TRUE 2022-12-17 00:00:00
## 439  2022-12-16 23:46:43      TRUE 2022-12-17 00:00:00
## 440  2022-12-16 23:46:41      TRUE 2022-12-17 00:00:00
## 441  2022-12-16 23:46:39      TRUE 2022-12-17 00:00:00
## 442  2022-12-16 23:46:37      TRUE 2022-12-17 00:00:00
## 443  2022-12-16 23:46:36      TRUE 2022-12-17 00:00:00
## 444  2022-12-16 23:46:32      TRUE 2022-12-17 00:00:00
## 445  2022-12-16 23:46:31      TRUE 2022-12-17 00:00:00
## 446  2022-12-16 23:46:31      TRUE 2022-12-17 00:00:00
## 447  2022-12-16 23:46:29      TRUE 2022-12-17 00:00:00
## 448  2022-12-16 23:46:29      TRUE 2022-12-17 00:00:00
## 449  2022-12-16 23:46:25      TRUE 2022-12-17 00:00:00
## 450  2022-12-16 23:46:22      TRUE 2022-12-17 00:00:00
## 451  2022-12-16 23:46:19      TRUE 2022-12-17 00:00:00
## 452  2022-12-16 23:46:19      TRUE 2022-12-17 00:00:00
## 453  2022-12-16 23:46:15      TRUE 2022-12-17 00:00:00
## 454  2022-12-16 23:46:13      TRUE 2022-12-17 00:00:00
## 455  2022-12-16 23:46:11      TRUE 2022-12-17 00:00:00
## 456  2022-12-16 23:46:09      TRUE 2022-12-17 00:00:00
## 457  2022-12-16 23:46:07      TRUE 2022-12-17 00:00:00
## 458  2022-12-16 23:46:06      TRUE 2022-12-17 00:00:00
## 459  2022-12-16 23:45:56      TRUE 2022-12-17 00:00:00
## 460  2022-12-16 23:45:48      TRUE 2022-12-17 00:00:00
## 461  2022-12-16 23:45:45      TRUE 2022-12-17 00:00:00
## 462  2022-12-16 23:45:43      TRUE 2022-12-17 00:00:00
## 463  2022-12-16 23:45:38      TRUE 2022-12-17 00:00:00
## 464  2022-12-16 23:45:36      TRUE 2022-12-17 00:00:00
## 465  2022-12-16 23:45:34      TRUE 2022-12-17 00:00:00
## 466  2022-12-16 23:45:31      TRUE 2022-12-17 00:00:00
## 467  2022-12-16 23:45:26      TRUE 2022-12-17 00:00:00
## 468  2022-12-16 23:45:25      TRUE 2022-12-17 00:00:00
## 469  2022-12-16 23:45:23      TRUE 2022-12-17 00:00:00
## 470  2022-12-16 23:45:20      TRUE 2022-12-17 00:00:00
## 471  2022-12-16 23:45:16      TRUE 2022-12-17 00:00:00
## 472  2022-12-16 23:45:12      TRUE 2022-12-17 00:00:00
## 473  2022-12-16 23:45:12      TRUE 2022-12-17 00:00:00
## 474  2022-12-16 23:45:10      TRUE 2022-12-17 00:00:00
## 475  2022-12-16 23:45:09      TRUE 2022-12-17 00:00:00
## 476  2022-12-16 23:45:08      TRUE 2022-12-17 00:00:00
## 477  2022-12-16 23:45:04      TRUE 2022-12-17 00:00:00
## 478  2022-12-16 23:45:03      TRUE 2022-12-17 00:00:00
## 479  2022-12-16 23:45:02      TRUE 2022-12-17 00:00:00
## 480  2022-12-16 23:45:02      TRUE 2022-12-17 00:00:00
## 481  2022-12-16 23:44:59      TRUE 2022-12-17 00:00:00
## 482  2022-12-16 23:44:57      TRUE 2022-12-17 00:00:00
## 483  2022-12-16 23:44:57      TRUE 2022-12-17 00:00:00
## 484  2022-12-16 23:44:55      TRUE 2022-12-17 00:00:00
## 485  2022-12-16 23:44:52      TRUE 2022-12-17 00:00:00
## 486  2022-12-16 23:44:51      TRUE 2022-12-17 00:00:00
## 487  2022-12-16 23:44:43      TRUE 2022-12-17 00:00:00
## 488  2022-12-16 23:44:40      TRUE 2022-12-17 00:00:00
## 489  2022-12-16 23:44:37      TRUE 2022-12-17 00:00:00
## 490  2022-12-16 23:44:35      TRUE 2022-12-17 00:00:00
## 491  2022-12-16 23:44:34      TRUE 2022-12-17 00:00:00
## 492  2022-12-16 23:44:34      TRUE 2022-12-17 00:00:00
## 493  2022-12-16 23:44:33      TRUE 2022-12-17 00:00:00
## 494  2022-12-16 23:44:32      TRUE 2022-12-17 00:00:00
## 495  2022-12-16 23:44:31      TRUE 2022-12-17 00:00:00
## 496  2022-12-16 23:44:30      TRUE 2022-12-17 00:00:00
## 497  2022-12-16 23:44:29      TRUE 2022-12-17 00:00:00
## 498  2022-12-16 23:44:29      TRUE 2022-12-17 00:00:00
## 499  2022-12-16 23:44:28      TRUE 2022-12-17 00:00:00
## 500  2022-12-16 23:44:26      TRUE 2022-12-17 00:00:00
## 501  2022-12-16 23:44:23      TRUE 2022-12-17 00:00:00
## 502  2022-12-16 23:44:18      TRUE 2022-12-17 00:00:00
## 503  2022-12-16 23:44:16      TRUE 2022-12-17 00:00:00
## 504  2022-12-16 23:44:15      TRUE 2022-12-17 00:00:00
## 505  2022-12-16 23:44:14      TRUE 2022-12-17 00:00:00
## 506  2022-12-16 23:44:13      TRUE 2022-12-17 00:00:00
## 507  2022-12-16 23:44:13      TRUE 2022-12-17 00:00:00
## 508  2022-12-16 23:44:13      TRUE 2022-12-17 00:00:00
## 509  2022-12-16 23:44:12      TRUE 2022-12-17 00:00:00
## 510  2022-12-16 23:44:12      TRUE 2022-12-17 00:00:00
## 511  2022-12-16 23:44:09      TRUE 2022-12-17 00:00:00
## 512  2022-12-16 23:44:05      TRUE 2022-12-17 00:00:00
## 513  2022-12-16 23:44:01      TRUE 2022-12-17 00:00:00
## 514  2022-12-16 23:44:01      TRUE 2022-12-17 00:00:00
## 515  2022-12-16 23:44:00      TRUE 2022-12-17 00:00:00
## 516  2022-12-16 23:43:59      TRUE 2022-12-17 00:00:00
## 517  2022-12-16 23:43:57      TRUE 2022-12-17 00:00:00
## 518  2022-12-16 23:43:57      TRUE 2022-12-17 00:00:00
## 519  2022-12-16 23:43:54      TRUE 2022-12-17 00:00:00
## 520  2022-12-16 23:43:54      TRUE 2022-12-17 00:00:00
## 521  2022-12-16 23:43:52      TRUE 2022-12-17 00:00:00
## 522  2022-12-16 23:43:51      TRUE 2022-12-17 00:00:00
## 523  2022-12-16 23:43:50      TRUE 2022-12-17 00:00:00
## 524  2022-12-16 23:43:50      TRUE 2022-12-17 00:00:00
## 525  2022-12-16 23:43:49      TRUE 2022-12-17 00:00:00
## 526  2022-12-16 23:43:48      TRUE 2022-12-17 00:00:00
## 527  2022-12-16 23:43:47      TRUE 2022-12-17 00:00:00
## 528  2022-12-16 23:43:45      TRUE 2022-12-17 00:00:00
## 529  2022-12-16 23:43:44      TRUE 2022-12-17 00:00:00
## 530  2022-12-16 23:43:44      TRUE 2022-12-17 00:00:00
## 531  2022-12-16 23:43:43      TRUE 2022-12-17 00:00:00
## 532  2022-12-16 23:43:42      TRUE 2022-12-17 00:00:00
## 533  2022-12-16 23:43:42      TRUE 2022-12-17 00:00:00
## 534  2022-12-16 23:43:41      TRUE 2022-12-17 00:00:00
## 535  2022-12-16 23:43:39      TRUE 2022-12-17 00:00:00
## 536  2022-12-16 23:43:38      TRUE 2022-12-17 00:00:00
## 537  2022-12-16 23:43:38      TRUE 2022-12-17 00:00:00
## 538  2022-12-16 23:43:37      TRUE 2022-12-17 00:00:00
## 539  2022-12-16 23:43:35      TRUE 2022-12-17 00:00:00
## 540  2022-12-16 23:43:28      TRUE 2022-12-17 00:00:00
## 541  2022-12-16 23:43:27      TRUE 2022-12-17 00:00:00
## 542  2022-12-16 23:43:26      TRUE 2022-12-17 00:00:00
## 543  2022-12-16 23:43:22      TRUE 2022-12-17 00:00:00
## 544  2022-12-16 23:43:22      TRUE 2022-12-17 00:00:00
## 545  2022-12-16 23:43:20      TRUE 2022-12-17 00:00:00
## 546  2022-12-16 23:43:20      TRUE 2022-12-17 00:00:00
## 547  2022-12-16 23:43:19      TRUE 2022-12-17 00:00:00
## 548  2022-12-16 23:43:19      TRUE 2022-12-17 00:00:00
## 549  2022-12-16 23:43:17      TRUE 2022-12-17 00:00:00
## 550  2022-12-16 23:43:14      TRUE 2022-12-17 00:00:00
## 551  2022-12-16 23:43:14      TRUE 2022-12-17 00:00:00
## 552  2022-12-16 23:43:12      TRUE 2022-12-17 00:00:00
## 553  2022-12-16 23:43:12      TRUE 2022-12-17 00:00:00
## 554  2022-12-16 23:43:11      TRUE 2022-12-17 00:00:00
## 555  2022-12-16 23:43:09      TRUE 2022-12-17 00:00:00
## 556  2022-12-16 23:43:06      TRUE 2022-12-17 00:00:00
## 557  2022-12-16 23:43:04      TRUE 2022-12-17 00:00:00
## 558  2022-12-16 23:43:04      TRUE 2022-12-17 00:00:00
## 559  2022-12-16 23:43:04      TRUE 2022-12-17 00:00:00
## 560  2022-12-16 23:43:01      TRUE 2022-12-17 00:00:00
## 561  2022-12-16 23:43:01      TRUE 2022-12-17 00:00:00
## 562  2022-12-16 23:42:57      TRUE 2022-12-17 00:00:00
## 563  2022-12-16 23:42:57      TRUE 2022-12-17 00:00:00
## 564  2022-12-16 23:42:56      TRUE 2022-12-17 00:00:00
## 565  2022-12-16 23:42:55      TRUE 2022-12-17 00:00:00
## 566  2022-12-16 23:42:52      TRUE 2022-12-17 00:00:00
## 567  2022-12-16 23:42:52      TRUE 2022-12-17 00:00:00
## 568  2022-12-16 23:42:50      TRUE 2022-12-17 00:00:00
## 569  2022-12-16 23:42:50      TRUE 2022-12-17 00:00:00
## 570  2022-12-16 23:42:48      TRUE 2022-12-17 00:00:00
## 571  2022-12-16 23:42:46      TRUE 2022-12-17 00:00:00
## 572  2022-12-16 23:42:46      TRUE 2022-12-17 00:00:00
## 573  2022-12-16 23:42:45      TRUE 2022-12-17 00:00:00
## 574  2022-12-16 23:42:44      TRUE 2022-12-17 00:00:00
## 575  2022-12-16 23:42:44      TRUE 2022-12-17 00:00:00
## 576  2022-12-16 23:42:42      TRUE 2022-12-17 00:00:00
## 577  2022-12-16 23:42:40      TRUE 2022-12-17 00:00:00
## 578  2022-12-16 23:42:32      TRUE 2022-12-17 00:00:00
## 579  2022-12-16 23:42:32      TRUE 2022-12-17 00:00:00
## 580  2022-12-16 23:42:31      TRUE 2022-12-17 00:00:00
## 581  2022-12-16 23:42:27      TRUE 2022-12-17 00:00:00
## 582  2022-12-16 23:42:27      TRUE 2022-12-17 00:00:00
## 583  2022-12-16 23:42:26      TRUE 2022-12-17 00:00:00
## 584  2022-12-16 23:42:23      TRUE 2022-12-17 00:00:00
## 585  2022-12-16 23:42:22      TRUE 2022-12-17 00:00:00
## 586  2022-12-16 23:42:22      TRUE 2022-12-17 00:00:00
## 587  2022-12-16 23:42:21      TRUE 2022-12-17 00:00:00
## 588  2022-12-16 23:42:21      TRUE 2022-12-17 00:00:00
## 589  2022-12-16 23:42:18      TRUE 2022-12-17 00:00:00
## 590  2022-12-16 23:42:17      TRUE 2022-12-17 00:00:00
## 591  2022-12-16 23:42:16      TRUE 2022-12-17 00:00:00
## 592  2022-12-16 23:42:15      TRUE 2022-12-17 00:00:00
## 593  2022-12-16 23:42:15      TRUE 2022-12-17 00:00:00
## 594  2022-12-16 23:42:07      TRUE 2022-12-17 00:00:00
## 595  2022-12-16 23:42:03      TRUE 2022-12-17 00:00:00
## 596  2022-12-16 23:42:02      TRUE 2022-12-17 00:00:00
## 597  2022-12-16 23:42:01      TRUE 2022-12-17 00:00:00
## 598  2022-12-16 23:42:00      TRUE 2022-12-17 00:00:00
## 599  2022-12-16 23:41:58      TRUE 2022-12-17 00:00:00
## 600  2022-12-16 23:41:58      TRUE 2022-12-17 00:00:00
## 601  2022-12-16 23:41:57      TRUE 2022-12-17 00:00:00
## 602  2022-12-16 23:41:55      TRUE 2022-12-17 00:00:00
## 603  2022-12-16 23:41:54      TRUE 2022-12-17 00:00:00
## 604  2022-12-16 23:41:53      TRUE 2022-12-17 00:00:00
## 605  2022-12-16 23:41:50      TRUE 2022-12-17 00:00:00
## 606  2022-12-16 23:41:46      TRUE 2022-12-17 00:00:00
## 607  2022-12-16 23:41:45      TRUE 2022-12-17 00:00:00
## 608  2022-12-16 23:41:44      TRUE 2022-12-17 00:00:00
## 609  2022-12-16 23:41:36      TRUE 2022-12-17 00:00:00
## 610  2022-12-16 23:41:34      TRUE 2022-12-17 00:00:00
## 611  2022-12-16 23:41:34      TRUE 2022-12-17 00:00:00
## 612  2022-12-16 23:41:33      TRUE 2022-12-17 00:00:00
## 613  2022-12-16 23:41:31      TRUE 2022-12-17 00:00:00
## 614  2022-12-16 23:41:24      TRUE 2022-12-17 00:00:00
## 615  2022-12-16 23:41:19      TRUE 2022-12-17 00:00:00
## 616  2022-12-16 23:41:14      TRUE 2022-12-17 00:00:00
## 617  2022-12-16 23:41:11      TRUE 2022-12-17 00:00:00
## 618  2022-12-16 23:41:09      TRUE 2022-12-17 00:00:00
## 619  2022-12-16 23:41:07      TRUE 2022-12-17 00:00:00
## 620  2022-12-16 23:41:06      TRUE 2022-12-17 00:00:00
## 621  2022-12-16 23:41:03      TRUE 2022-12-17 00:00:00
## 622  2022-12-16 23:41:00      TRUE 2022-12-17 00:00:00
## 623  2022-12-16 23:40:59      TRUE 2022-12-17 00:00:00
## 624  2022-12-16 23:40:56      TRUE 2022-12-17 00:00:00
## 625  2022-12-16 23:40:56      TRUE 2022-12-17 00:00:00
## 626  2022-12-16 23:40:54      TRUE 2022-12-17 00:00:00
## 627  2022-12-16 23:40:53      TRUE 2022-12-17 00:00:00
## 628  2022-12-16 23:40:52      TRUE 2022-12-17 00:00:00
## 629  2022-12-16 23:40:51      TRUE 2022-12-17 00:00:00
## 630  2022-12-16 23:40:49      TRUE 2022-12-17 00:00:00
## 631  2022-12-16 23:40:49      TRUE 2022-12-17 00:00:00
## 632  2022-12-16 23:40:48      TRUE 2022-12-17 00:00:00
## 633  2022-12-16 23:40:45      TRUE 2022-12-17 00:00:00
## 634  2022-12-16 23:40:43      TRUE 2022-12-17 00:00:00
## 635  2022-12-16 23:40:42      TRUE 2022-12-17 00:00:00
## 636  2022-12-16 23:40:41      TRUE 2022-12-17 00:00:00
## 637  2022-12-16 23:40:41      TRUE 2022-12-17 00:00:00
## 638  2022-12-16 23:40:39      TRUE 2022-12-17 00:00:00
## 639  2022-12-16 23:40:38      TRUE 2022-12-17 00:00:00
## 640  2022-12-16 23:40:29      TRUE 2022-12-17 00:00:00
## 641  2022-12-16 23:40:28      TRUE 2022-12-17 00:00:00
## 642  2022-12-16 23:40:28      TRUE 2022-12-17 00:00:00
## 643  2022-12-16 23:40:26      TRUE 2022-12-17 00:00:00
## 644  2022-12-16 23:40:20      TRUE 2022-12-17 00:00:00
## 645  2022-12-16 23:40:20      TRUE 2022-12-17 00:00:00
## 646  2022-12-16 23:40:17      TRUE 2022-12-17 00:00:00
## 647  2022-12-16 23:40:16      TRUE 2022-12-17 00:00:00
## 648  2022-12-16 23:40:15      TRUE 2022-12-17 00:00:00
## 649  2022-12-16 23:40:14      TRUE 2022-12-17 00:00:00
## 650  2022-12-16 23:40:13      TRUE 2022-12-17 00:00:00
## 651  2022-12-16 23:40:11      TRUE 2022-12-17 00:00:00
## 652  2022-12-16 23:40:09      TRUE 2022-12-17 00:00:00
## 653  2022-12-16 23:40:09      TRUE 2022-12-17 00:00:00
## 654  2022-12-16 23:40:09      TRUE 2022-12-17 00:00:00
## 655  2022-12-16 23:40:09      TRUE 2022-12-17 00:00:00
## 656  2022-12-16 23:40:08      TRUE 2022-12-17 00:00:00
## 657  2022-12-16 23:40:07      TRUE 2022-12-17 00:00:00
## 658  2022-12-16 23:40:04      TRUE 2022-12-17 00:00:00
## 659  2022-12-16 23:39:55      TRUE 2022-12-17 00:00:00
## 660  2022-12-16 23:39:53      TRUE 2022-12-17 00:00:00
## 661  2022-12-16 23:39:48      TRUE 2022-12-17 00:00:00
## 662  2022-12-16 23:39:47      TRUE 2022-12-17 00:00:00
## 663  2022-12-16 23:39:45      TRUE 2022-12-17 00:00:00
## 664  2022-12-16 23:39:44      TRUE 2022-12-17 00:00:00
## 665  2022-12-16 23:39:42      TRUE 2022-12-17 00:00:00
## 666  2022-12-16 23:39:34      TRUE 2022-12-17 00:00:00
## 667  2022-12-16 23:39:31      TRUE 2022-12-17 00:00:00
## 668  2022-12-16 23:39:29      TRUE 2022-12-17 00:00:00
## 669  2022-12-16 23:39:22      TRUE 2022-12-17 00:00:00
## 670  2022-12-16 23:39:20      TRUE 2022-12-17 00:00:00
## 671  2022-12-16 23:39:17      TRUE 2022-12-17 00:00:00
## 672  2022-12-16 23:39:17      TRUE 2022-12-17 00:00:00
## 673  2022-12-16 23:39:17      TRUE 2022-12-17 00:00:00
## 674  2022-12-16 23:39:16      TRUE 2022-12-17 00:00:00
## 675  2022-12-16 23:39:14      TRUE 2022-12-17 00:00:00
## 676  2022-12-16 23:39:11      TRUE 2022-12-17 00:00:00
## 677  2022-12-16 23:39:04      TRUE 2022-12-17 00:00:00
## 678  2022-12-16 23:39:02      TRUE 2022-12-17 00:00:00
## 679  2022-12-16 23:39:01      TRUE 2022-12-17 00:00:00
## 680  2022-12-16 23:39:01      TRUE 2022-12-17 00:00:00
## 681  2022-12-16 23:39:00      TRUE 2022-12-17 00:00:00
## 682  2022-12-16 23:38:59      TRUE 2022-12-17 00:00:00
## 683  2022-12-16 23:38:57      TRUE 2022-12-17 00:00:00
## 684  2022-12-16 23:38:57      TRUE 2022-12-17 00:00:00
## 685  2022-12-16 23:38:56      TRUE 2022-12-17 00:00:00
## 686  2022-12-16 23:38:54      TRUE 2022-12-17 00:00:00
## 687  2022-12-16 23:38:54      TRUE 2022-12-17 00:00:00
## 688  2022-12-16 23:38:53      TRUE 2022-12-17 00:00:00
## 689  2022-12-16 23:38:51      TRUE 2022-12-17 00:00:00
## 690  2022-12-16 23:38:50      TRUE 2022-12-17 00:00:00
## 691  2022-12-16 23:38:47      TRUE 2022-12-17 00:00:00
## 692  2022-12-16 23:38:42      TRUE 2022-12-17 00:00:00
## 693  2022-12-16 23:38:33      TRUE 2022-12-17 00:00:00
## 694  2022-12-16 23:38:32      TRUE 2022-12-17 00:00:00
## 695  2022-12-16 23:38:31      TRUE 2022-12-17 00:00:00
## 696  2022-12-16 23:38:31      TRUE 2022-12-17 00:00:00
## 697  2022-12-16 23:38:27      TRUE 2022-12-17 00:00:00
## 698  2022-12-16 23:38:26      TRUE 2022-12-17 00:00:00
## 699  2022-12-16 23:38:23      TRUE 2022-12-17 00:00:00
## 700  2022-12-16 23:38:18      TRUE 2022-12-17 00:00:00
## 701  2022-12-16 23:38:16      TRUE 2022-12-17 00:00:00
## 702  2022-12-16 23:38:16      TRUE 2022-12-17 00:00:00
## 703  2022-12-16 23:38:15      TRUE 2022-12-17 00:00:00
## 704  2022-12-16 23:38:15      TRUE 2022-12-17 00:00:00
## 705  2022-12-16 23:38:14      TRUE 2022-12-17 00:00:00
## 706  2022-12-16 23:38:09      TRUE 2022-12-17 00:00:00
## 707  2022-12-16 23:38:06      TRUE 2022-12-17 00:00:00
## 708  2022-12-16 23:38:03      TRUE 2022-12-17 00:00:00
## 709  2022-12-16 23:38:02      TRUE 2022-12-17 00:00:00
## 710  2022-12-16 23:38:00      TRUE 2022-12-17 00:00:00
## 711  2022-12-16 23:37:59      TRUE 2022-12-17 00:00:00
## 712  2022-12-16 23:37:56      TRUE 2022-12-17 00:00:00
## 713  2022-12-16 23:37:55      TRUE 2022-12-17 00:00:00
## 714  2022-12-16 23:37:55      TRUE 2022-12-17 00:00:00
## 715  2022-12-16 23:37:54      TRUE 2022-12-17 00:00:00
## 716  2022-12-16 23:37:53      TRUE 2022-12-17 00:00:00
## 717  2022-12-16 23:37:45      TRUE 2022-12-17 00:00:00
## 718  2022-12-16 23:37:42      TRUE 2022-12-17 00:00:00
## 719  2022-12-16 23:37:41      TRUE 2022-12-17 00:00:00
## 720  2022-12-16 23:37:41      TRUE 2022-12-17 00:00:00
## 721  2022-12-16 23:37:40      TRUE 2022-12-17 00:00:00
## 722  2022-12-16 23:37:40      TRUE 2022-12-17 00:00:00
## 723  2022-12-16 23:37:39      TRUE 2022-12-17 00:00:00
## 724  2022-12-16 23:37:35      TRUE 2022-12-17 00:00:00
## 725  2022-12-16 23:37:34      TRUE 2022-12-17 00:00:00
## 726  2022-12-16 23:37:34      TRUE 2022-12-17 00:00:00
## 727  2022-12-16 23:37:33      TRUE 2022-12-17 00:00:00
## 728  2022-12-16 23:37:32      TRUE 2022-12-17 00:00:00
## 729  2022-12-16 23:37:29      TRUE 2022-12-17 00:00:00
## 730  2022-12-16 23:37:25      TRUE 2022-12-17 00:00:00
## 731  2022-12-16 23:37:25      TRUE 2022-12-17 00:00:00
## 732  2022-12-16 23:37:24      TRUE 2022-12-17 00:00:00
## 733  2022-12-16 23:37:24      TRUE 2022-12-17 00:00:00
## 734  2022-12-16 23:37:18      TRUE 2022-12-17 00:00:00
## 735  2022-12-16 23:37:15      TRUE 2022-12-17 00:00:00
## 736  2022-12-16 23:37:14      TRUE 2022-12-17 00:00:00
## 737  2022-12-16 23:37:13      TRUE 2022-12-17 00:00:00
## 738  2022-12-16 23:37:12      TRUE 2022-12-17 00:00:00
## 739  2022-12-16 23:37:12      TRUE 2022-12-17 00:00:00
## 740  2022-12-16 23:37:12      TRUE 2022-12-17 00:00:00
## 741  2022-12-16 23:37:11      TRUE 2022-12-17 00:00:00
## 742  2022-12-16 23:37:09      TRUE 2022-12-17 00:00:00
## 743  2022-12-16 23:37:07      TRUE 2022-12-17 00:00:00
## 744  2022-12-16 23:37:07      TRUE 2022-12-17 00:00:00
## 745  2022-12-16 23:37:04      TRUE 2022-12-17 00:00:00
## 746  2022-12-16 23:37:02      TRUE 2022-12-17 00:00:00
## 747  2022-12-16 23:36:59      TRUE 2022-12-17 00:00:00
## 748  2022-12-16 23:36:57      TRUE 2022-12-17 00:00:00
## 749  2022-12-16 23:36:56      TRUE 2022-12-17 00:00:00
## 750  2022-12-16 23:36:56      TRUE 2022-12-17 00:00:00
## 751  2022-12-16 23:36:56      TRUE 2022-12-17 00:00:00
## 752  2022-12-16 23:36:53      TRUE 2022-12-17 00:00:00
## 753  2022-12-16 23:36:49      TRUE 2022-12-17 00:00:00
## 754  2022-12-16 23:36:47      TRUE 2022-12-17 00:00:00
## 755  2022-12-16 23:36:45      TRUE 2022-12-17 00:00:00
## 756  2022-12-16 23:36:44      TRUE 2022-12-17 00:00:00
## 757  2022-12-16 23:36:39      TRUE 2022-12-17 00:00:00
## 758  2022-12-16 23:36:37      TRUE 2022-12-17 00:00:00
## 759  2022-12-16 23:36:36      TRUE 2022-12-17 00:00:00
## 760  2022-12-16 23:36:31      TRUE 2022-12-17 00:00:00
## 761  2022-12-16 23:36:31      TRUE 2022-12-17 00:00:00
## 762  2022-12-16 23:36:28      TRUE 2022-12-17 00:00:00
## 763  2022-12-16 23:36:27      TRUE 2022-12-17 00:00:00
## 764  2022-12-16 23:36:23      TRUE 2022-12-17 00:00:00
## 765  2022-12-16 23:36:15      TRUE 2022-12-17 00:00:00
## 766  2022-12-16 23:36:11      TRUE 2022-12-17 00:00:00
## 767  2022-12-16 23:36:09      TRUE 2022-12-17 00:00:00
## 768  2022-12-16 23:36:08      TRUE 2022-12-17 00:00:00
## 769  2022-12-16 23:36:05      TRUE 2022-12-17 00:00:00
## 770  2022-12-16 23:36:02      TRUE 2022-12-17 00:00:00
## 771  2022-12-16 23:36:00      TRUE 2022-12-17 00:00:00
## 772  2022-12-16 23:35:59      TRUE 2022-12-17 00:00:00
## 773  2022-12-16 23:35:56      TRUE 2022-12-17 00:00:00
## 774  2022-12-16 23:35:53      TRUE 2022-12-17 00:00:00
## 775  2022-12-16 23:35:53      TRUE 2022-12-17 00:00:00
## 776  2022-12-16 23:35:49      TRUE 2022-12-17 00:00:00
## 777  2022-12-16 23:35:48      TRUE 2022-12-17 00:00:00
## 778  2022-12-16 23:35:45      TRUE 2022-12-17 00:00:00
## 779  2022-12-16 23:35:45      TRUE 2022-12-17 00:00:00
## 780  2022-12-16 23:35:44      TRUE 2022-12-17 00:00:00
## 781  2022-12-16 23:35:42      TRUE 2022-12-17 00:00:00
## 782  2022-12-16 23:35:38      TRUE 2022-12-17 00:00:00
## 783  2022-12-16 23:35:37      TRUE 2022-12-17 00:00:00
## 784  2022-12-16 23:35:35      TRUE 2022-12-17 00:00:00
## 785  2022-12-16 23:35:35      TRUE 2022-12-17 00:00:00
## 786  2022-12-16 23:35:35      TRUE 2022-12-17 00:00:00
## 787  2022-12-16 23:35:34      TRUE 2022-12-17 00:00:00
## 788  2022-12-16 23:35:34      TRUE 2022-12-17 00:00:00
## 789  2022-12-16 23:35:33      TRUE 2022-12-17 00:00:00
## 790  2022-12-16 23:35:33      TRUE 2022-12-17 00:00:00
## 791  2022-12-16 23:35:32      TRUE 2022-12-17 00:00:00
## 792  2022-12-16 23:35:32      TRUE 2022-12-17 00:00:00
## 793  2022-12-16 23:35:29      TRUE 2022-12-17 00:00:00
## 794  2022-12-16 23:35:27      TRUE 2022-12-17 00:00:00
## 795  2022-12-16 23:35:27      TRUE 2022-12-17 00:00:00
## 796  2022-12-16 23:35:26      TRUE 2022-12-17 00:00:00
## 797  2022-12-16 23:35:22      TRUE 2022-12-17 00:00:00
## 798  2022-12-16 23:35:19      TRUE 2022-12-17 00:00:00
## 799  2022-12-16 23:35:14      TRUE 2022-12-17 00:00:00
## 800  2022-12-16 23:35:13      TRUE 2022-12-17 00:00:00
## 801  2022-12-16 23:35:11      TRUE 2022-12-17 00:00:00
## 802  2022-12-16 23:35:09      TRUE 2022-12-17 00:00:00
## 803  2022-12-16 23:35:09      TRUE 2022-12-17 00:00:00
## 804  2022-12-16 23:35:07      TRUE 2022-12-17 00:00:00
## 805  2022-12-16 23:35:05      TRUE 2022-12-17 00:00:00
## 806  2022-12-16 23:35:05      TRUE 2022-12-17 00:00:00
## 807  2022-12-16 23:35:03      TRUE 2022-12-17 00:00:00
## 808  2022-12-16 23:34:58      TRUE 2022-12-17 00:00:00
## 809  2022-12-16 23:34:58      TRUE 2022-12-17 00:00:00
## 810  2022-12-16 23:34:52      TRUE 2022-12-17 00:00:00
## 811  2022-12-16 23:34:52      TRUE 2022-12-17 00:00:00
## 812  2022-12-16 23:34:50      TRUE 2022-12-17 00:00:00
## 813  2022-12-16 23:34:50      TRUE 2022-12-17 00:00:00
## 814  2022-12-16 23:34:49      TRUE 2022-12-17 00:00:00
## 815  2022-12-16 23:34:47      TRUE 2022-12-17 00:00:00
## 816  2022-12-16 23:34:44      TRUE 2022-12-17 00:00:00
## 817  2022-12-16 23:34:44      TRUE 2022-12-17 00:00:00
## 818  2022-12-16 23:34:43      TRUE 2022-12-17 00:00:00
## 819  2022-12-16 23:34:43      TRUE 2022-12-17 00:00:00
## 820  2022-12-16 23:34:42      TRUE 2022-12-17 00:00:00
## 821  2022-12-16 23:34:40      TRUE 2022-12-17 00:00:00
## 822  2022-12-16 23:34:39      TRUE 2022-12-17 00:00:00
## 823  2022-12-16 23:34:38      TRUE 2022-12-17 00:00:00
## 824  2022-12-16 23:34:37      TRUE 2022-12-17 00:00:00
## 825  2022-12-16 23:34:36      TRUE 2022-12-17 00:00:00
## 826  2022-12-16 23:34:36      TRUE 2022-12-17 00:00:00
## 827  2022-12-16 23:34:35      TRUE 2022-12-17 00:00:00
## 828  2022-12-16 23:34:33      TRUE 2022-12-17 00:00:00
## 829  2022-12-16 23:34:33      TRUE 2022-12-17 00:00:00
## 830  2022-12-16 23:34:33      TRUE 2022-12-17 00:00:00
## 831  2022-12-16 23:34:31      TRUE 2022-12-17 00:00:00
## 832  2022-12-16 23:34:24      TRUE 2022-12-17 00:00:00
## 833  2022-12-16 23:34:18      TRUE 2022-12-17 00:00:00
## 834  2022-12-16 23:34:18      TRUE 2022-12-17 00:00:00
## 835  2022-12-16 23:34:17      TRUE 2022-12-17 00:00:00
## 836  2022-12-16 23:34:17      TRUE 2022-12-17 00:00:00
## 837  2022-12-16 23:34:15      TRUE 2022-12-17 00:00:00
## 838  2022-12-16 23:34:15      TRUE 2022-12-17 00:00:00
## 839  2022-12-16 23:34:11      TRUE 2022-12-17 00:00:00
## 840  2022-12-16 23:34:09      TRUE 2022-12-17 00:00:00
## 841  2022-12-16 23:34:08      TRUE 2022-12-17 00:00:00
## 842  2022-12-16 23:34:06      TRUE 2022-12-17 00:00:00
## 843  2022-12-16 23:34:03      TRUE 2022-12-17 00:00:00
## 844  2022-12-16 23:34:00      TRUE 2022-12-17 00:00:00
## 845  2022-12-16 23:33:58      TRUE 2022-12-17 00:00:00
## 846  2022-12-16 23:33:57      TRUE 2022-12-17 00:00:00
## 847  2022-12-16 23:33:56      TRUE 2022-12-17 00:00:00
## 848  2022-12-16 23:33:48      TRUE 2022-12-17 00:00:00
## 849  2022-12-16 23:33:47      TRUE 2022-12-17 00:00:00
## 850  2022-12-16 23:33:46      TRUE 2022-12-17 00:00:00
## 851  2022-12-16 23:33:45      TRUE 2022-12-17 00:00:00
## 852  2022-12-16 23:33:44      TRUE 2022-12-17 00:00:00
## 853  2022-12-16 23:33:44      TRUE 2022-12-17 00:00:00
## 854  2022-12-16 23:33:44      TRUE 2022-12-17 00:00:00
## 855  2022-12-16 23:33:41      TRUE 2022-12-17 00:00:00
## 856  2022-12-16 23:33:41      TRUE 2022-12-17 00:00:00
## 857  2022-12-16 23:33:37      TRUE 2022-12-17 00:00:00
## 858  2022-12-16 23:33:32      TRUE 2022-12-17 00:00:00
## 859  2022-12-16 23:33:31      TRUE 2022-12-17 00:00:00
## 860  2022-12-16 23:33:27      TRUE 2022-12-17 00:00:00
## 861  2022-12-16 23:33:26      TRUE 2022-12-17 00:00:00
## 862  2022-12-16 23:33:26      TRUE 2022-12-17 00:00:00
## 863  2022-12-16 23:33:26      TRUE 2022-12-17 00:00:00
## 864  2022-12-16 23:33:23      TRUE 2022-12-17 00:00:00
## 865  2022-12-16 23:33:19      TRUE 2022-12-17 00:00:00
## 866  2022-12-16 23:33:08      TRUE 2022-12-17 00:00:00
## 867  2022-12-16 23:33:07      TRUE 2022-12-17 00:00:00
## 868  2022-12-16 23:33:04      TRUE 2022-12-17 00:00:00
## 869  2022-12-16 23:33:02      TRUE 2022-12-17 00:00:00
## 870  2022-12-16 23:33:01      TRUE 2022-12-17 00:00:00
## 871  2022-12-16 23:32:57      TRUE 2022-12-17 00:00:00
## 872  2022-12-16 23:32:55      TRUE 2022-12-17 00:00:00
## 873  2022-12-16 23:32:50      TRUE 2022-12-17 00:00:00
## 874  2022-12-16 23:32:49      TRUE 2022-12-17 00:00:00
## 875  2022-12-16 23:32:47      TRUE 2022-12-17 00:00:00
## 876  2022-12-16 23:32:47      TRUE 2022-12-17 00:00:00
## 877  2022-12-16 23:32:46      TRUE 2022-12-17 00:00:00
## 878  2022-12-16 23:32:42      TRUE 2022-12-17 00:00:00
## 879  2022-12-16 23:32:42      TRUE 2022-12-17 00:00:00
## 880  2022-12-16 23:32:41      TRUE 2022-12-17 00:00:00
## 881  2022-12-16 23:32:38      TRUE 2022-12-17 00:00:00
## 882  2022-12-16 23:32:37      TRUE 2022-12-17 00:00:00
## 883  2022-12-16 23:32:36      TRUE 2022-12-17 00:00:00
## 884  2022-12-16 23:32:36      TRUE 2022-12-17 00:00:00
## 885  2022-12-16 23:32:35      TRUE 2022-12-17 00:00:00
## 886  2022-12-16 23:32:32      TRUE 2022-12-17 00:00:00
## 887  2022-12-16 23:32:30      TRUE 2022-12-17 00:00:00
## 888  2022-12-16 23:32:30      TRUE 2022-12-17 00:00:00
## 889  2022-12-16 23:32:29      TRUE 2022-12-17 00:00:00
## 890  2022-12-16 23:32:28      TRUE 2022-12-17 00:00:00
## 891  2022-12-16 23:32:27      TRUE 2022-12-17 00:00:00
## 892  2022-12-16 23:32:23      TRUE 2022-12-17 00:00:00
## 893  2022-12-16 23:32:23      TRUE 2022-12-17 00:00:00
## 894  2022-12-16 23:32:19      TRUE 2022-12-17 00:00:00
## 895  2022-12-16 23:32:16      TRUE 2022-12-17 00:00:00
## 896  2022-12-16 23:32:15      TRUE 2022-12-17 00:00:00
## 897  2022-12-16 23:32:14      TRUE 2022-12-17 00:00:00
## 898  2022-12-16 23:32:10      TRUE 2022-12-17 00:00:00
## 899  2022-12-16 23:32:08      TRUE 2022-12-17 00:00:00
## 900  2022-12-16 23:32:04      TRUE 2022-12-17 00:00:00
## 901  2022-12-16 23:32:02      TRUE 2022-12-17 00:00:00
## 902  2022-12-16 23:32:02      TRUE 2022-12-17 00:00:00
## 903  2022-12-16 23:31:53      TRUE 2022-12-17 00:00:00
## 904  2022-12-16 23:31:53      TRUE 2022-12-17 00:00:00
## 905  2022-12-16 23:31:53      TRUE 2022-12-17 00:00:00
## 906  2022-12-16 23:31:49      TRUE 2022-12-17 00:00:00
## 907  2022-12-16 23:31:48      TRUE 2022-12-17 00:00:00
## 908  2022-12-16 23:31:47      TRUE 2022-12-17 00:00:00
## 909  2022-12-16 23:31:43      TRUE 2022-12-17 00:00:00
## 910  2022-12-16 23:31:42      TRUE 2022-12-17 00:00:00
## 911  2022-12-16 23:31:39      TRUE 2022-12-17 00:00:00
## 912  2022-12-16 23:31:39      TRUE 2022-12-17 00:00:00
## 913  2022-12-16 23:31:36      TRUE 2022-12-17 00:00:00
## 914  2022-12-16 23:31:28      TRUE 2022-12-17 00:00:00
## 915  2022-12-16 23:31:26      TRUE 2022-12-17 00:00:00
## 916  2022-12-16 23:31:26      TRUE 2022-12-17 00:00:00
## 917  2022-12-16 23:31:26      TRUE 2022-12-17 00:00:00
## 918  2022-12-16 23:31:25      TRUE 2022-12-17 00:00:00
## 919  2022-12-16 23:31:21      TRUE 2022-12-17 00:00:00
## 920  2022-12-16 23:31:21      TRUE 2022-12-17 00:00:00
## 921  2022-12-16 23:31:16      TRUE 2022-12-17 00:00:00
## 922  2022-12-16 23:31:13      TRUE 2022-12-17 00:00:00
## 923  2022-12-16 23:31:12      TRUE 2022-12-17 00:00:00
## 924  2022-12-16 23:31:10      TRUE 2022-12-17 00:00:00
## 925  2022-12-16 23:31:09      TRUE 2022-12-17 00:00:00
## 926  2022-12-16 23:31:06      TRUE 2022-12-17 00:00:00
## 927  2022-12-16 23:31:06      TRUE 2022-12-17 00:00:00
## 928  2022-12-16 23:31:06      TRUE 2022-12-17 00:00:00
## 929  2022-12-16 23:31:02      TRUE 2022-12-17 00:00:00
## 930  2022-12-16 23:31:02      TRUE 2022-12-17 00:00:00
## 931  2022-12-16 23:30:58      TRUE 2022-12-17 00:00:00
## 932  2022-12-16 23:30:56      TRUE 2022-12-17 00:00:00
## 933  2022-12-16 23:30:54      TRUE 2022-12-17 00:00:00
## 934  2022-12-16 23:30:51      TRUE 2022-12-17 00:00:00
## 935  2022-12-16 23:30:49      TRUE 2022-12-17 00:00:00
## 936  2022-12-16 23:30:48      TRUE 2022-12-17 00:00:00
## 937  2022-12-16 23:30:47      TRUE 2022-12-17 00:00:00
## 938  2022-12-16 23:30:46      TRUE 2022-12-17 00:00:00
## 939  2022-12-16 23:30:46      TRUE 2022-12-17 00:00:00
## 940  2022-12-16 23:30:45      TRUE 2022-12-17 00:00:00
## 941  2022-12-16 23:30:40      TRUE 2022-12-17 00:00:00
## 942  2022-12-16 23:30:36      TRUE 2022-12-17 00:00:00
## 943  2022-12-16 23:30:33      TRUE 2022-12-17 00:00:00
## 944  2022-12-16 23:30:31      TRUE 2022-12-17 00:00:00
## 945  2022-12-16 23:30:29      TRUE 2022-12-17 00:00:00
## 946  2022-12-16 23:30:28      TRUE 2022-12-17 00:00:00
## 947  2022-12-16 23:30:25      TRUE 2022-12-17 00:00:00
## 948  2022-12-16 23:30:23      TRUE 2022-12-17 00:00:00
## 949  2022-12-16 23:30:22      TRUE 2022-12-17 00:00:00
## 950  2022-12-16 23:30:17      TRUE 2022-12-17 00:00:00
## 951  2022-12-16 23:30:13      TRUE 2022-12-17 00:00:00
## 952  2022-12-16 23:30:11      TRUE 2022-12-17 00:00:00
## 953  2022-12-16 23:30:10      TRUE 2022-12-17 00:00:00
## 954  2022-12-16 23:30:09      TRUE 2022-12-17 00:00:00
## 955  2022-12-16 23:30:02      TRUE 2022-12-17 00:00:00
## 956  2022-12-16 23:30:02      TRUE 2022-12-17 00:00:00
## 957  2022-12-16 23:30:00      TRUE 2022-12-17 00:00:00
## 958  2022-12-16 23:29:59      TRUE 2022-12-16 23:00:00
## 959  2022-12-16 23:29:56      TRUE 2022-12-16 23:00:00
## 960  2022-12-16 23:29:55      TRUE 2022-12-16 23:00:00
## 961  2022-12-16 23:29:54      TRUE 2022-12-16 23:00:00
## 962  2022-12-16 23:29:54      TRUE 2022-12-16 23:00:00
## 963  2022-12-16 23:29:50      TRUE 2022-12-16 23:00:00
## 964  2022-12-16 23:29:48      TRUE 2022-12-16 23:00:00
## 965  2022-12-16 23:29:48      TRUE 2022-12-16 23:00:00
## 966  2022-12-16 23:29:46      TRUE 2022-12-16 23:00:00
## 967  2022-12-16 23:29:45      TRUE 2022-12-16 23:00:00
## 968  2022-12-16 23:29:45      TRUE 2022-12-16 23:00:00
## 969  2022-12-16 23:29:40      TRUE 2022-12-16 23:00:00
## 970  2022-12-16 23:29:36      TRUE 2022-12-16 23:00:00
## 971  2022-12-16 23:29:36      TRUE 2022-12-16 23:00:00
## 972  2022-12-16 23:29:31      TRUE 2022-12-16 23:00:00
## 973  2022-12-16 23:29:30      TRUE 2022-12-16 23:00:00
## 974  2022-12-16 23:29:26      TRUE 2022-12-16 23:00:00
## 975  2022-12-16 23:29:21      TRUE 2022-12-16 23:00:00
## 976  2022-12-16 23:29:21      TRUE 2022-12-16 23:00:00
## 977  2022-12-16 23:29:19      TRUE 2022-12-16 23:00:00
## 978  2022-12-16 23:29:19      TRUE 2022-12-16 23:00:00
## 979  2022-12-16 23:29:19      TRUE 2022-12-16 23:00:00
## 980  2022-12-16 23:29:18      TRUE 2022-12-16 23:00:00
## 981  2022-12-16 23:29:13      TRUE 2022-12-16 23:00:00
## 982  2022-12-16 23:29:09      TRUE 2022-12-16 23:00:00
## 983  2022-12-16 23:29:08      TRUE 2022-12-16 23:00:00
## 984  2022-12-16 23:29:08      TRUE 2022-12-16 23:00:00
## 985  2022-12-16 23:29:07      TRUE 2022-12-16 23:00:00
## 986  2022-12-16 23:29:05      TRUE 2022-12-16 23:00:00
## 987  2022-12-16 23:29:01      TRUE 2022-12-16 23:00:00
## 988  2022-12-16 23:28:56      TRUE 2022-12-16 23:00:00
## 989  2022-12-16 23:28:53      TRUE 2022-12-16 23:00:00
## 990  2022-12-16 23:28:53      TRUE 2022-12-16 23:00:00
## 991  2022-12-16 23:28:48      TRUE 2022-12-16 23:00:00
## 992  2022-12-16 23:28:45      TRUE 2022-12-16 23:00:00
## 993  2022-12-16 23:28:44      TRUE 2022-12-16 23:00:00
## 994  2022-12-16 23:28:40      TRUE 2022-12-16 23:00:00
## 995  2022-12-16 23:28:39      TRUE 2022-12-16 23:00:00
## 996  2022-12-16 23:28:35      TRUE 2022-12-16 23:00:00
## 997  2022-12-16 23:28:32      TRUE 2022-12-16 23:00:00
## 998  2022-12-16 23:28:31      TRUE 2022-12-16 23:00:00
## 999  2022-12-16 23:28:30      TRUE 2022-12-16 23:00:00
## 1000 2022-12-16 23:28:26      TRUE 2022-12-16 23:00:00
## 1001 2022-12-16 23:28:25      TRUE 2022-12-16 23:00:00
## 1002 2022-12-16 23:28:25      TRUE 2022-12-16 23:00:00
## 1003 2022-12-16 23:28:25      TRUE 2022-12-16 23:00:00
## 1004 2022-12-16 23:28:22      TRUE 2022-12-16 23:00:00
## 1005 2022-12-16 23:28:22      TRUE 2022-12-16 23:00:00
## 1006 2022-12-16 23:28:18      TRUE 2022-12-16 23:00:00
## 1007 2022-12-16 23:28:17      TRUE 2022-12-16 23:00:00
## 1008 2022-12-16 23:28:13      TRUE 2022-12-16 23:00:00
## 1009 2022-12-16 23:28:12      TRUE 2022-12-16 23:00:00
## 1010 2022-12-16 23:28:11      TRUE 2022-12-16 23:00:00
## 1011 2022-12-16 23:28:08      TRUE 2022-12-16 23:00:00
## 1012 2022-12-16 23:28:08      TRUE 2022-12-16 23:00:00
## 1013 2022-12-16 23:28:07      TRUE 2022-12-16 23:00:00
## 1014 2022-12-16 23:28:06      TRUE 2022-12-16 23:00:00
## 1015 2022-12-16 23:28:05      TRUE 2022-12-16 23:00:00
## 1016 2022-12-16 23:28:04      TRUE 2022-12-16 23:00:00
## 1017 2022-12-16 23:27:59      TRUE 2022-12-16 23:00:00
## 1018 2022-12-16 23:27:57      TRUE 2022-12-16 23:00:00
## 1019 2022-12-16 23:27:57      TRUE 2022-12-16 23:00:00
## 1020 2022-12-16 23:27:56      TRUE 2022-12-16 23:00:00
## 1021 2022-12-16 23:27:55      TRUE 2022-12-16 23:00:00
## 1022 2022-12-16 23:27:54      TRUE 2022-12-16 23:00:00
## 1023 2022-12-16 23:27:52      TRUE 2022-12-16 23:00:00
## 1024 2022-12-16 23:27:49      TRUE 2022-12-16 23:00:00
## 1025 2022-12-16 23:27:46      TRUE 2022-12-16 23:00:00
## 1026 2022-12-16 23:27:44      TRUE 2022-12-16 23:00:00
## 1027 2022-12-16 23:27:44      TRUE 2022-12-16 23:00:00
## 1028 2022-12-16 23:27:43      TRUE 2022-12-16 23:00:00
## 1029 2022-12-16 23:27:42      TRUE 2022-12-16 23:00:00
## 1030 2022-12-16 23:27:42      TRUE 2022-12-16 23:00:00
## 1031 2022-12-16 23:27:42      TRUE 2022-12-16 23:00:00
## 1032 2022-12-16 23:27:38      TRUE 2022-12-16 23:00:00
## 1033 2022-12-16 23:27:36      TRUE 2022-12-16 23:00:00
## 1034 2022-12-16 23:27:35      TRUE 2022-12-16 23:00:00
## 1035 2022-12-16 23:27:33      TRUE 2022-12-16 23:00:00
## 1036 2022-12-16 23:27:29      TRUE 2022-12-16 23:00:00
## 1037 2022-12-16 23:27:27      TRUE 2022-12-16 23:00:00
## 1038 2022-12-16 23:27:27      TRUE 2022-12-16 23:00:00
## 1039 2022-12-16 23:27:26      TRUE 2022-12-16 23:00:00
## 1040 2022-12-16 23:27:26      TRUE 2022-12-16 23:00:00
## 1041 2022-12-16 23:27:26      TRUE 2022-12-16 23:00:00
## 1042 2022-12-16 23:27:24      TRUE 2022-12-16 23:00:00
## 1043 2022-12-16 23:27:23      TRUE 2022-12-16 23:00:00
## 1044 2022-12-16 23:27:23      TRUE 2022-12-16 23:00:00
## 1045 2022-12-16 23:27:21      TRUE 2022-12-16 23:00:00
## 1046 2022-12-16 23:27:21      TRUE 2022-12-16 23:00:00
## 1047 2022-12-16 23:27:19      TRUE 2022-12-16 23:00:00
## 1048 2022-12-16 23:27:18      TRUE 2022-12-16 23:00:00
## 1049 2022-12-16 23:27:11      TRUE 2022-12-16 23:00:00
## 1050 2022-12-16 23:27:11      TRUE 2022-12-16 23:00:00
## 1051 2022-12-16 23:27:10      TRUE 2022-12-16 23:00:00
## 1052 2022-12-16 23:27:09      TRUE 2022-12-16 23:00:00
## 1053 2022-12-16 23:27:03      TRUE 2022-12-16 23:00:00
## 1054 2022-12-16 23:27:03      TRUE 2022-12-16 23:00:00
## 1055 2022-12-16 23:27:01      TRUE 2022-12-16 23:00:00
## 1056 2022-12-16 23:27:00      TRUE 2022-12-16 23:00:00
## 1057 2022-12-16 23:27:00      TRUE 2022-12-16 23:00:00
## 1058 2022-12-16 23:26:59      TRUE 2022-12-16 23:00:00
## 1059 2022-12-16 23:26:59      TRUE 2022-12-16 23:00:00
## 1060 2022-12-16 23:26:59      TRUE 2022-12-16 23:00:00
## 1061 2022-12-16 23:26:58      TRUE 2022-12-16 23:00:00
## 1062 2022-12-16 23:26:54      TRUE 2022-12-16 23:00:00
## 1063 2022-12-16 23:26:54      TRUE 2022-12-16 23:00:00
## 1064 2022-12-16 23:26:53      TRUE 2022-12-16 23:00:00
## 1065 2022-12-16 23:26:49      TRUE 2022-12-16 23:00:00
## 1066 2022-12-16 23:26:46      TRUE 2022-12-16 23:00:00
## 1067 2022-12-16 23:26:44      TRUE 2022-12-16 23:00:00
## 1068 2022-12-16 23:26:43      TRUE 2022-12-16 23:00:00
## 1069 2022-12-16 23:26:41      TRUE 2022-12-16 23:00:00
## 1070 2022-12-16 23:26:40      TRUE 2022-12-16 23:00:00
## 1071 2022-12-16 23:26:36      TRUE 2022-12-16 23:00:00
## 1072 2022-12-16 23:26:33      TRUE 2022-12-16 23:00:00
## 1073 2022-12-16 23:26:32      TRUE 2022-12-16 23:00:00
## 1074 2022-12-16 23:26:29      TRUE 2022-12-16 23:00:00
## 1075 2022-12-16 23:26:28      TRUE 2022-12-16 23:00:00
## 1076 2022-12-16 23:26:27      TRUE 2022-12-16 23:00:00
## 1077 2022-12-16 23:26:25      TRUE 2022-12-16 23:00:00
## 1078 2022-12-16 23:26:21      TRUE 2022-12-16 23:00:00
## 1079 2022-12-16 23:26:18      TRUE 2022-12-16 23:00:00
## 1080 2022-12-16 23:26:15      TRUE 2022-12-16 23:00:00
## 1081 2022-12-16 23:26:13      TRUE 2022-12-16 23:00:00
## 1082 2022-12-16 23:26:09      TRUE 2022-12-16 23:00:00
## 1083 2022-12-16 23:26:07      TRUE 2022-12-16 23:00:00
## 1084 2022-12-16 23:26:07      TRUE 2022-12-16 23:00:00
## 1085 2022-12-16 23:26:06      TRUE 2022-12-16 23:00:00
## 1086 2022-12-16 23:26:05      TRUE 2022-12-16 23:00:00
## 1087 2022-12-16 23:25:57      TRUE 2022-12-16 23:00:00
## 1088 2022-12-16 23:25:56      TRUE 2022-12-16 23:00:00
## 1089 2022-12-16 23:25:50      TRUE 2022-12-16 23:00:00
## 1090 2022-12-16 23:25:45      TRUE 2022-12-16 23:00:00
## 1091 2022-12-16 23:25:41      TRUE 2022-12-16 23:00:00
## 1092 2022-12-16 23:25:39      TRUE 2022-12-16 23:00:00
## 1093 2022-12-16 23:25:39      TRUE 2022-12-16 23:00:00
## 1094 2022-12-16 23:25:35      TRUE 2022-12-16 23:00:00
## 1095 2022-12-16 23:25:35      TRUE 2022-12-16 23:00:00
## 1096 2022-12-16 23:25:34      TRUE 2022-12-16 23:00:00
## 1097 2022-12-16 23:25:30      TRUE 2022-12-16 23:00:00
## 1098 2022-12-16 23:25:29      TRUE 2022-12-16 23:00:00
## 1099 2022-12-16 23:25:29      TRUE 2022-12-16 23:00:00
## 1100 2022-12-16 23:25:28      TRUE 2022-12-16 23:00:00
## 1101 2022-12-16 23:25:24      TRUE 2022-12-16 23:00:00
## 1102 2022-12-16 23:25:23      TRUE 2022-12-16 23:00:00
## 1103 2022-12-16 23:25:23      TRUE 2022-12-16 23:00:00
## 1104 2022-12-16 23:25:21      TRUE 2022-12-16 23:00:00
## 1105 2022-12-16 23:25:20      TRUE 2022-12-16 23:00:00
## 1106 2022-12-16 23:25:19      TRUE 2022-12-16 23:00:00
## 1107 2022-12-16 23:25:12      TRUE 2022-12-16 23:00:00
## 1108 2022-12-16 23:25:07      TRUE 2022-12-16 23:00:00
## 1109 2022-12-16 23:25:06      TRUE 2022-12-16 23:00:00
## 1110 2022-12-16 23:25:04      TRUE 2022-12-16 23:00:00
## 1111 2022-12-16 23:25:00      TRUE 2022-12-16 23:00:00
## 1112 2022-12-16 23:24:59      TRUE 2022-12-16 23:00:00
## 1113 2022-12-16 23:24:59      TRUE 2022-12-16 23:00:00
## 1114 2022-12-16 23:24:57      TRUE 2022-12-16 23:00:00
## 1115 2022-12-16 23:24:55      TRUE 2022-12-16 23:00:00
## 1116 2022-12-16 23:24:48      TRUE 2022-12-16 23:00:00
## 1117 2022-12-16 23:24:45      TRUE 2022-12-16 23:00:00
## 1118 2022-12-16 23:24:42      TRUE 2022-12-16 23:00:00
## 1119 2022-12-16 23:24:42      TRUE 2022-12-16 23:00:00
## 1120 2022-12-16 23:24:36      TRUE 2022-12-16 23:00:00
## 1121 2022-12-16 23:24:22      TRUE 2022-12-16 23:00:00
## 1122 2022-12-16 23:24:21      TRUE 2022-12-16 23:00:00
## 1123 2022-12-16 23:24:19      TRUE 2022-12-16 23:00:00
## 1124 2022-12-16 23:24:18      TRUE 2022-12-16 23:00:00
## 1125 2022-12-16 23:24:12      TRUE 2022-12-16 23:00:00
## 1126 2022-12-16 23:24:08      TRUE 2022-12-16 23:00:00
## 1127 2022-12-16 23:24:05      TRUE 2022-12-16 23:00:00
## 1128 2022-12-16 23:24:05      TRUE 2022-12-16 23:00:00
## 1129 2022-12-16 23:24:05      TRUE 2022-12-16 23:00:00
## 1130 2022-12-16 23:24:00      TRUE 2022-12-16 23:00:00
## 1131 2022-12-16 23:23:58      TRUE 2022-12-16 23:00:00
## 1132 2022-12-16 23:23:55      TRUE 2022-12-16 23:00:00
## 1133 2022-12-16 23:23:52      TRUE 2022-12-16 23:00:00
## 1134 2022-12-16 23:23:50      TRUE 2022-12-16 23:00:00
## 1135 2022-12-16 23:23:50      TRUE 2022-12-16 23:00:00
## 1136 2022-12-16 23:23:46      TRUE 2022-12-16 23:00:00
## 1137 2022-12-16 23:23:45      TRUE 2022-12-16 23:00:00
## 1138 2022-12-16 23:23:45      TRUE 2022-12-16 23:00:00
## 1139 2022-12-16 23:23:40      TRUE 2022-12-16 23:00:00
## 1140 2022-12-16 23:23:39      TRUE 2022-12-16 23:00:00
## 1141 2022-12-16 23:23:38      TRUE 2022-12-16 23:00:00
## 1142 2022-12-16 23:23:34      TRUE 2022-12-16 23:00:00
## 1143 2022-12-16 23:23:32      TRUE 2022-12-16 23:00:00
## 1144 2022-12-16 23:23:31      TRUE 2022-12-16 23:00:00
## 1145 2022-12-16 23:23:28      TRUE 2022-12-16 23:00:00
## 1146 2022-12-16 23:23:21      TRUE 2022-12-16 23:00:00
## 1147 2022-12-16 23:23:19      TRUE 2022-12-16 23:00:00
## 1148 2022-12-16 23:23:15      TRUE 2022-12-16 23:00:00
## 1149 2022-12-16 23:23:14      TRUE 2022-12-16 23:00:00
## 1150 2022-12-16 23:23:13      TRUE 2022-12-16 23:00:00
## 1151 2022-12-16 23:23:11      TRUE 2022-12-16 23:00:00
## 1152 2022-12-16 23:23:07      TRUE 2022-12-16 23:00:00
## 1153 2022-12-16 23:23:01      TRUE 2022-12-16 23:00:00
## 1154 2022-12-16 23:23:00      TRUE 2022-12-16 23:00:00
## 1155 2022-12-16 23:22:59      TRUE 2022-12-16 23:00:00
## 1156 2022-12-16 23:22:58      TRUE 2022-12-16 23:00:00
## 1157 2022-12-16 23:22:58      TRUE 2022-12-16 23:00:00
## 1158 2022-12-16 23:22:52      TRUE 2022-12-16 23:00:00
## 1159 2022-12-16 23:22:50      TRUE 2022-12-16 23:00:00
## 1160 2022-12-16 23:22:45      TRUE 2022-12-16 23:00:00
## 1161 2022-12-16 23:22:44      TRUE 2022-12-16 23:00:00
## 1162 2022-12-16 23:22:42      TRUE 2022-12-16 23:00:00
## 1163 2022-12-16 23:22:37      TRUE 2022-12-16 23:00:00
## 1164 2022-12-16 23:22:35      TRUE 2022-12-16 23:00:00
## 1165 2022-12-16 23:22:35      TRUE 2022-12-16 23:00:00
## 1166 2022-12-16 23:22:34      TRUE 2022-12-16 23:00:00
## 1167 2022-12-16 23:22:32      TRUE 2022-12-16 23:00:00
## 1168 2022-12-16 23:22:30      TRUE 2022-12-16 23:00:00
## 1169 2022-12-16 23:22:30      TRUE 2022-12-16 23:00:00
## 1170 2022-12-16 23:22:27      TRUE 2022-12-16 23:00:00
## 1171 2022-12-16 23:22:27      TRUE 2022-12-16 23:00:00
## 1172 2022-12-16 23:22:26      TRUE 2022-12-16 23:00:00
## 1173 2022-12-16 23:22:26      TRUE 2022-12-16 23:00:00
## 1174 2022-12-16 23:22:21      TRUE 2022-12-16 23:00:00
## 1175 2022-12-16 23:22:19      TRUE 2022-12-16 23:00:00
## 1176 2022-12-16 23:22:19      TRUE 2022-12-16 23:00:00
## 1177 2022-12-16 23:22:19      TRUE 2022-12-16 23:00:00
## 1178 2022-12-16 23:22:15      TRUE 2022-12-16 23:00:00
## 1179 2022-12-16 23:22:14      TRUE 2022-12-16 23:00:00
## 1180 2022-12-16 23:22:09      TRUE 2022-12-16 23:00:00
## 1181 2022-12-16 23:22:09      TRUE 2022-12-16 23:00:00
## 1182 2022-12-16 23:22:07      TRUE 2022-12-16 23:00:00
## 1183 2022-12-16 23:22:01      TRUE 2022-12-16 23:00:00
## 1184 2022-12-16 23:22:01      TRUE 2022-12-16 23:00:00
## 1185 2022-12-16 23:22:01      TRUE 2022-12-16 23:00:00
## 1186 2022-12-16 23:22:01      TRUE 2022-12-16 23:00:00
## 1187 2022-12-16 23:21:57      TRUE 2022-12-16 23:00:00
## 1188 2022-12-16 23:21:55      TRUE 2022-12-16 23:00:00
## 1189 2022-12-16 23:21:55      TRUE 2022-12-16 23:00:00
## 1190 2022-12-16 23:21:52      TRUE 2022-12-16 23:00:00
## 1191 2022-12-16 23:21:49      TRUE 2022-12-16 23:00:00
## 1192 2022-12-16 23:21:46      TRUE 2022-12-16 23:00:00
## 1193 2022-12-16 23:21:46      TRUE 2022-12-16 23:00:00
## 1194 2022-12-16 23:21:45      TRUE 2022-12-16 23:00:00
## 1195 2022-12-16 23:21:40      TRUE 2022-12-16 23:00:00
## 1196 2022-12-16 23:21:38      TRUE 2022-12-16 23:00:00
## 1197 2022-12-16 23:21:34      TRUE 2022-12-16 23:00:00
## 1198 2022-12-16 23:21:33      TRUE 2022-12-16 23:00:00
## 1199 2022-12-16 23:21:32      TRUE 2022-12-16 23:00:00
## 1200 2022-12-16 23:21:31      TRUE 2022-12-16 23:00:00
## 1201 2022-12-16 23:21:31      TRUE 2022-12-16 23:00:00
## 1202 2022-12-16 23:21:30      TRUE 2022-12-16 23:00:00
## 1203 2022-12-16 23:21:30      TRUE 2022-12-16 23:00:00
## 1204 2022-12-16 23:21:27      TRUE 2022-12-16 23:00:00
## 1205 2022-12-16 23:21:27      TRUE 2022-12-16 23:00:00
## 1206 2022-12-16 23:21:27      TRUE 2022-12-16 23:00:00
## 1207 2022-12-16 23:21:26      TRUE 2022-12-16 23:00:00
## 1208 2022-12-16 23:21:23      TRUE 2022-12-16 23:00:00
## 1209 2022-12-16 23:21:23      TRUE 2022-12-16 23:00:00
## 1210 2022-12-16 23:21:22      TRUE 2022-12-16 23:00:00
## 1211 2022-12-16 23:21:16      TRUE 2022-12-16 23:00:00
## 1212 2022-12-16 23:21:16      TRUE 2022-12-16 23:00:00
## 1213 2022-12-16 23:21:16      TRUE 2022-12-16 23:00:00
## 1214 2022-12-16 23:21:14      TRUE 2022-12-16 23:00:00
## 1215 2022-12-16 23:21:12      TRUE 2022-12-16 23:00:00
## 1216 2022-12-16 23:21:12      TRUE 2022-12-16 23:00:00
## 1217 2022-12-16 23:21:11      TRUE 2022-12-16 23:00:00
## 1218 2022-12-16 23:21:08      TRUE 2022-12-16 23:00:00
## 1219 2022-12-16 23:21:07      TRUE 2022-12-16 23:00:00
## 1220 2022-12-16 23:21:04      TRUE 2022-12-16 23:00:00
## 1221 2022-12-16 23:21:04      TRUE 2022-12-16 23:00:00
## 1222 2022-12-16 23:21:03      TRUE 2022-12-16 23:00:00
## 1223 2022-12-16 23:21:02      TRUE 2022-12-16 23:00:00
## 1224 2022-12-16 23:21:00      TRUE 2022-12-16 23:00:00
## 1225 2022-12-16 23:20:55      TRUE 2022-12-16 23:00:00
## 1226 2022-12-16 23:20:55      TRUE 2022-12-16 23:00:00
## 1227 2022-12-16 23:20:53      TRUE 2022-12-16 23:00:00
## 1228 2022-12-16 23:20:45      TRUE 2022-12-16 23:00:00
## 1229 2022-12-16 23:20:37      TRUE 2022-12-16 23:00:00
## 1230 2022-12-16 23:20:32      TRUE 2022-12-16 23:00:00
## 1231 2022-12-16 23:20:31      TRUE 2022-12-16 23:00:00
## 1232 2022-12-16 23:20:26      TRUE 2022-12-16 23:00:00
## 1233 2022-12-16 23:20:25      TRUE 2022-12-16 23:00:00
## 1234 2022-12-16 23:20:24      TRUE 2022-12-16 23:00:00
## 1235 2022-12-16 23:20:17      TRUE 2022-12-16 23:00:00
## 1236 2022-12-16 23:20:17      TRUE 2022-12-16 23:00:00
## 1237 2022-12-16 23:20:14      TRUE 2022-12-16 23:00:00
## 1238 2022-12-16 23:20:13      TRUE 2022-12-16 23:00:00
## 1239 2022-12-16 23:20:12      TRUE 2022-12-16 23:00:00
## 1240 2022-12-16 23:20:11      TRUE 2022-12-16 23:00:00
## 1241 2022-12-16 23:20:11      TRUE 2022-12-16 23:00:00
## 1242 2022-12-16 23:20:11      TRUE 2022-12-16 23:00:00
## 1243 2022-12-16 23:20:10      TRUE 2022-12-16 23:00:00
## 1244 2022-12-16 23:20:09      TRUE 2022-12-16 23:00:00
## 1245 2022-12-16 23:20:08      TRUE 2022-12-16 23:00:00
## 1246 2022-12-16 23:20:08      TRUE 2022-12-16 23:00:00
## 1247 2022-12-16 23:20:06      TRUE 2022-12-16 23:00:00
## 1248 2022-12-16 23:20:06      TRUE 2022-12-16 23:00:00
## 1249 2022-12-16 23:20:05      TRUE 2022-12-16 23:00:00
## 1250 2022-12-16 23:20:04      TRUE 2022-12-16 23:00:00
## 1251 2022-12-16 23:20:03      TRUE 2022-12-16 23:00:00
## 1252 2022-12-16 23:20:03      TRUE 2022-12-16 23:00:00
## 1253 2022-12-16 23:20:01      TRUE 2022-12-16 23:00:00
## 1254 2022-12-16 23:19:59      TRUE 2022-12-16 23:00:00
## 1255 2022-12-16 23:19:59      TRUE 2022-12-16 23:00:00
## 1256 2022-12-16 23:19:57      TRUE 2022-12-16 23:00:00
## 1257 2022-12-16 23:19:56      TRUE 2022-12-16 23:00:00
## 1258 2022-12-16 23:19:55      TRUE 2022-12-16 23:00:00
## 1259 2022-12-16 23:19:55      TRUE 2022-12-16 23:00:00
## 1260 2022-12-16 23:19:52      TRUE 2022-12-16 23:00:00
## 1261 2022-12-16 23:19:52      TRUE 2022-12-16 23:00:00
## 1262 2022-12-16 23:19:48      TRUE 2022-12-16 23:00:00
## 1263 2022-12-16 23:19:47      TRUE 2022-12-16 23:00:00
## 1264 2022-12-16 23:19:46      TRUE 2022-12-16 23:00:00
## 1265 2022-12-16 23:19:45      TRUE 2022-12-16 23:00:00
## 1266 2022-12-16 23:19:44      TRUE 2022-12-16 23:00:00
## 1267 2022-12-16 23:19:43      TRUE 2022-12-16 23:00:00
## 1268 2022-12-16 23:19:40      TRUE 2022-12-16 23:00:00
## 1269 2022-12-16 23:19:38      TRUE 2022-12-16 23:00:00
## 1270 2022-12-16 23:19:38      TRUE 2022-12-16 23:00:00
## 1271 2022-12-16 23:19:36      TRUE 2022-12-16 23:00:00
## 1272 2022-12-16 23:19:35      TRUE 2022-12-16 23:00:00
## 1273 2022-12-16 23:19:34      TRUE 2022-12-16 23:00:00
## 1274 2022-12-16 23:19:31      TRUE 2022-12-16 23:00:00
## 1275 2022-12-16 23:19:30      TRUE 2022-12-16 23:00:00
## 1276 2022-12-16 23:19:24      TRUE 2022-12-16 23:00:00
## 1277 2022-12-16 23:19:20      TRUE 2022-12-16 23:00:00
## 1278 2022-12-16 23:19:19      TRUE 2022-12-16 23:00:00
## 1279 2022-12-16 23:19:18      TRUE 2022-12-16 23:00:00
## 1280 2022-12-16 23:19:17      TRUE 2022-12-16 23:00:00
## 1281 2022-12-16 23:19:15      TRUE 2022-12-16 23:00:00
## 1282 2022-12-16 23:19:10      TRUE 2022-12-16 23:00:00
## 1283 2022-12-16 23:19:09      TRUE 2022-12-16 23:00:00
## 1284 2022-12-16 23:19:08      TRUE 2022-12-16 23:00:00
## 1285 2022-12-16 23:19:04      TRUE 2022-12-16 23:00:00
## 1286 2022-12-16 23:19:03      TRUE 2022-12-16 23:00:00
## 1287 2022-12-16 23:19:02      TRUE 2022-12-16 23:00:00
## 1288 2022-12-16 23:19:00      TRUE 2022-12-16 23:00:00
## 1289 2022-12-16 23:19:00      TRUE 2022-12-16 23:00:00
## 1290 2022-12-16 23:18:59      TRUE 2022-12-16 23:00:00
## 1291 2022-12-16 23:18:59      TRUE 2022-12-16 23:00:00
## 1292 2022-12-16 23:18:55      TRUE 2022-12-16 23:00:00
## 1293 2022-12-16 23:18:53      TRUE 2022-12-16 23:00:00
## 1294 2022-12-16 23:18:52      TRUE 2022-12-16 23:00:00
## 1295 2022-12-16 23:18:50      TRUE 2022-12-16 23:00:00
## 1296 2022-12-16 23:18:48      TRUE 2022-12-16 23:00:00
## 1297 2022-12-16 23:18:47      TRUE 2022-12-16 23:00:00
## 1298 2022-12-16 23:18:47      TRUE 2022-12-16 23:00:00
## 1299 2022-12-16 23:18:46      TRUE 2022-12-16 23:00:00
## 1300 2022-12-16 23:18:44      TRUE 2022-12-16 23:00:00
## 1301 2022-12-16 23:18:43      TRUE 2022-12-16 23:00:00
## 1302 2022-12-16 23:18:43      TRUE 2022-12-16 23:00:00
## 1303 2022-12-16 23:18:42      TRUE 2022-12-16 23:00:00
## 1304 2022-12-16 23:18:42      TRUE 2022-12-16 23:00:00
## 1305 2022-12-16 23:18:41      TRUE 2022-12-16 23:00:00
## 1306 2022-12-16 23:18:38      TRUE 2022-12-16 23:00:00
## 1307 2022-12-16 23:18:37      TRUE 2022-12-16 23:00:00
## 1308 2022-12-16 23:18:36      TRUE 2022-12-16 23:00:00
## 1309 2022-12-16 23:18:34      TRUE 2022-12-16 23:00:00
## 1310 2022-12-16 23:18:31      TRUE 2022-12-16 23:00:00
## 1311 2022-12-16 23:18:30      TRUE 2022-12-16 23:00:00
## 1312 2022-12-16 23:18:29      TRUE 2022-12-16 23:00:00
## 1313 2022-12-16 23:18:28      TRUE 2022-12-16 23:00:00
## 1314 2022-12-16 23:18:24      TRUE 2022-12-16 23:00:00
## 1315 2022-12-16 23:18:24      TRUE 2022-12-16 23:00:00
## 1316 2022-12-16 23:18:16      TRUE 2022-12-16 23:00:00
## 1317 2022-12-16 23:18:16      TRUE 2022-12-16 23:00:00
## 1318 2022-12-16 23:18:15      TRUE 2022-12-16 23:00:00
## 1319 2022-12-16 23:18:13      TRUE 2022-12-16 23:00:00
## 1320 2022-12-16 23:18:12      TRUE 2022-12-16 23:00:00
## 1321 2022-12-16 23:18:11      TRUE 2022-12-16 23:00:00
## 1322 2022-12-16 23:18:08      TRUE 2022-12-16 23:00:00
## 1323 2022-12-16 23:18:07      TRUE 2022-12-16 23:00:00
## 1324 2022-12-16 23:18:05      TRUE 2022-12-16 23:00:00
## 1325 2022-12-16 23:18:04      TRUE 2022-12-16 23:00:00
## 1326 2022-12-16 23:18:04      TRUE 2022-12-16 23:00:00
## 1327 2022-12-16 23:18:02      TRUE 2022-12-16 23:00:00
## 1328 2022-12-16 23:18:01      TRUE 2022-12-16 23:00:00
## 1329 2022-12-16 23:17:53      TRUE 2022-12-16 23:00:00
## 1330 2022-12-16 23:17:53      TRUE 2022-12-16 23:00:00
## 1331 2022-12-16 23:17:45      TRUE 2022-12-16 23:00:00
## 1332 2022-12-16 23:17:42      TRUE 2022-12-16 23:00:00
## 1333 2022-12-16 23:17:40      TRUE 2022-12-16 23:00:00
## 1334 2022-12-16 23:17:37      TRUE 2022-12-16 23:00:00
## 1335 2022-12-16 23:17:37      TRUE 2022-12-16 23:00:00
## 1336 2022-12-16 23:17:30      TRUE 2022-12-16 23:00:00
## 1337 2022-12-16 23:17:27      TRUE 2022-12-16 23:00:00
## 1338 2022-12-16 23:17:25      TRUE 2022-12-16 23:00:00
## 1339 2022-12-16 23:17:23      TRUE 2022-12-16 23:00:00
## 1340 2022-12-16 23:17:23      TRUE 2022-12-16 23:00:00
## 1341 2022-12-16 23:17:23      TRUE 2022-12-16 23:00:00
## 1342 2022-12-16 23:17:18      TRUE 2022-12-16 23:00:00
## 1343 2022-12-16 23:17:17      TRUE 2022-12-16 23:00:00
## 1344 2022-12-16 23:17:17      TRUE 2022-12-16 23:00:00
## 1345 2022-12-16 23:17:16      TRUE 2022-12-16 23:00:00
## 1346 2022-12-16 23:17:14      TRUE 2022-12-16 23:00:00
## 1347 2022-12-16 23:17:12      TRUE 2022-12-16 23:00:00
## 1348 2022-12-16 23:17:11      TRUE 2022-12-16 23:00:00
## 1349 2022-12-16 23:17:10      TRUE 2022-12-16 23:00:00
## 1350 2022-12-16 23:17:08      TRUE 2022-12-16 23:00:00
## 1351 2022-12-16 23:17:07      TRUE 2022-12-16 23:00:00
## 1352 2022-12-16 23:17:03      TRUE 2022-12-16 23:00:00
## 1353 2022-12-16 23:17:03      TRUE 2022-12-16 23:00:00
## 1354 2022-12-16 23:17:01      TRUE 2022-12-16 23:00:00
## 1355 2022-12-16 23:17:01      TRUE 2022-12-16 23:00:00
## 1356 2022-12-16 23:16:57      TRUE 2022-12-16 23:00:00
## 1357 2022-12-16 23:16:56      TRUE 2022-12-16 23:00:00
## 1358 2022-12-16 23:16:55      TRUE 2022-12-16 23:00:00
## 1359 2022-12-16 23:16:54      TRUE 2022-12-16 23:00:00
## 1360 2022-12-16 23:16:53      TRUE 2022-12-16 23:00:00
## 1361 2022-12-16 23:16:49      TRUE 2022-12-16 23:00:00
## 1362 2022-12-16 23:16:44      TRUE 2022-12-16 23:00:00
## 1363 2022-12-16 23:16:44      TRUE 2022-12-16 23:00:00
## 1364 2022-12-16 23:16:44      TRUE 2022-12-16 23:00:00
## 1365 2022-12-16 23:16:43      TRUE 2022-12-16 23:00:00
## 1366 2022-12-16 23:16:43      TRUE 2022-12-16 23:00:00
## 1367 2022-12-16 23:16:42      TRUE 2022-12-16 23:00:00
## 1368 2022-12-16 23:16:41      TRUE 2022-12-16 23:00:00
## 1369 2022-12-16 23:16:40      TRUE 2022-12-16 23:00:00
## 1370 2022-12-16 23:16:39      TRUE 2022-12-16 23:00:00
## 1371 2022-12-16 23:16:39      TRUE 2022-12-16 23:00:00
## 1372 2022-12-16 23:16:38      TRUE 2022-12-16 23:00:00
## 1373 2022-12-16 23:16:36      TRUE 2022-12-16 23:00:00
## 1374 2022-12-16 23:16:34      TRUE 2022-12-16 23:00:00
## 1375 2022-12-16 23:16:32      TRUE 2022-12-16 23:00:00
## 1376 2022-12-16 23:16:29      TRUE 2022-12-16 23:00:00
## 1377 2022-12-16 23:16:29      TRUE 2022-12-16 23:00:00
## 1378 2022-12-16 23:16:28      TRUE 2022-12-16 23:00:00
## 1379 2022-12-16 23:16:24      TRUE 2022-12-16 23:00:00
## 1380 2022-12-16 23:16:24      TRUE 2022-12-16 23:00:00
## 1381 2022-12-16 23:16:20      TRUE 2022-12-16 23:00:00
## 1382 2022-12-16 23:16:20      TRUE 2022-12-16 23:00:00
## 1383 2022-12-16 23:16:20      TRUE 2022-12-16 23:00:00
## 1384 2022-12-16 23:16:19      TRUE 2022-12-16 23:00:00
## 1385 2022-12-16 23:16:14      TRUE 2022-12-16 23:00:00
## 1386 2022-12-16 23:16:14      TRUE 2022-12-16 23:00:00
## 1387 2022-12-16 23:16:07      TRUE 2022-12-16 23:00:00
## 1388 2022-12-16 23:16:04      TRUE 2022-12-16 23:00:00
## 1389 2022-12-16 23:16:03      TRUE 2022-12-16 23:00:00
## 1390 2022-12-16 23:16:03      TRUE 2022-12-16 23:00:00
## 1391 2022-12-16 23:16:02      TRUE 2022-12-16 23:00:00
## 1392 2022-12-16 23:16:02      TRUE 2022-12-16 23:00:00
## 1393 2022-12-16 23:16:00      TRUE 2022-12-16 23:00:00
## 1394 2022-12-16 23:16:00      TRUE 2022-12-16 23:00:00
## 1395 2022-12-16 23:15:59      TRUE 2022-12-16 23:00:00
## 1396 2022-12-16 23:15:57      TRUE 2022-12-16 23:00:00
## 1397 2022-12-16 23:15:57      TRUE 2022-12-16 23:00:00
## 1398 2022-12-16 23:15:54      TRUE 2022-12-16 23:00:00
## 1399 2022-12-16 23:15:51      TRUE 2022-12-16 23:00:00
## 1400 2022-12-16 23:15:47      TRUE 2022-12-16 23:00:00
## 1401 2022-12-16 23:15:45      TRUE 2022-12-16 23:00:00
## 1402 2022-12-16 23:15:45      TRUE 2022-12-16 23:00:00
## 1403 2022-12-16 23:15:44      TRUE 2022-12-16 23:00:00
## 1404 2022-12-16 23:15:43      TRUE 2022-12-16 23:00:00
## 1405 2022-12-16 23:15:42      TRUE 2022-12-16 23:00:00
## 1406 2022-12-16 23:15:41      TRUE 2022-12-16 23:00:00
## 1407 2022-12-16 23:15:41      TRUE 2022-12-16 23:00:00
## 1408 2022-12-16 23:15:41      TRUE 2022-12-16 23:00:00
## 1409 2022-12-16 23:15:41      TRUE 2022-12-16 23:00:00
## 1410 2022-12-16 23:15:40      TRUE 2022-12-16 23:00:00
## 1411 2022-12-16 23:15:38      TRUE 2022-12-16 23:00:00
## 1412 2022-12-16 23:15:36      TRUE 2022-12-16 23:00:00
## 1413 2022-12-16 23:15:33      TRUE 2022-12-16 23:00:00
## 1414 2022-12-16 23:15:30      TRUE 2022-12-16 23:00:00
## 1415 2022-12-16 23:15:30      TRUE 2022-12-16 23:00:00
## 1416 2022-12-16 23:15:29      TRUE 2022-12-16 23:00:00
## 1417 2022-12-16 23:15:26      TRUE 2022-12-16 23:00:00
## 1418 2022-12-16 23:15:23      TRUE 2022-12-16 23:00:00
## 1419 2022-12-16 23:15:21      TRUE 2022-12-16 23:00:00
## 1420 2022-12-16 23:15:21      TRUE 2022-12-16 23:00:00
## 1421 2022-12-16 23:15:20      TRUE 2022-12-16 23:00:00
## 1422 2022-12-16 23:15:20      TRUE 2022-12-16 23:00:00
## 1423 2022-12-16 23:15:16      TRUE 2022-12-16 23:00:00
## 1424 2022-12-16 23:15:14      TRUE 2022-12-16 23:00:00
## 1425 2022-12-16 23:15:12      TRUE 2022-12-16 23:00:00
## 1426 2022-12-16 23:15:11      TRUE 2022-12-16 23:00:00
## 1427 2022-12-16 23:15:10      TRUE 2022-12-16 23:00:00
## 1428 2022-12-16 23:15:03      TRUE 2022-12-16 23:00:00
## 1429 2022-12-16 23:15:02      TRUE 2022-12-16 23:00:00
## 1430 2022-12-16 23:15:01      TRUE 2022-12-16 23:00:00
## 1431 2022-12-16 23:14:59      TRUE 2022-12-16 23:00:00
## 1432 2022-12-16 23:14:58      TRUE 2022-12-16 23:00:00
## 1433 2022-12-16 23:14:57      TRUE 2022-12-16 23:00:00
## 1434 2022-12-16 23:14:56      TRUE 2022-12-16 23:00:00
## 1435 2022-12-16 23:14:55      TRUE 2022-12-16 23:00:00
## 1436 2022-12-16 23:14:51      TRUE 2022-12-16 23:00:00
## 1437 2022-12-16 23:14:48      TRUE 2022-12-16 23:00:00
## 1438 2022-12-16 23:14:44      TRUE 2022-12-16 23:00:00
## 1439 2022-12-16 23:14:42      TRUE 2022-12-16 23:00:00
## 1440 2022-12-16 23:14:40      TRUE 2022-12-16 23:00:00
## 1441 2022-12-16 23:14:40      TRUE 2022-12-16 23:00:00
## 1442 2022-12-16 23:14:38      TRUE 2022-12-16 23:00:00
## 1443 2022-12-16 23:14:34      TRUE 2022-12-16 23:00:00
## 1444 2022-12-16 23:14:34      TRUE 2022-12-16 23:00:00
## 1445 2022-12-16 23:14:31      TRUE 2022-12-16 23:00:00
## 1446 2022-12-16 23:14:30      TRUE 2022-12-16 23:00:00
## 1447 2022-12-16 23:14:28      TRUE 2022-12-16 23:00:00
## 1448 2022-12-16 23:14:23      TRUE 2022-12-16 23:00:00
## 1449 2022-12-16 23:14:22      TRUE 2022-12-16 23:00:00
## 1450 2022-12-16 23:14:20      TRUE 2022-12-16 23:00:00
## 1451 2022-12-16 23:14:20      TRUE 2022-12-16 23:00:00
## 1452 2022-12-16 23:14:19      TRUE 2022-12-16 23:00:00
## 1453 2022-12-16 23:14:15      TRUE 2022-12-16 23:00:00
## 1454 2022-12-16 23:14:11      TRUE 2022-12-16 23:00:00
## 1455 2022-12-16 23:14:10      TRUE 2022-12-16 23:00:00
## 1456 2022-12-16 23:14:08      TRUE 2022-12-16 23:00:00
## 1457 2022-12-16 23:14:08      TRUE 2022-12-16 23:00:00
## 1458 2022-12-16 23:14:05      TRUE 2022-12-16 23:00:00
## 1459 2022-12-16 23:13:59      TRUE 2022-12-16 23:00:00
## 1460 2022-12-16 23:13:59      TRUE 2022-12-16 23:00:00
## 1461 2022-12-16 23:13:57      TRUE 2022-12-16 23:00:00
## 1462 2022-12-16 23:13:55      TRUE 2022-12-16 23:00:00
## 1463 2022-12-16 23:13:54      TRUE 2022-12-16 23:00:00
## 1464 2022-12-16 23:13:51      TRUE 2022-12-16 23:00:00
## 1465 2022-12-16 23:13:49      TRUE 2022-12-16 23:00:00
## 1466 2022-12-16 23:13:47      TRUE 2022-12-16 23:00:00
## 1467 2022-12-16 23:13:44      TRUE 2022-12-16 23:00:00
## 1468 2022-12-16 23:13:43      TRUE 2022-12-16 23:00:00
## 1469 2022-12-16 23:13:42      TRUE 2022-12-16 23:00:00
## 1470 2022-12-16 23:13:42      TRUE 2022-12-16 23:00:00
## 1471 2022-12-16 23:13:37      TRUE 2022-12-16 23:00:00
## 1472 2022-12-16 23:13:33      TRUE 2022-12-16 23:00:00
## 1473 2022-12-16 23:13:33      TRUE 2022-12-16 23:00:00
## 1474 2022-12-16 23:13:32      TRUE 2022-12-16 23:00:00
## 1475 2022-12-16 23:13:28      TRUE 2022-12-16 23:00:00
## 1476 2022-12-16 23:13:28      TRUE 2022-12-16 23:00:00
## 1477 2022-12-16 23:13:24      TRUE 2022-12-16 23:00:00
## 1478 2022-12-16 23:13:22      TRUE 2022-12-16 23:00:00
## 1479 2022-12-16 23:13:20      TRUE 2022-12-16 23:00:00
## 1480 2022-12-16 23:13:20      TRUE 2022-12-16 23:00:00
## 1481 2022-12-16 23:13:19      TRUE 2022-12-16 23:00:00
## 1482 2022-12-16 23:13:19      TRUE 2022-12-16 23:00:00
## 1483 2022-12-16 23:13:02      TRUE 2022-12-16 23:00:00
## 1484 2022-12-16 23:12:59      TRUE 2022-12-16 23:00:00
## 1485 2022-12-16 23:12:57      TRUE 2022-12-16 23:00:00
## 1486 2022-12-16 23:12:54      TRUE 2022-12-16 23:00:00
## 1487 2022-12-16 23:12:54      TRUE 2022-12-16 23:00:00
## 1488 2022-12-16 23:12:51      TRUE 2022-12-16 23:00:00
## 1489 2022-12-16 23:12:49      TRUE 2022-12-16 23:00:00
## 1490 2022-12-16 23:12:46      TRUE 2022-12-16 23:00:00
## 1491 2022-12-16 23:12:46      TRUE 2022-12-16 23:00:00
## 1492 2022-12-16 23:12:40      TRUE 2022-12-16 23:00:00
## 1493 2022-12-16 23:12:34      TRUE 2022-12-16 23:00:00
## 1494 2022-12-16 23:12:34      TRUE 2022-12-16 23:00:00
## 1495 2022-12-16 23:12:33      TRUE 2022-12-16 23:00:00
## 1496 2022-12-16 23:12:33      TRUE 2022-12-16 23:00:00
## 1497 2022-12-16 23:12:32      TRUE 2022-12-16 23:00:00
## 1498 2022-12-16 23:12:31      TRUE 2022-12-16 23:00:00
## 1499 2022-12-16 23:12:25      TRUE 2022-12-16 23:00:00
## 1500 2022-12-16 23:12:22      TRUE 2022-12-16 23:00:00
## 1501 2022-12-16 23:12:21      TRUE 2022-12-16 23:00:00
## 1502 2022-12-16 23:12:21      TRUE 2022-12-16 23:00:00
## 1503 2022-12-16 23:12:19      TRUE 2022-12-16 23:00:00
## 1504 2022-12-16 23:12:19      TRUE 2022-12-16 23:00:00
## 1505 2022-12-16 23:12:16      TRUE 2022-12-16 23:00:00
## 1506 2022-12-16 23:12:15      TRUE 2022-12-16 23:00:00
## 1507 2022-12-16 23:12:13      TRUE 2022-12-16 23:00:00
## 1508 2022-12-16 23:12:09      TRUE 2022-12-16 23:00:00
## 1509 2022-12-16 23:12:08      TRUE 2022-12-16 23:00:00
## 1510 2022-12-16 23:12:07      TRUE 2022-12-16 23:00:00
## 1511 2022-12-16 23:11:59      TRUE 2022-12-16 23:00:00
## 1512 2022-12-16 23:11:58      TRUE 2022-12-16 23:00:00
## 1513 2022-12-16 23:11:55      TRUE 2022-12-16 23:00:00
## 1514 2022-12-16 23:11:52      TRUE 2022-12-16 23:00:00
## 1515 2022-12-16 23:11:50      TRUE 2022-12-16 23:00:00
## 1516 2022-12-16 23:11:49      TRUE 2022-12-16 23:00:00
## 1517 2022-12-16 23:11:49      TRUE 2022-12-16 23:00:00
## 1518 2022-12-16 23:11:47      TRUE 2022-12-16 23:00:00
## 1519 2022-12-16 23:11:42      TRUE 2022-12-16 23:00:00
## 1520 2022-12-16 23:11:38      TRUE 2022-12-16 23:00:00
## 1521 2022-12-16 23:10:50      TRUE 2022-12-16 23:00:00
## 1522 2022-12-16 23:10:49      TRUE 2022-12-16 23:00:00
## 1523 2022-12-16 23:10:49      TRUE 2022-12-16 23:00:00
## 1524 2022-12-16 23:10:29      TRUE 2022-12-16 23:00:00
## 1525 2022-12-16 23:10:26      TRUE 2022-12-16 23:00:00
## 1526 2022-12-16 23:10:23      TRUE 2022-12-16 23:00:00
## 1527 2022-12-16 23:10:21      TRUE 2022-12-16 23:00:00
## 1528 2022-12-16 23:10:21      TRUE 2022-12-16 23:00:00
## 1529 2022-12-16 23:10:18      TRUE 2022-12-16 23:00:00
## 1530 2022-12-16 23:10:18      TRUE 2022-12-16 23:00:00
## 1531 2022-12-16 23:10:17      TRUE 2022-12-16 23:00:00
## 1532 2022-12-16 23:10:14      TRUE 2022-12-16 23:00:00
## 1533 2022-12-16 23:10:04      TRUE 2022-12-16 23:00:00
## 1534 2022-12-16 23:10:02      TRUE 2022-12-16 23:00:00
## 1535 2022-12-16 23:10:01      TRUE 2022-12-16 23:00:00
## 1536 2022-12-16 23:10:00      TRUE 2022-12-16 23:00:00
## 1537 2022-12-16 23:09:58      TRUE 2022-12-16 23:00:00
## 1538 2022-12-16 23:09:53      TRUE 2022-12-16 23:00:00
## 1539 2022-12-16 23:09:51      TRUE 2022-12-16 23:00:00
## 1540 2022-12-16 23:09:44      TRUE 2022-12-16 23:00:00
## 1541 2022-12-16 23:09:42      TRUE 2022-12-16 23:00:00
## 1542 2022-12-16 23:09:40      TRUE 2022-12-16 23:00:00
## 1543 2022-12-16 23:09:30      TRUE 2022-12-16 23:00:00
## 1544 2022-12-16 23:09:25      TRUE 2022-12-16 23:00:00
## 1545 2022-12-16 23:09:23      TRUE 2022-12-16 23:00:00
## 1546 2022-12-16 23:09:20      TRUE 2022-12-16 23:00:00
## 1547 2022-12-16 23:09:19      TRUE 2022-12-16 23:00:00
## 1548 2022-12-16 23:09:12      TRUE 2022-12-16 23:00:00
## 1549 2022-12-16 23:09:11      TRUE 2022-12-16 23:00:00
## 1550 2022-12-16 23:09:09      TRUE 2022-12-16 23:00:00
## 1551 2022-12-16 23:09:00      TRUE 2022-12-16 23:00:00
## 1552 2022-12-16 23:08:56      TRUE 2022-12-16 23:00:00
## 1553 2022-12-16 23:08:55      TRUE 2022-12-16 23:00:00
## 1554 2022-12-16 23:08:54      TRUE 2022-12-16 23:00:00
## 1555 2022-12-16 23:08:50      TRUE 2022-12-16 23:00:00
## 1556 2022-12-16 23:08:39      TRUE 2022-12-16 23:00:00
## 1557 2022-12-16 23:08:34      TRUE 2022-12-16 23:00:00
## 1558 2022-12-16 23:08:33      TRUE 2022-12-16 23:00:00
## 1559 2022-12-16 23:08:33      TRUE 2022-12-16 23:00:00
## 1560 2022-12-16 23:08:32      TRUE 2022-12-16 23:00:00
## 1561 2022-12-16 23:08:27      TRUE 2022-12-16 23:00:00
## 1562 2022-12-16 23:08:23      TRUE 2022-12-16 23:00:00
## 1563 2022-12-16 23:08:23      TRUE 2022-12-16 23:00:00
## 1564 2022-12-16 23:08:23      TRUE 2022-12-16 23:00:00
## 1565 2022-12-16 23:08:22      TRUE 2022-12-16 23:00:00
## 1566 2022-12-16 23:08:21      TRUE 2022-12-16 23:00:00
## 1567 2022-12-16 23:08:20      TRUE 2022-12-16 23:00:00
## 1568 2022-12-16 23:08:20      TRUE 2022-12-16 23:00:00
## 1569 2022-12-16 23:08:16      TRUE 2022-12-16 23:00:00
## 1570 2022-12-16 23:08:15      TRUE 2022-12-16 23:00:00
## 1571 2022-12-16 23:08:15      TRUE 2022-12-16 23:00:00
## 1572 2022-12-16 23:08:14      TRUE 2022-12-16 23:00:00
## 1573 2022-12-16 23:08:13      TRUE 2022-12-16 23:00:00
## 1574 2022-12-16 23:08:12      TRUE 2022-12-16 23:00:00
## 1575 2022-12-16 23:08:12      TRUE 2022-12-16 23:00:00
## 1576 2022-12-16 23:08:12      TRUE 2022-12-16 23:00:00
## 1577 2022-12-16 23:08:07      TRUE 2022-12-16 23:00:00
## 1578 2022-12-16 23:08:06      TRUE 2022-12-16 23:00:00
## 1579 2022-12-16 23:08:03      TRUE 2022-12-16 23:00:00
## 1580 2022-12-16 23:08:01      TRUE 2022-12-16 23:00:00
## 1581 2022-12-16 23:08:01      TRUE 2022-12-16 23:00:00
## 1582 2022-12-16 23:07:51      TRUE 2022-12-16 23:00:00
## 1583 2022-12-16 23:07:50      TRUE 2022-12-16 23:00:00
## 1584 2022-12-16 23:07:44      TRUE 2022-12-16 23:00:00
## 1585 2022-12-16 23:07:43      TRUE 2022-12-16 23:00:00
## 1586 2022-12-16 23:07:43      TRUE 2022-12-16 23:00:00
## 1587 2022-12-16 23:07:40      TRUE 2022-12-16 23:00:00
## 1588 2022-12-16 23:07:40      TRUE 2022-12-16 23:00:00
## 1589 2022-12-16 23:07:38      TRUE 2022-12-16 23:00:00
## 1590 2022-12-16 23:07:38      TRUE 2022-12-16 23:00:00
## 1591 2022-12-16 23:07:37      TRUE 2022-12-16 23:00:00
## 1592 2022-12-16 23:07:36      TRUE 2022-12-16 23:00:00
## 1593 2022-12-16 23:07:35      TRUE 2022-12-16 23:00:00
## 1594 2022-12-16 23:07:31      TRUE 2022-12-16 23:00:00
## 1595 2022-12-16 23:07:31      TRUE 2022-12-16 23:00:00
## 1596 2022-12-16 23:07:31      TRUE 2022-12-16 23:00:00
## 1597 2022-12-16 23:07:30      TRUE 2022-12-16 23:00:00
## 1598 2022-12-16 23:07:29      TRUE 2022-12-16 23:00:00
## 1599 2022-12-16 23:07:28      TRUE 2022-12-16 23:00:00
## 1600 2022-12-16 23:07:27      TRUE 2022-12-16 23:00:00
## 1601 2022-12-16 23:07:20      TRUE 2022-12-16 23:00:00
## 1602 2022-12-16 23:07:19      TRUE 2022-12-16 23:00:00
## 1603 2022-12-16 23:07:19      TRUE 2022-12-16 23:00:00
## 1604 2022-12-16 23:07:15      TRUE 2022-12-16 23:00:00
## 1605 2022-12-16 23:07:13      TRUE 2022-12-16 23:00:00
## 1606 2022-12-16 23:07:10      TRUE 2022-12-16 23:00:00
## 1607 2022-12-16 23:07:07      TRUE 2022-12-16 23:00:00
## 1608 2022-12-16 23:07:06      TRUE 2022-12-16 23:00:00
## 1609 2022-12-16 23:07:04      TRUE 2022-12-16 23:00:00
## 1610 2022-12-16 23:06:58      TRUE 2022-12-16 23:00:00
## 1611 2022-12-16 23:06:55      TRUE 2022-12-16 23:00:00
## 1612 2022-12-16 23:06:55      TRUE 2022-12-16 23:00:00
## 1613 2022-12-16 23:06:54      TRUE 2022-12-16 23:00:00
## 1614 2022-12-16 23:06:53      TRUE 2022-12-16 23:00:00
## 1615 2022-12-16 23:06:52      TRUE 2022-12-16 23:00:00
## 1616 2022-12-16 23:06:48      TRUE 2022-12-16 23:00:00
## 1617 2022-12-16 23:06:46      TRUE 2022-12-16 23:00:00
## 1618 2022-12-16 23:06:42      TRUE 2022-12-16 23:00:00
## 1619 2022-12-16 23:06:36      TRUE 2022-12-16 23:00:00
## 1620 2022-12-16 23:06:33      TRUE 2022-12-16 23:00:00
## 1621 2022-12-16 23:06:31      TRUE 2022-12-16 23:00:00
## 1622 2022-12-16 23:06:26      TRUE 2022-12-16 23:00:00
## 1623 2022-12-16 23:06:22      TRUE 2022-12-16 23:00:00
## 1624 2022-12-16 23:06:21      TRUE 2022-12-16 23:00:00
## 1625 2022-12-16 23:06:20      TRUE 2022-12-16 23:00:00
## 1626 2022-12-16 23:06:19      TRUE 2022-12-16 23:00:00
## 1627 2022-12-16 23:06:18      TRUE 2022-12-16 23:00:00
## 1628 2022-12-16 23:06:17      TRUE 2022-12-16 23:00:00
## 1629 2022-12-16 23:06:16      TRUE 2022-12-16 23:00:00
## 1630 2022-12-16 23:06:15      TRUE 2022-12-16 23:00:00
## 1631 2022-12-16 23:06:12      TRUE 2022-12-16 23:00:00
## 1632 2022-12-16 23:06:10      TRUE 2022-12-16 23:00:00
## 1633 2022-12-16 23:06:10      TRUE 2022-12-16 23:00:00
## 1634 2022-12-16 23:06:07      TRUE 2022-12-16 23:00:00
## 1635 2022-12-16 23:06:06      TRUE 2022-12-16 23:00:00
## 1636 2022-12-16 23:06:05      TRUE 2022-12-16 23:00:00
## 1637 2022-12-16 23:06:04      TRUE 2022-12-16 23:00:00
## 1638 2022-12-16 23:06:04      TRUE 2022-12-16 23:00:00
## 1639 2022-12-16 23:06:03      TRUE 2022-12-16 23:00:00
## 1640 2022-12-16 23:05:57      TRUE 2022-12-16 23:00:00
## 1641 2022-12-16 23:05:51      TRUE 2022-12-16 23:00:00
## 1642 2022-12-16 23:05:47      TRUE 2022-12-16 23:00:00
## 1643 2022-12-16 23:05:45      TRUE 2022-12-16 23:00:00
## 1644 2022-12-16 23:05:42      TRUE 2022-12-16 23:00:00
## 1645 2022-12-16 23:05:41      TRUE 2022-12-16 23:00:00
## 1646 2022-12-16 23:05:35      TRUE 2022-12-16 23:00:00
## 1647 2022-12-16 23:05:35      TRUE 2022-12-16 23:00:00
## 1648 2022-12-16 23:05:31      TRUE 2022-12-16 23:00:00
## 1649 2022-12-16 23:05:29      TRUE 2022-12-16 23:00:00
## 1650 2022-12-16 23:05:26      TRUE 2022-12-16 23:00:00
## 1651 2022-12-16 23:05:22      TRUE 2022-12-16 23:00:00
## 1652 2022-12-16 23:05:19      TRUE 2022-12-16 23:00:00
## 1653 2022-12-16 23:05:18      TRUE 2022-12-16 23:00:00
## 1654 2022-12-16 23:05:17      TRUE 2022-12-16 23:00:00
## 1655 2022-12-16 23:05:10      TRUE 2022-12-16 23:00:00
## 1656 2022-12-16 23:05:06      TRUE 2022-12-16 23:00:00
## 1657 2022-12-16 23:05:04      TRUE 2022-12-16 23:00:00
## 1658 2022-12-16 23:05:03      TRUE 2022-12-16 23:00:00
## 1659 2022-12-16 23:05:02      TRUE 2022-12-16 23:00:00
## 1660 2022-12-16 23:04:56      TRUE 2022-12-16 23:00:00
## 1661 2022-12-16 23:04:56      TRUE 2022-12-16 23:00:00
## 1662 2022-12-16 23:04:46      TRUE 2022-12-16 23:00:00
## 1663 2022-12-16 23:04:46      TRUE 2022-12-16 23:00:00
## 1664 2022-12-16 23:04:42      TRUE 2022-12-16 23:00:00
## 1665 2022-12-16 23:04:34      TRUE 2022-12-16 23:00:00
## 1666 2022-12-16 23:04:33      TRUE 2022-12-16 23:00:00
## 1667 2022-12-16 23:04:32      TRUE 2022-12-16 23:00:00
## 1668 2022-12-16 23:04:26      TRUE 2022-12-16 23:00:00
## 1669 2022-12-16 23:04:24      TRUE 2022-12-16 23:00:00
## 1670 2022-12-16 23:04:24      TRUE 2022-12-16 23:00:00
## 1671 2022-12-16 23:04:21      TRUE 2022-12-16 23:00:00
## 1672 2022-12-16 23:04:20      TRUE 2022-12-16 23:00:00
## 1673 2022-12-16 23:04:20      TRUE 2022-12-16 23:00:00
## 1674 2022-12-16 23:04:20      TRUE 2022-12-16 23:00:00
## 1675 2022-12-16 23:04:13      TRUE 2022-12-16 23:00:00
## 1676 2022-12-16 23:04:05      TRUE 2022-12-16 23:00:00
## 1677 2022-12-16 23:04:04      TRUE 2022-12-16 23:00:00
## 1678 2022-12-16 23:04:03      TRUE 2022-12-16 23:00:00
## 1679 2022-12-16 23:04:02      TRUE 2022-12-16 23:00:00
## 1680 2022-12-16 23:04:02      TRUE 2022-12-16 23:00:00
## 1681 2022-12-16 23:04:02      TRUE 2022-12-16 23:00:00
## 1682 2022-12-16 23:04:00      TRUE 2022-12-16 23:00:00
## 1683 2022-12-16 23:03:58      TRUE 2022-12-16 23:00:00
## 1684 2022-12-16 23:03:54      TRUE 2022-12-16 23:00:00
## 1685 2022-12-16 23:03:54      TRUE 2022-12-16 23:00:00
## 1686 2022-12-16 23:03:53      TRUE 2022-12-16 23:00:00
## 1687 2022-12-16 23:03:48      TRUE 2022-12-16 23:00:00
## 1688 2022-12-16 23:03:47      TRUE 2022-12-16 23:00:00
## 1689 2022-12-16 23:03:43      TRUE 2022-12-16 23:00:00
## 1690 2022-12-16 23:03:43      TRUE 2022-12-16 23:00:00
## 1691 2022-12-16 23:03:38      TRUE 2022-12-16 23:00:00
## 1692 2022-12-16 23:03:34      TRUE 2022-12-16 23:00:00
## 1693 2022-12-16 23:03:33      TRUE 2022-12-16 23:00:00
## 1694 2022-12-16 23:03:32      TRUE 2022-12-16 23:00:00
## 1695 2022-12-16 23:03:32      TRUE 2022-12-16 23:00:00
## 1696 2022-12-16 23:03:29      TRUE 2022-12-16 23:00:00
## 1697 2022-12-16 23:03:28      TRUE 2022-12-16 23:00:00
## 1698 2022-12-16 23:03:25      TRUE 2022-12-16 23:00:00
## 1699 2022-12-16 23:03:24      TRUE 2022-12-16 23:00:00
## 1700 2022-12-16 23:03:24      TRUE 2022-12-16 23:00:00
## 1701 2022-12-16 23:03:23      TRUE 2022-12-16 23:00:00
## 1702 2022-12-16 23:03:22      TRUE 2022-12-16 23:00:00
## 1703 2022-12-16 23:03:22      TRUE 2022-12-16 23:00:00
## 1704 2022-12-16 23:03:21      TRUE 2022-12-16 23:00:00
## 1705 2022-12-16 23:03:15      TRUE 2022-12-16 23:00:00
## 1706 2022-12-16 23:03:12      TRUE 2022-12-16 23:00:00
## 1707 2022-12-16 23:03:12      TRUE 2022-12-16 23:00:00
## 1708 2022-12-16 23:03:10      TRUE 2022-12-16 23:00:00
## 1709 2022-12-16 23:03:10      TRUE 2022-12-16 23:00:00
## 1710 2022-12-16 23:03:06      TRUE 2022-12-16 23:00:00
## 1711 2022-12-16 23:03:04      TRUE 2022-12-16 23:00:00
## 1712 2022-12-16 23:03:00      TRUE 2022-12-16 23:00:00
## 1713 2022-12-16 23:02:58      TRUE 2022-12-16 23:00:00
## 1714 2022-12-16 23:02:55      TRUE 2022-12-16 23:00:00
## 1715 2022-12-16 23:02:54      TRUE 2022-12-16 23:00:00
## 1716 2022-12-16 23:02:53      TRUE 2022-12-16 23:00:00
## 1717 2022-12-16 23:02:51      TRUE 2022-12-16 23:00:00
## 1718 2022-12-16 23:02:51      TRUE 2022-12-16 23:00:00
## 1719 2022-12-16 23:02:47      TRUE 2022-12-16 23:00:00
## 1720 2022-12-16 23:02:47      TRUE 2022-12-16 23:00:00
## 1721 2022-12-16 23:02:46      TRUE 2022-12-16 23:00:00
## 1722 2022-12-16 23:02:40      TRUE 2022-12-16 23:00:00
## 1723 2022-12-16 23:02:08      TRUE 2022-12-16 23:00:00
## 1724 2022-12-16 23:01:48      TRUE 2022-12-16 23:00:00
## 1725 2022-12-16 23:01:46      TRUE 2022-12-16 23:00:00
## 1726 2022-12-16 23:01:43      TRUE 2022-12-16 23:00:00
## 1727 2022-12-16 23:01:41      TRUE 2022-12-16 23:00:00
## 1728 2022-12-16 23:01:36      TRUE 2022-12-16 23:00:00
## 1729 2022-12-16 23:01:33      TRUE 2022-12-16 23:00:00
## 1730 2022-12-16 23:01:27      TRUE 2022-12-16 23:00:00
## 1731 2022-12-16 23:01:22      TRUE 2022-12-16 23:00:00
## 1732 2022-12-16 23:01:21      TRUE 2022-12-16 23:00:00
## 1733 2022-12-16 23:01:21      TRUE 2022-12-16 23:00:00
## 1734 2022-12-16 23:01:16      TRUE 2022-12-16 23:00:00
## 1735 2022-12-16 23:01:13      TRUE 2022-12-16 23:00:00
## 1736 2022-12-16 23:01:11      TRUE 2022-12-16 23:00:00
## 1737 2022-12-16 23:01:11      TRUE 2022-12-16 23:00:00
## 1738 2022-12-16 23:01:10      TRUE 2022-12-16 23:00:00
## 1739 2022-12-16 23:01:08      TRUE 2022-12-16 23:00:00
## 1740 2022-12-16 23:01:08      TRUE 2022-12-16 23:00:00
## 1741 2022-12-16 23:01:04      TRUE 2022-12-16 23:00:00
## 1742 2022-12-16 23:01:04      TRUE 2022-12-16 23:00:00
## 1743 2022-12-16 23:01:00      TRUE 2022-12-16 23:00:00
## 1744 2022-12-16 23:00:56      TRUE 2022-12-16 23:00:00
## 1745 2022-12-16 23:00:56      TRUE 2022-12-16 23:00:00
## 1746 2022-12-16 23:00:55      TRUE 2022-12-16 23:00:00
## 1747 2022-12-16 23:00:55      TRUE 2022-12-16 23:00:00
## 1748 2022-12-16 23:00:54      TRUE 2022-12-16 23:00:00
## 1749 2022-12-16 23:00:54      TRUE 2022-12-16 23:00:00
## 1750 2022-12-16 23:00:53      TRUE 2022-12-16 23:00:00
## 1751 2022-12-16 23:00:50      TRUE 2022-12-16 23:00:00
## 1752 2022-12-16 23:00:49      TRUE 2022-12-16 23:00:00
## 1753 2022-12-16 23:00:48      TRUE 2022-12-16 23:00:00
## 1754 2022-12-16 23:00:46      TRUE 2022-12-16 23:00:00
## 1755 2022-12-16 23:00:45      TRUE 2022-12-16 23:00:00
## 1756 2022-12-16 23:00:39      TRUE 2022-12-16 23:00:00
## 1757 2022-12-16 23:00:38      TRUE 2022-12-16 23:00:00
## 1758 2022-12-16 23:00:36      TRUE 2022-12-16 23:00:00
## 1759 2022-12-16 23:00:35      TRUE 2022-12-16 23:00:00
## 1760 2022-12-16 23:00:35      TRUE 2022-12-16 23:00:00
## 1761 2022-12-16 23:00:35      TRUE 2022-12-16 23:00:00
## 1762 2022-12-16 23:00:34      TRUE 2022-12-16 23:00:00
## 1763 2022-12-16 23:00:33      TRUE 2022-12-16 23:00:00
## 1764 2022-12-16 23:00:31      TRUE 2022-12-16 23:00:00
## 1765 2022-12-16 23:00:30      TRUE 2022-12-16 23:00:00
## 1766 2022-12-16 23:00:29      TRUE 2022-12-16 23:00:00
## 1767 2022-12-16 23:00:26      TRUE 2022-12-16 23:00:00
## 1768 2022-12-16 23:00:26      TRUE 2022-12-16 23:00:00
## 1769 2022-12-16 23:00:25      TRUE 2022-12-16 23:00:00
## 1770 2022-12-16 23:00:20      TRUE 2022-12-16 23:00:00
## 1771 2022-12-16 23:00:19      TRUE 2022-12-16 23:00:00
## 1772 2022-12-16 23:00:19      TRUE 2022-12-16 23:00:00
## 1773 2022-12-16 23:00:17      TRUE 2022-12-16 23:00:00
## 1774 2022-12-16 23:00:17      TRUE 2022-12-16 23:00:00
## 1775 2022-12-16 23:00:15      TRUE 2022-12-16 23:00:00
## 1776 2022-12-16 23:00:08      TRUE 2022-12-16 23:00:00
## 1777 2022-12-16 23:00:07      TRUE 2022-12-16 23:00:00
## 1778 2022-12-16 23:00:03      TRUE 2022-12-16 23:00:00
## 1779 2022-12-16 23:00:01      TRUE 2022-12-16 23:00:00
## 1780 2022-12-16 23:00:01      TRUE 2022-12-16 23:00:00
## 1781 2022-12-16 23:00:01      TRUE 2022-12-16 23:00:00
## 1782 2022-12-16 23:00:00      TRUE 2022-12-16 23:00:00
## 1783 2022-12-16 23:00:00      TRUE 2022-12-16 23:00:00
## 1784 2022-12-16 22:59:54      TRUE 2022-12-16 23:00:00
## 1785 2022-12-16 22:59:53      TRUE 2022-12-16 23:00:00
## 1786 2022-12-16 22:59:42      TRUE 2022-12-16 23:00:00
## 1787 2022-12-16 22:59:40      TRUE 2022-12-16 23:00:00
## 1788 2022-12-16 22:59:39      TRUE 2022-12-16 23:00:00
## 1789 2022-12-16 22:59:39      TRUE 2022-12-16 23:00:00
## 1790 2022-12-16 22:59:38      TRUE 2022-12-16 23:00:00
## 1791 2022-12-16 22:59:37      TRUE 2022-12-16 23:00:00
## 1792 2022-12-16 22:59:35      TRUE 2022-12-16 23:00:00
## 1793 2022-12-16 22:59:35      TRUE 2022-12-16 23:00:00
## 1794 2022-12-16 22:59:32      TRUE 2022-12-16 23:00:00
## 1795 2022-12-16 22:59:28      TRUE 2022-12-16 23:00:00
## 1796 2022-12-16 22:59:26      TRUE 2022-12-16 23:00:00
## 1797 2022-12-16 22:59:24      TRUE 2022-12-16 23:00:00
## 1798 2022-12-16 22:59:24      TRUE 2022-12-16 23:00:00
## 1799 2022-12-16 22:59:23      TRUE 2022-12-16 23:00:00
## 1800 2022-12-16 22:59:22      TRUE 2022-12-16 23:00:00
## 1801 2022-12-16 22:59:21      TRUE 2022-12-16 23:00:00
## 1802 2022-12-16 22:59:21      TRUE 2022-12-16 23:00:00
## 1803 2022-12-16 22:59:20      TRUE 2022-12-16 23:00:00
## 1804 2022-12-16 22:59:17      TRUE 2022-12-16 23:00:00
## 1805 2022-12-16 22:59:13      TRUE 2022-12-16 23:00:00
## 1806 2022-12-16 22:59:12      TRUE 2022-12-16 23:00:00
## 1807 2022-12-16 22:59:08      TRUE 2022-12-16 23:00:00
## 1808 2022-12-16 22:59:07      TRUE 2022-12-16 23:00:00
## 1809 2022-12-16 22:59:05      TRUE 2022-12-16 23:00:00
## 1810 2022-12-16 22:59:03      TRUE 2022-12-16 23:00:00
## 1811 2022-12-16 22:59:02      TRUE 2022-12-16 23:00:00
## 1812 2022-12-16 22:59:00      TRUE 2022-12-16 23:00:00
## 1813 2022-12-16 22:59:00      TRUE 2022-12-16 23:00:00
## 1814 2022-12-16 22:58:59      TRUE 2022-12-16 23:00:00
## 1815 2022-12-16 22:58:58      TRUE 2022-12-16 23:00:00
## 1816 2022-12-16 22:58:51      TRUE 2022-12-16 23:00:00
## 1817 2022-12-16 22:58:50      TRUE 2022-12-16 23:00:00
## 1818 2022-12-16 22:58:47      TRUE 2022-12-16 23:00:00
## 1819 2022-12-16 22:58:47      TRUE 2022-12-16 23:00:00
## 1820 2022-12-16 22:58:45      TRUE 2022-12-16 23:00:00
## 1821 2022-12-16 22:58:44      TRUE 2022-12-16 23:00:00
## 1822 2022-12-16 22:58:39      TRUE 2022-12-16 23:00:00
## 1823 2022-12-16 22:58:38      TRUE 2022-12-16 23:00:00
## 1824 2022-12-16 22:58:38      TRUE 2022-12-16 23:00:00
## 1825 2022-12-16 22:58:37      TRUE 2022-12-16 23:00:00
## 1826 2022-12-16 22:58:36      TRUE 2022-12-16 23:00:00
## 1827 2022-12-16 22:58:32      TRUE 2022-12-16 23:00:00
## 1828 2022-12-16 22:58:30      TRUE 2022-12-16 23:00:00
## 1829 2022-12-16 22:58:29      TRUE 2022-12-16 23:00:00
## 1830 2022-12-16 22:58:29      TRUE 2022-12-16 23:00:00
## 1831 2022-12-16 22:58:29      TRUE 2022-12-16 23:00:00
## 1832 2022-12-16 22:58:29      TRUE 2022-12-16 23:00:00
## 1833 2022-12-16 22:58:28      TRUE 2022-12-16 23:00:00
## 1834 2022-12-16 22:58:27      TRUE 2022-12-16 23:00:00
## 1835 2022-12-16 22:58:24      TRUE 2022-12-16 23:00:00
## 1836 2022-12-16 22:58:24      TRUE 2022-12-16 23:00:00
## 1837 2022-12-16 22:58:24      TRUE 2022-12-16 23:00:00
## 1838 2022-12-16 22:58:22      TRUE 2022-12-16 23:00:00
## 1839 2022-12-16 22:58:21      TRUE 2022-12-16 23:00:00
## 1840 2022-12-16 22:58:17      TRUE 2022-12-16 23:00:00
## 1841 2022-12-16 22:58:16      TRUE 2022-12-16 23:00:00
## 1842 2022-12-16 22:58:14      TRUE 2022-12-16 23:00:00
## 1843 2022-12-16 22:58:13      TRUE 2022-12-16 23:00:00
## 1844 2022-12-16 22:58:12      TRUE 2022-12-16 23:00:00
## 1845 2022-12-16 22:58:11      TRUE 2022-12-16 23:00:00
## 1846 2022-12-16 22:58:07      TRUE 2022-12-16 23:00:00
## 1847 2022-12-16 22:58:06      TRUE 2022-12-16 23:00:00
## 1848 2022-12-16 22:58:06      TRUE 2022-12-16 23:00:00
## 1849 2022-12-16 22:58:05      TRUE 2022-12-16 23:00:00
## 1850 2022-12-16 22:58:05      TRUE 2022-12-16 23:00:00
## 1851 2022-12-16 22:58:04      TRUE 2022-12-16 23:00:00
## 1852 2022-12-16 22:58:02      TRUE 2022-12-16 23:00:00
## 1853 2022-12-16 22:57:55      TRUE 2022-12-16 23:00:00
## 1854 2022-12-16 22:57:51      TRUE 2022-12-16 23:00:00
## 1855 2022-12-16 22:57:50      TRUE 2022-12-16 23:00:00
## 1856 2022-12-16 22:57:50      TRUE 2022-12-16 23:00:00
## 1857 2022-12-16 22:57:50      TRUE 2022-12-16 23:00:00
## 1858 2022-12-16 22:57:49      TRUE 2022-12-16 23:00:00
## 1859 2022-12-16 22:57:48      TRUE 2022-12-16 23:00:00
## 1860 2022-12-16 22:57:48      TRUE 2022-12-16 23:00:00
## 1861 2022-12-16 22:57:46      TRUE 2022-12-16 23:00:00
## 1862 2022-12-16 22:57:46      TRUE 2022-12-16 23:00:00
## 1863 2022-12-16 22:57:44      TRUE 2022-12-16 23:00:00
## 1864 2022-12-16 22:57:43      TRUE 2022-12-16 23:00:00
## 1865 2022-12-16 22:57:41      TRUE 2022-12-16 23:00:00
## 1866 2022-12-16 22:57:38      TRUE 2022-12-16 23:00:00
## 1867 2022-12-16 22:57:36      TRUE 2022-12-16 23:00:00
## 1868 2022-12-16 22:57:35      TRUE 2022-12-16 23:00:00
## 1869 2022-12-16 22:57:33      TRUE 2022-12-16 23:00:00
## 1870 2022-12-16 22:57:33      TRUE 2022-12-16 23:00:00
## 1871 2022-12-16 22:57:32      TRUE 2022-12-16 23:00:00
## 1872 2022-12-16 22:57:31      TRUE 2022-12-16 23:00:00
## 1873 2022-12-16 22:57:31      TRUE 2022-12-16 23:00:00
## 1874 2022-12-16 22:57:29      TRUE 2022-12-16 23:00:00
## 1875 2022-12-16 22:57:26      TRUE 2022-12-16 23:00:00
## 1876 2022-12-16 22:57:24      TRUE 2022-12-16 23:00:00
## 1877 2022-12-16 22:57:24      TRUE 2022-12-16 23:00:00
## 1878 2022-12-16 22:57:23      TRUE 2022-12-16 23:00:00
## 1879 2022-12-16 22:57:17      TRUE 2022-12-16 23:00:00
## 1880 2022-12-16 22:57:16      TRUE 2022-12-16 23:00:00
## 1881 2022-12-16 22:57:14      TRUE 2022-12-16 23:00:00
## 1882 2022-12-16 22:57:09      TRUE 2022-12-16 23:00:00
## 1883 2022-12-16 22:57:09      TRUE 2022-12-16 23:00:00
## 1884 2022-12-16 22:57:06      TRUE 2022-12-16 23:00:00
## 1885 2022-12-16 22:57:04      TRUE 2022-12-16 23:00:00
## 1886 2022-12-16 22:57:02      TRUE 2022-12-16 23:00:00
## 1887 2022-12-16 22:57:00      TRUE 2022-12-16 23:00:00
## 1888 2022-12-16 22:56:57      TRUE 2022-12-16 23:00:00
## 1889 2022-12-16 22:56:54      TRUE 2022-12-16 23:00:00
## 1890 2022-12-16 22:56:54      TRUE 2022-12-16 23:00:00
## 1891 2022-12-16 22:56:52      TRUE 2022-12-16 23:00:00
## 1892 2022-12-16 22:56:50      TRUE 2022-12-16 23:00:00
## 1893 2022-12-16 22:56:48      TRUE 2022-12-16 23:00:00
## 1894 2022-12-16 22:56:46      TRUE 2022-12-16 23:00:00
## 1895 2022-12-16 22:56:46      TRUE 2022-12-16 23:00:00
## 1896 2022-12-16 22:56:45      TRUE 2022-12-16 23:00:00
## 1897 2022-12-16 22:56:43      TRUE 2022-12-16 23:00:00
## 1898 2022-12-16 22:56:42      TRUE 2022-12-16 23:00:00
## 1899 2022-12-16 22:56:40      TRUE 2022-12-16 23:00:00
## 1900 2022-12-16 22:56:37      TRUE 2022-12-16 23:00:00
## 1901 2022-12-16 22:56:35      TRUE 2022-12-16 23:00:00
## 1902 2022-12-16 22:56:35      TRUE 2022-12-16 23:00:00
## 1903 2022-12-16 22:56:34      TRUE 2022-12-16 23:00:00
## 1904 2022-12-16 22:56:27      TRUE 2022-12-16 23:00:00
## 1905 2022-12-16 22:56:26      TRUE 2022-12-16 23:00:00
## 1906 2022-12-16 22:56:26      TRUE 2022-12-16 23:00:00
## 1907 2022-12-16 22:56:25      TRUE 2022-12-16 23:00:00
## 1908 2022-12-16 22:56:24      TRUE 2022-12-16 23:00:00
## 1909 2022-12-16 22:56:19      TRUE 2022-12-16 23:00:00
## 1910 2022-12-16 22:56:14      TRUE 2022-12-16 23:00:00
## 1911 2022-12-16 22:56:14      TRUE 2022-12-16 23:00:00
## 1912 2022-12-16 22:56:13      TRUE 2022-12-16 23:00:00
## 1913 2022-12-16 22:56:11      TRUE 2022-12-16 23:00:00
## 1914 2022-12-16 22:56:07      TRUE 2022-12-16 23:00:00
## 1915 2022-12-16 22:55:59      TRUE 2022-12-16 23:00:00
## 1916 2022-12-16 22:55:58      TRUE 2022-12-16 23:00:00
## 1917 2022-12-16 22:55:55      TRUE 2022-12-16 23:00:00
## 1918 2022-12-16 22:55:48      TRUE 2022-12-16 23:00:00
## 1919 2022-12-16 22:55:47      TRUE 2022-12-16 23:00:00
## 1920 2022-12-16 22:55:43      TRUE 2022-12-16 23:00:00
## 1921 2022-12-16 22:55:42      TRUE 2022-12-16 23:00:00
## 1922 2022-12-16 22:55:42      TRUE 2022-12-16 23:00:00
## 1923 2022-12-16 22:55:41      TRUE 2022-12-16 23:00:00
## 1924 2022-12-16 22:55:39      TRUE 2022-12-16 23:00:00
## 1925 2022-12-16 22:55:38      TRUE 2022-12-16 23:00:00
## 1926 2022-12-16 22:55:37      TRUE 2022-12-16 23:00:00
## 1927 2022-12-16 22:55:34      TRUE 2022-12-16 23:00:00
## 1928 2022-12-16 22:55:32      TRUE 2022-12-16 23:00:00
## 1929 2022-12-16 22:55:31      TRUE 2022-12-16 23:00:00
## 1930 2022-12-16 22:55:31      TRUE 2022-12-16 23:00:00
## 1931 2022-12-16 22:55:29      TRUE 2022-12-16 23:00:00
## 1932 2022-12-16 22:55:25      TRUE 2022-12-16 23:00:00
## 1933 2022-12-16 22:55:25      TRUE 2022-12-16 23:00:00
## 1934 2022-12-16 22:55:23      TRUE 2022-12-16 23:00:00
## 1935 2022-12-16 22:55:22      TRUE 2022-12-16 23:00:00
## 1936 2022-12-16 22:55:21      TRUE 2022-12-16 23:00:00
## 1937 2022-12-16 22:55:18      TRUE 2022-12-16 23:00:00
## 1938 2022-12-16 22:55:18      TRUE 2022-12-16 23:00:00
## 1939 2022-12-16 22:55:17      TRUE 2022-12-16 23:00:00
## 1940 2022-12-16 22:55:16      TRUE 2022-12-16 23:00:00
## 1941 2022-12-16 22:55:14      TRUE 2022-12-16 23:00:00
## 1942 2022-12-16 22:55:13      TRUE 2022-12-16 23:00:00
## 1943 2022-12-16 22:55:10      TRUE 2022-12-16 23:00:00
## 1944 2022-12-16 22:55:09      TRUE 2022-12-16 23:00:00
## 1945 2022-12-16 22:55:09      TRUE 2022-12-16 23:00:00
## 1946 2022-12-16 22:55:07      TRUE 2022-12-16 23:00:00
## 1947 2022-12-16 22:55:02      TRUE 2022-12-16 23:00:00
## 1948 2022-12-16 22:54:55      TRUE 2022-12-16 23:00:00
## 1949 2022-12-16 22:54:53      TRUE 2022-12-16 23:00:00
## 1950 2022-12-16 22:54:48      TRUE 2022-12-16 23:00:00
## 1951 2022-12-16 22:54:48      TRUE 2022-12-16 23:00:00
## 1952 2022-12-16 22:54:46      TRUE 2022-12-16 23:00:00
## 1953 2022-12-16 22:54:45      TRUE 2022-12-16 23:00:00
## 1954 2022-12-16 22:54:39      TRUE 2022-12-16 23:00:00
## 1955 2022-12-16 22:54:39      TRUE 2022-12-16 23:00:00
## 1956 2022-12-16 22:54:38      TRUE 2022-12-16 23:00:00
## 1957 2022-12-16 22:54:38      TRUE 2022-12-16 23:00:00
## 1958 2022-12-16 22:54:37      TRUE 2022-12-16 23:00:00
## 1959 2022-12-16 22:54:35      TRUE 2022-12-16 23:00:00
## 1960 2022-12-16 22:54:35      TRUE 2022-12-16 23:00:00
## 1961 2022-12-16 22:54:35      TRUE 2022-12-16 23:00:00
## 1962 2022-12-16 22:54:34      TRUE 2022-12-16 23:00:00
## 1963 2022-12-16 22:54:30      TRUE 2022-12-16 23:00:00
## 1964 2022-12-16 22:54:27      TRUE 2022-12-16 23:00:00
## 1965 2022-12-16 22:54:23      TRUE 2022-12-16 23:00:00
## 1966 2022-12-16 22:54:18      TRUE 2022-12-16 23:00:00
## 1967 2022-12-16 22:54:14      TRUE 2022-12-16 23:00:00
## 1968 2022-12-16 22:54:11      TRUE 2022-12-16 23:00:00
## 1969 2022-12-16 22:54:09      TRUE 2022-12-16 23:00:00
## 1970 2022-12-16 22:54:08      TRUE 2022-12-16 23:00:00
## 1971 2022-12-16 22:54:08      TRUE 2022-12-16 23:00:00
## 1972 2022-12-16 22:54:08      TRUE 2022-12-16 23:00:00
## 1973 2022-12-16 22:54:04      TRUE 2022-12-16 23:00:00
## 1974 2022-12-16 22:54:01      TRUE 2022-12-16 23:00:00
## 1975 2022-12-16 22:53:53      TRUE 2022-12-16 23:00:00
## 1976 2022-12-16 22:53:53      TRUE 2022-12-16 23:00:00
## 1977 2022-12-16 22:53:51      TRUE 2022-12-16 23:00:00
## 1978 2022-12-16 22:53:50      TRUE 2022-12-16 23:00:00
## 1979 2022-12-16 22:53:50      TRUE 2022-12-16 23:00:00
## 1980 2022-12-16 22:53:49      TRUE 2022-12-16 23:00:00
## 1981 2022-12-16 22:53:45      TRUE 2022-12-16 23:00:00
## 1982 2022-12-16 22:53:43      TRUE 2022-12-16 23:00:00
## 1983 2022-12-16 22:53:41      TRUE 2022-12-16 23:00:00
## 1984 2022-12-16 22:53:38      TRUE 2022-12-16 23:00:00
## 1985 2022-12-16 22:53:38      TRUE 2022-12-16 23:00:00
## 1986 2022-12-16 22:53:37      TRUE 2022-12-16 23:00:00
## 1987 2022-12-16 22:53:36      TRUE 2022-12-16 23:00:00
## 1988 2022-12-16 22:53:36      TRUE 2022-12-16 23:00:00
## 1989 2022-12-16 22:53:35      TRUE 2022-12-16 23:00:00
## 1990 2022-12-16 22:53:33      TRUE 2022-12-16 23:00:00
## 1991 2022-12-16 22:53:31      TRUE 2022-12-16 23:00:00
## 1992 2022-12-16 22:53:25      TRUE 2022-12-16 23:00:00
## 1993 2022-12-16 22:53:23      TRUE 2022-12-16 23:00:00
## 1994 2022-12-16 22:53:13      TRUE 2022-12-16 23:00:00
## 1995 2022-12-16 22:53:12      TRUE 2022-12-16 23:00:00
## 1996 2022-12-16 22:53:12      TRUE 2022-12-16 23:00:00
## 1997 2022-12-16 22:53:11      TRUE 2022-12-16 23:00:00
## 1998 2022-12-16 22:53:01      TRUE 2022-12-16 23:00:00
## 1999 2022-12-16 22:53:01      TRUE 2022-12-16 23:00:00
## 2000 2022-12-16 22:53:00      TRUE 2022-12-16 23:00:00
## 2001 2022-12-16 22:52:58      TRUE 2022-12-16 23:00:00
## 2002 2022-12-16 22:52:55      TRUE 2022-12-16 23:00:00
## 2003 2022-12-16 22:52:52      TRUE 2022-12-16 23:00:00
## 2004 2022-12-16 22:52:52      TRUE 2022-12-16 23:00:00
## 2005 2022-12-16 22:52:51      TRUE 2022-12-16 23:00:00
## 2006 2022-12-16 22:52:50      TRUE 2022-12-16 23:00:00
## 2007 2022-12-16 22:52:47      TRUE 2022-12-16 23:00:00
## 2008 2022-12-16 22:52:47      TRUE 2022-12-16 23:00:00
## 2009 2022-12-16 22:52:46      TRUE 2022-12-16 23:00:00
## 2010 2022-12-16 22:52:44      TRUE 2022-12-16 23:00:00
## 2011 2022-12-16 22:52:43      TRUE 2022-12-16 23:00:00
## 2012 2022-12-16 22:52:43      TRUE 2022-12-16 23:00:00
## 2013 2022-12-16 22:52:41      TRUE 2022-12-16 23:00:00
## 2014 2022-12-16 22:52:40      TRUE 2022-12-16 23:00:00
## 2015 2022-12-16 22:52:38      TRUE 2022-12-16 23:00:00
## 2016 2022-12-16 22:52:35      TRUE 2022-12-16 23:00:00
## 2017 2022-12-16 22:52:35      TRUE 2022-12-16 23:00:00
## 2018 2022-12-16 22:52:29      TRUE 2022-12-16 23:00:00
## 2019 2022-12-16 22:52:28      TRUE 2022-12-16 23:00:00
## 2020 2022-12-16 22:52:28      TRUE 2022-12-16 23:00:00
## 2021 2022-12-16 22:52:24      TRUE 2022-12-16 23:00:00
## 2022 2022-12-16 22:52:10      TRUE 2022-12-16 23:00:00
## 2023 2022-12-16 22:52:05      TRUE 2022-12-16 23:00:00
## 2024 2022-12-16 22:52:03      TRUE 2022-12-16 23:00:00
## 2025 2022-12-16 22:52:02      TRUE 2022-12-16 23:00:00
## 2026 2022-12-16 22:51:58      TRUE 2022-12-16 23:00:00
## 2027 2022-12-16 22:51:57      TRUE 2022-12-16 23:00:00
## 2028 2022-12-16 22:51:52      TRUE 2022-12-16 23:00:00
## 2029 2022-12-16 22:51:44      TRUE 2022-12-16 23:00:00
## 2030 2022-12-16 22:51:43      TRUE 2022-12-16 23:00:00
## 2031 2022-12-16 22:51:42      TRUE 2022-12-16 23:00:00
## 2032 2022-12-16 22:51:41      TRUE 2022-12-16 23:00:00
## 2033 2022-12-16 22:51:31      TRUE 2022-12-16 23:00:00
## 2034 2022-12-16 22:51:30      TRUE 2022-12-16 23:00:00
## 2035 2022-12-16 22:51:30      TRUE 2022-12-16 23:00:00
## 2036 2022-12-16 22:51:28      TRUE 2022-12-16 23:00:00
## 2037 2022-12-16 22:51:27      TRUE 2022-12-16 23:00:00
## 2038 2022-12-16 22:51:25      TRUE 2022-12-16 23:00:00
## 2039 2022-12-16 22:51:25      TRUE 2022-12-16 23:00:00
## 2040 2022-12-16 22:51:24      TRUE 2022-12-16 23:00:00
## 2041 2022-12-16 22:51:24      TRUE 2022-12-16 23:00:00
## 2042 2022-12-16 22:51:22      TRUE 2022-12-16 23:00:00
## 2043 2022-12-16 22:51:18      TRUE 2022-12-16 23:00:00
## 2044 2022-12-16 22:51:05      TRUE 2022-12-16 23:00:00
## 2045 2022-12-16 22:51:04      TRUE 2022-12-16 23:00:00
## 2046 2022-12-16 22:50:55      TRUE 2022-12-16 23:00:00
## 2047 2022-12-16 22:50:45      TRUE 2022-12-16 23:00:00
## 2048 2022-12-16 22:50:44      TRUE 2022-12-16 23:00:00
## 2049 2022-12-16 22:50:44      TRUE 2022-12-16 23:00:00
## 2050 2022-12-16 22:50:41      TRUE 2022-12-16 23:00:00
## 2051 2022-12-16 22:50:38      TRUE 2022-12-16 23:00:00
## 2052 2022-12-16 22:50:32      TRUE 2022-12-16 23:00:00
## 2053 2022-12-16 22:50:24      TRUE 2022-12-16 23:00:00
## 2054 2022-12-16 22:50:18      TRUE 2022-12-16 23:00:00
## 2055 2022-12-16 22:50:17      TRUE 2022-12-16 23:00:00
## 2056 2022-12-16 22:50:14      TRUE 2022-12-16 23:00:00
## 2057 2022-12-16 22:50:14      TRUE 2022-12-16 23:00:00
## 2058 2022-12-16 22:50:10      TRUE 2022-12-16 23:00:00
## 2059 2022-12-16 22:50:08      TRUE 2022-12-16 23:00:00
## 2060 2022-12-16 22:50:07      TRUE 2022-12-16 23:00:00
## 2061 2022-12-16 22:50:02      TRUE 2022-12-16 23:00:00
## 2062 2022-12-16 22:49:59      TRUE 2022-12-16 23:00:00
## 2063 2022-12-16 22:49:53      TRUE 2022-12-16 23:00:00
## 2064 2022-12-16 22:49:52      TRUE 2022-12-16 23:00:00
## 2065 2022-12-16 22:49:52      TRUE 2022-12-16 23:00:00
## 2066 2022-12-16 22:49:51      TRUE 2022-12-16 23:00:00
## 2067 2022-12-16 22:49:51      TRUE 2022-12-16 23:00:00
## 2068 2022-12-16 22:49:47      TRUE 2022-12-16 23:00:00
## 2069 2022-12-16 22:49:45      TRUE 2022-12-16 23:00:00
## 2070 2022-12-16 22:49:39      TRUE 2022-12-16 23:00:00
## 2071 2022-12-16 22:49:39      TRUE 2022-12-16 23:00:00
## 2072 2022-12-16 22:49:37      TRUE 2022-12-16 23:00:00
## 2073 2022-12-16 22:49:34      TRUE 2022-12-16 23:00:00
## 2074 2022-12-16 22:49:32      TRUE 2022-12-16 23:00:00
## 2075 2022-12-16 22:49:28      TRUE 2022-12-16 23:00:00
## 2076 2022-12-16 22:49:27      TRUE 2022-12-16 23:00:00
## 2077 2022-12-16 22:49:26      TRUE 2022-12-16 23:00:00
## 2078 2022-12-16 22:49:26      TRUE 2022-12-16 23:00:00
## 2079 2022-12-16 22:49:26      TRUE 2022-12-16 23:00:00
## 2080 2022-12-16 22:49:26      TRUE 2022-12-16 23:00:00
## 2081 2022-12-16 22:49:25      TRUE 2022-12-16 23:00:00
## 2082 2022-12-16 22:49:24      TRUE 2022-12-16 23:00:00
## 2083 2022-12-16 22:49:24      TRUE 2022-12-16 23:00:00
## 2084 2022-12-16 22:49:22      TRUE 2022-12-16 23:00:00
## 2085 2022-12-16 22:49:17      TRUE 2022-12-16 23:00:00
## 2086 2022-12-16 22:49:17      TRUE 2022-12-16 23:00:00
## 2087 2022-12-16 22:49:16      TRUE 2022-12-16 23:00:00
## 2088 2022-12-16 22:49:15      TRUE 2022-12-16 23:00:00
## 2089 2022-12-16 22:49:11      TRUE 2022-12-16 23:00:00
## 2090 2022-12-16 22:49:11      TRUE 2022-12-16 23:00:00
## 2091 2022-12-16 22:49:09      TRUE 2022-12-16 23:00:00
## 2092 2022-12-16 22:49:08      TRUE 2022-12-16 23:00:00
## 2093 2022-12-16 22:49:06      TRUE 2022-12-16 23:00:00
## 2094 2022-12-16 22:49:06      TRUE 2022-12-16 23:00:00
## 2095 2022-12-16 22:49:05      TRUE 2022-12-16 23:00:00
## 2096 2022-12-16 22:49:01      TRUE 2022-12-16 23:00:00
## 2097 2022-12-16 22:48:49      TRUE 2022-12-16 23:00:00
## 2098 2022-12-16 22:48:49      TRUE 2022-12-16 23:00:00
## 2099 2022-12-16 22:48:48      TRUE 2022-12-16 23:00:00
## 2100 2022-12-16 22:48:45      TRUE 2022-12-16 23:00:00
## 2101 2022-12-16 22:48:39      TRUE 2022-12-16 23:00:00
## 2102 2022-12-16 22:48:37      TRUE 2022-12-16 23:00:00
## 2103 2022-12-16 22:48:36      TRUE 2022-12-16 23:00:00
## 2104 2022-12-16 22:48:36      TRUE 2022-12-16 23:00:00
## 2105 2022-12-16 22:48:35      TRUE 2022-12-16 23:00:00
## 2106 2022-12-16 22:48:35      TRUE 2022-12-16 23:00:00
## 2107 2022-12-16 22:48:32      TRUE 2022-12-16 23:00:00
## 2108 2022-12-16 22:48:31      TRUE 2022-12-16 23:00:00
## 2109 2022-12-16 22:48:27      TRUE 2022-12-16 23:00:00
## 2110 2022-12-16 22:48:26      TRUE 2022-12-16 23:00:00
## 2111 2022-12-16 22:48:24      TRUE 2022-12-16 23:00:00
## 2112 2022-12-16 22:48:22      TRUE 2022-12-16 23:00:00
## 2113 2022-12-16 22:48:20      TRUE 2022-12-16 23:00:00
## 2114 2022-12-16 22:48:17      TRUE 2022-12-16 23:00:00
## 2115 2022-12-16 22:48:15      TRUE 2022-12-16 23:00:00
## 2116 2022-12-16 22:48:15      TRUE 2022-12-16 23:00:00
## 2117 2022-12-16 22:48:08      TRUE 2022-12-16 23:00:00
## 2118 2022-12-16 22:48:07      TRUE 2022-12-16 23:00:00
## 2119 2022-12-16 22:48:05      TRUE 2022-12-16 23:00:00
## 2120 2022-12-16 22:48:04      TRUE 2022-12-16 23:00:00
## 2121 2022-12-16 22:48:02      TRUE 2022-12-16 23:00:00
## 2122 2022-12-16 22:48:01      TRUE 2022-12-16 23:00:00
## 2123 2022-12-16 22:47:52      TRUE 2022-12-16 23:00:00
## 2124 2022-12-16 22:47:52      TRUE 2022-12-16 23:00:00
## 2125 2022-12-16 22:47:46      TRUE 2022-12-16 23:00:00
## 2126 2022-12-16 22:47:45      TRUE 2022-12-16 23:00:00
## 2127 2022-12-16 22:47:37      TRUE 2022-12-16 23:00:00
## 2128 2022-12-16 22:47:34      TRUE 2022-12-16 23:00:00
## 2129 2022-12-16 22:47:33      TRUE 2022-12-16 23:00:00
## 2130 2022-12-16 22:47:32      TRUE 2022-12-16 23:00:00
## 2131 2022-12-16 22:47:31      TRUE 2022-12-16 23:00:00
## 2132 2022-12-16 22:47:29      TRUE 2022-12-16 23:00:00
## 2133 2022-12-16 22:47:25      TRUE 2022-12-16 23:00:00
## 2134 2022-12-16 22:47:24      TRUE 2022-12-16 23:00:00
## 2135 2022-12-16 22:47:22      TRUE 2022-12-16 23:00:00
## 2136 2022-12-16 22:47:20      TRUE 2022-12-16 23:00:00
## 2137 2022-12-16 22:47:18      TRUE 2022-12-16 23:00:00
## 2138 2022-12-16 22:47:18      TRUE 2022-12-16 23:00:00
## 2139 2022-12-16 22:47:17      TRUE 2022-12-16 23:00:00
## 2140 2022-12-16 22:47:16      TRUE 2022-12-16 23:00:00
## 2141 2022-12-16 22:47:13      TRUE 2022-12-16 23:00:00
## 2142 2022-12-16 22:47:12      TRUE 2022-12-16 23:00:00
## 2143 2022-12-16 22:47:09      TRUE 2022-12-16 23:00:00
## 2144 2022-12-16 22:47:06      TRUE 2022-12-16 23:00:00
## 2145 2022-12-16 22:47:02      TRUE 2022-12-16 23:00:00
## 2146 2022-12-16 22:47:02      TRUE 2022-12-16 23:00:00
## 2147 2022-12-16 22:46:52      TRUE 2022-12-16 23:00:00
## 2148 2022-12-16 22:46:50      TRUE 2022-12-16 23:00:00
## 2149 2022-12-16 22:46:48      TRUE 2022-12-16 23:00:00
## 2150 2022-12-16 22:46:48      TRUE 2022-12-16 23:00:00
## 2151 2022-12-16 22:46:42      TRUE 2022-12-16 23:00:00
## 2152 2022-12-16 22:46:42      TRUE 2022-12-16 23:00:00
## 2153 2022-12-16 22:46:38      TRUE 2022-12-16 23:00:00
## 2154 2022-12-16 22:46:38      TRUE 2022-12-16 23:00:00
## 2155 2022-12-16 22:46:35      TRUE 2022-12-16 23:00:00
## 2156 2022-12-16 22:46:34      TRUE 2022-12-16 23:00:00
## 2157 2022-12-16 22:46:34      TRUE 2022-12-16 23:00:00
## 2158 2022-12-16 22:46:34      TRUE 2022-12-16 23:00:00
## 2159 2022-12-16 22:46:33      TRUE 2022-12-16 23:00:00
## 2160 2022-12-16 22:46:32      TRUE 2022-12-16 23:00:00
## 2161 2022-12-16 22:46:32      TRUE 2022-12-16 23:00:00
## 2162 2022-12-16 22:46:32      TRUE 2022-12-16 23:00:00
## 2163 2022-12-16 22:46:29      TRUE 2022-12-16 23:00:00
## 2164 2022-12-16 22:46:28      TRUE 2022-12-16 23:00:00
## 2165 2022-12-16 22:46:28      TRUE 2022-12-16 23:00:00
## 2166 2022-12-16 22:46:25      TRUE 2022-12-16 23:00:00
## 2167 2022-12-16 22:46:22      TRUE 2022-12-16 23:00:00
## 2168 2022-12-16 22:46:19      TRUE 2022-12-16 23:00:00
## 2169 2022-12-16 22:46:16      TRUE 2022-12-16 23:00:00
## 2170 2022-12-16 22:46:14      TRUE 2022-12-16 23:00:00
## 2171 2022-12-16 22:46:09      TRUE 2022-12-16 23:00:00
## 2172 2022-12-16 22:46:09      TRUE 2022-12-16 23:00:00
## 2173 2022-12-16 22:46:04      TRUE 2022-12-16 23:00:00
## 2174 2022-12-16 22:46:02      TRUE 2022-12-16 23:00:00
## 2175 2022-12-16 22:46:02      TRUE 2022-12-16 23:00:00
## 2176 2022-12-16 22:45:58      TRUE 2022-12-16 23:00:00
## 2177 2022-12-16 22:45:56      TRUE 2022-12-16 23:00:00
## 2178 2022-12-16 22:45:56      TRUE 2022-12-16 23:00:00
## 2179 2022-12-16 22:45:56      TRUE 2022-12-16 23:00:00
## 2180 2022-12-16 22:45:54      TRUE 2022-12-16 23:00:00
## 2181 2022-12-16 22:45:54      TRUE 2022-12-16 23:00:00
## 2182 2022-12-16 22:45:51      TRUE 2022-12-16 23:00:00
## 2183 2022-12-16 22:45:47      TRUE 2022-12-16 23:00:00
## 2184 2022-12-16 22:45:46      TRUE 2022-12-16 23:00:00
## 2185 2022-12-16 22:45:45      TRUE 2022-12-16 23:00:00
## 2186 2022-12-16 22:45:43      TRUE 2022-12-16 23:00:00
## 2187 2022-12-16 22:45:41      TRUE 2022-12-16 23:00:00
## 2188 2022-12-16 22:45:40      TRUE 2022-12-16 23:00:00
## 2189 2022-12-16 22:45:38      TRUE 2022-12-16 23:00:00
## 2190 2022-12-16 22:45:38      TRUE 2022-12-16 23:00:00
## 2191 2022-12-16 22:45:36      TRUE 2022-12-16 23:00:00
## 2192 2022-12-16 22:45:30      TRUE 2022-12-16 23:00:00
## 2193 2022-12-16 22:45:29      TRUE 2022-12-16 23:00:00
## 2194 2022-12-16 22:45:28      TRUE 2022-12-16 23:00:00
## 2195 2022-12-16 22:45:27      TRUE 2022-12-16 23:00:00
## 2196 2022-12-16 22:45:26      TRUE 2022-12-16 23:00:00
## 2197 2022-12-16 22:45:22      TRUE 2022-12-16 23:00:00
## 2198 2022-12-16 22:45:21      TRUE 2022-12-16 23:00:00
## 2199 2022-12-16 22:45:19      TRUE 2022-12-16 23:00:00
## 2200 2022-12-16 22:45:16      TRUE 2022-12-16 23:00:00
## 2201 2022-12-16 22:45:16      TRUE 2022-12-16 23:00:00
## 2202 2022-12-16 22:45:14      TRUE 2022-12-16 23:00:00
## 2203 2022-12-16 22:45:12      TRUE 2022-12-16 23:00:00
## 2204 2022-12-16 22:45:11      TRUE 2022-12-16 23:00:00
## 2205 2022-12-16 22:45:10      TRUE 2022-12-16 23:00:00
## 2206 2022-12-16 22:45:09      TRUE 2022-12-16 23:00:00
## 2207 2022-12-16 22:45:06      TRUE 2022-12-16 23:00:00
## 2208 2022-12-16 22:45:06      TRUE 2022-12-16 23:00:00
## 2209 2022-12-16 22:45:02      TRUE 2022-12-16 23:00:00
## 2210 2022-12-16 22:45:02      TRUE 2022-12-16 23:00:00
## 2211 2022-12-16 22:44:56      TRUE 2022-12-16 23:00:00
## 2212 2022-12-16 22:44:55      TRUE 2022-12-16 23:00:00
## 2213 2022-12-16 22:44:53      TRUE 2022-12-16 23:00:00
## 2214 2022-12-16 22:44:52      TRUE 2022-12-16 23:00:00
## 2215 2022-12-16 22:44:43      TRUE 2022-12-16 23:00:00
## 2216 2022-12-16 22:44:42      TRUE 2022-12-16 23:00:00
## 2217 2022-12-16 22:44:40      TRUE 2022-12-16 23:00:00
## 2218 2022-12-16 22:44:38      TRUE 2022-12-16 23:00:00
## 2219 2022-12-16 22:44:35      TRUE 2022-12-16 23:00:00
## 2220 2022-12-16 22:44:33      TRUE 2022-12-16 23:00:00
## 2221 2022-12-16 22:44:29      TRUE 2022-12-16 23:00:00
## 2222 2022-12-16 22:44:27      TRUE 2022-12-16 23:00:00
## 2223 2022-12-16 22:44:25      TRUE 2022-12-16 23:00:00
## 2224 2022-12-16 22:44:21      TRUE 2022-12-16 23:00:00
## 2225 2022-12-16 22:44:20      TRUE 2022-12-16 23:00:00
## 2226 2022-12-16 22:44:16      TRUE 2022-12-16 23:00:00
## 2227 2022-12-16 22:44:16      TRUE 2022-12-16 23:00:00
## 2228 2022-12-16 22:44:11      TRUE 2022-12-16 23:00:00
## 2229 2022-12-16 22:44:10      TRUE 2022-12-16 23:00:00
## 2230 2022-12-16 22:44:10      TRUE 2022-12-16 23:00:00
## 2231 2022-12-16 22:44:05      TRUE 2022-12-16 23:00:00
## 2232 2022-12-16 22:43:58      TRUE 2022-12-16 23:00:00
## 2233 2022-12-16 22:43:57      TRUE 2022-12-16 23:00:00
## 2234 2022-12-16 22:43:56      TRUE 2022-12-16 23:00:00
## 2235 2022-12-16 22:43:55      TRUE 2022-12-16 23:00:00
## 2236 2022-12-16 22:43:49      TRUE 2022-12-16 23:00:00
## 2237 2022-12-16 22:43:46      TRUE 2022-12-16 23:00:00
## 2238 2022-12-16 22:43:41      TRUE 2022-12-16 23:00:00
## 2239 2022-12-16 22:43:41      TRUE 2022-12-16 23:00:00
## 2240 2022-12-16 22:43:39      TRUE 2022-12-16 23:00:00
## 2241 2022-12-16 22:43:39      TRUE 2022-12-16 23:00:00
## 2242 2022-12-16 22:43:39      TRUE 2022-12-16 23:00:00
## 2243 2022-12-16 22:43:38      TRUE 2022-12-16 23:00:00
## 2244 2022-12-16 22:43:37      TRUE 2022-12-16 23:00:00
## 2245 2022-12-16 22:43:37      TRUE 2022-12-16 23:00:00
## 2246 2022-12-16 22:43:33      TRUE 2022-12-16 23:00:00
## 2247 2022-12-16 22:43:31      TRUE 2022-12-16 23:00:00
## 2248 2022-12-16 22:43:27      TRUE 2022-12-16 23:00:00
## 2249 2022-12-16 22:43:26      TRUE 2022-12-16 23:00:00
## 2250 2022-12-16 22:43:23      TRUE 2022-12-16 23:00:00
## 2251 2022-12-16 22:43:19      TRUE 2022-12-16 23:00:00
## 2252 2022-12-16 22:43:16      TRUE 2022-12-16 23:00:00
## 2253 2022-12-16 22:43:16      TRUE 2022-12-16 23:00:00
## 2254 2022-12-16 22:43:15      TRUE 2022-12-16 23:00:00
## 2255 2022-12-16 22:43:14      TRUE 2022-12-16 23:00:00
## 2256 2022-12-16 22:43:12      TRUE 2022-12-16 23:00:00
## 2257 2022-12-16 22:43:08      TRUE 2022-12-16 23:00:00
## 2258 2022-12-16 22:43:08      TRUE 2022-12-16 23:00:00
## 2259 2022-12-16 22:43:07      TRUE 2022-12-16 23:00:00
## 2260 2022-12-16 22:43:05      TRUE 2022-12-16 23:00:00
## 2261 2022-12-16 22:43:04      TRUE 2022-12-16 23:00:00
## 2262 2022-12-16 22:43:02      TRUE 2022-12-16 23:00:00
## 2263 2022-12-16 22:43:02      TRUE 2022-12-16 23:00:00
## 2264 2022-12-16 22:43:01      TRUE 2022-12-16 23:00:00
## 2265 2022-12-16 22:43:00      TRUE 2022-12-16 23:00:00
## 2266 2022-12-16 22:43:00      TRUE 2022-12-16 23:00:00
## 2267 2022-12-16 22:42:59      TRUE 2022-12-16 23:00:00
## 2268 2022-12-16 22:42:57      TRUE 2022-12-16 23:00:00
## 2269 2022-12-16 22:42:57      TRUE 2022-12-16 23:00:00
## 2270 2022-12-16 22:42:57      TRUE 2022-12-16 23:00:00
## 2271 2022-12-16 22:42:53      TRUE 2022-12-16 23:00:00
## 2272 2022-12-16 22:42:52      TRUE 2022-12-16 23:00:00
## 2273 2022-12-16 22:42:51      TRUE 2022-12-16 23:00:00
## 2274 2022-12-16 22:42:49      TRUE 2022-12-16 23:00:00
## 2275 2022-12-16 22:42:47      TRUE 2022-12-16 23:00:00
## 2276 2022-12-16 22:42:46      TRUE 2022-12-16 23:00:00
## 2277 2022-12-16 22:42:42      TRUE 2022-12-16 23:00:00
## 2278 2022-12-16 22:42:40      TRUE 2022-12-16 23:00:00
## 2279 2022-12-16 22:42:40      TRUE 2022-12-16 23:00:00
## 2280 2022-12-16 22:42:39      TRUE 2022-12-16 23:00:00
## 2281 2022-12-16 22:42:38      TRUE 2022-12-16 23:00:00
## 2282 2022-12-16 22:42:38      TRUE 2022-12-16 23:00:00
## 2283 2022-12-16 22:42:37      TRUE 2022-12-16 23:00:00
## 2284 2022-12-16 22:42:33      TRUE 2022-12-16 23:00:00
## 2285 2022-12-16 22:42:33      TRUE 2022-12-16 23:00:00
## 2286 2022-12-16 22:42:32      TRUE 2022-12-16 23:00:00
## 2287 2022-12-16 22:42:32      TRUE 2022-12-16 23:00:00
## 2288 2022-12-16 22:42:30      TRUE 2022-12-16 23:00:00
## 2289 2022-12-16 22:42:29      TRUE 2022-12-16 23:00:00
## 2290 2022-12-16 22:42:28      TRUE 2022-12-16 23:00:00
## 2291 2022-12-16 22:42:26      TRUE 2022-12-16 23:00:00
## 2292 2022-12-16 22:42:23      TRUE 2022-12-16 23:00:00
## 2293 2022-12-16 22:42:23      TRUE 2022-12-16 23:00:00
## 2294 2022-12-16 22:42:22      TRUE 2022-12-16 23:00:00
## 2295 2022-12-16 22:42:21      TRUE 2022-12-16 23:00:00
## 2296 2022-12-16 22:42:20      TRUE 2022-12-16 23:00:00
## 2297 2022-12-16 22:42:12      TRUE 2022-12-16 23:00:00
## 2298 2022-12-16 22:42:09      TRUE 2022-12-16 23:00:00
## 2299 2022-12-16 22:42:07      TRUE 2022-12-16 23:00:00
## 2300 2022-12-16 22:42:06      TRUE 2022-12-16 23:00:00
## 2301 2022-12-16 22:42:05      TRUE 2022-12-16 23:00:00
## 2302 2022-12-16 22:42:05      TRUE 2022-12-16 23:00:00
## 2303 2022-12-16 22:42:01      TRUE 2022-12-16 23:00:00
## 2304 2022-12-16 22:42:01      TRUE 2022-12-16 23:00:00
## 2305 2022-12-16 22:42:00      TRUE 2022-12-16 23:00:00
## 2306 2022-12-16 22:41:58      TRUE 2022-12-16 23:00:00
## 2307 2022-12-16 22:41:58      TRUE 2022-12-16 23:00:00
## 2308 2022-12-16 22:41:57      TRUE 2022-12-16 23:00:00
## 2309 2022-12-16 22:41:57      TRUE 2022-12-16 23:00:00
## 2310 2022-12-16 22:41:56      TRUE 2022-12-16 23:00:00
## 2311 2022-12-16 22:41:56      TRUE 2022-12-16 23:00:00
## 2312 2022-12-16 22:41:56      TRUE 2022-12-16 23:00:00
## 2313 2022-12-16 22:41:55      TRUE 2022-12-16 23:00:00
## 2314 2022-12-16 22:41:55      TRUE 2022-12-16 23:00:00
## 2315 2022-12-16 22:41:52      TRUE 2022-12-16 23:00:00
## 2316 2022-12-16 22:41:52      TRUE 2022-12-16 23:00:00
## 2317 2022-12-16 22:41:49      TRUE 2022-12-16 23:00:00
## 2318 2022-12-16 22:41:48      TRUE 2022-12-16 23:00:00
## 2319 2022-12-16 22:41:44      TRUE 2022-12-16 23:00:00
## 2320 2022-12-16 22:41:44      TRUE 2022-12-16 23:00:00
## 2321 2022-12-16 22:41:43      TRUE 2022-12-16 23:00:00
## 2322 2022-12-16 22:41:38      TRUE 2022-12-16 23:00:00
## 2323 2022-12-16 22:41:38      TRUE 2022-12-16 23:00:00
## 2324 2022-12-16 22:41:36      TRUE 2022-12-16 23:00:00
## 2325 2022-12-16 22:41:35      TRUE 2022-12-16 23:00:00
## 2326 2022-12-16 22:41:33      TRUE 2022-12-16 23:00:00
## 2327 2022-12-16 22:41:32      TRUE 2022-12-16 23:00:00
## 2328 2022-12-16 22:41:26      TRUE 2022-12-16 23:00:00
## 2329 2022-12-16 22:41:24      TRUE 2022-12-16 23:00:00
## 2330 2022-12-16 22:41:24      TRUE 2022-12-16 23:00:00
## 2331 2022-12-16 22:41:23      TRUE 2022-12-16 23:00:00
## 2332 2022-12-16 22:41:22      TRUE 2022-12-16 23:00:00
## 2333 2022-12-16 22:41:19      TRUE 2022-12-16 23:00:00
## 2334 2022-12-16 22:41:18      TRUE 2022-12-16 23:00:00
## 2335 2022-12-16 22:41:15      TRUE 2022-12-16 23:00:00
## 2336 2022-12-16 22:41:13      TRUE 2022-12-16 23:00:00
## 2337 2022-12-16 22:41:12      TRUE 2022-12-16 23:00:00
## 2338 2022-12-16 22:41:11      TRUE 2022-12-16 23:00:00
## 2339 2022-12-16 22:41:08      TRUE 2022-12-16 23:00:00
## 2340 2022-12-16 22:41:01      TRUE 2022-12-16 23:00:00
## 2341 2022-12-16 22:40:57      TRUE 2022-12-16 23:00:00
## 2342 2022-12-16 22:40:57      TRUE 2022-12-16 23:00:00
## 2343 2022-12-16 22:40:56      TRUE 2022-12-16 23:00:00
## 2344 2022-12-16 22:40:53      TRUE 2022-12-16 23:00:00
## 2345 2022-12-16 22:40:51      TRUE 2022-12-16 23:00:00
## 2346 2022-12-16 22:40:51      TRUE 2022-12-16 23:00:00
## 2347 2022-12-16 22:40:50      TRUE 2022-12-16 23:00:00
## 2348 2022-12-16 22:40:48      TRUE 2022-12-16 23:00:00
## 2349 2022-12-16 22:40:47      TRUE 2022-12-16 23:00:00
## 2350 2022-12-16 22:40:47      TRUE 2022-12-16 23:00:00
## 2351 2022-12-16 22:40:45      TRUE 2022-12-16 23:00:00
## 2352 2022-12-16 22:40:44      TRUE 2022-12-16 23:00:00
## 2353 2022-12-16 22:40:42      TRUE 2022-12-16 23:00:00
## 2354 2022-12-16 22:40:41      TRUE 2022-12-16 23:00:00
## 2355 2022-12-16 22:40:39      TRUE 2022-12-16 23:00:00
## 2356 2022-12-16 22:40:38      TRUE 2022-12-16 23:00:00
## 2357 2022-12-16 22:40:37      TRUE 2022-12-16 23:00:00
## 2358 2022-12-16 22:40:33      TRUE 2022-12-16 23:00:00
## 2359 2022-12-16 22:40:26      TRUE 2022-12-16 23:00:00
## 2360 2022-12-16 22:40:25      TRUE 2022-12-16 23:00:00
## 2361 2022-12-16 22:40:23      TRUE 2022-12-16 23:00:00
## 2362 2022-12-16 22:40:20      TRUE 2022-12-16 23:00:00
## 2363 2022-12-16 22:40:18      TRUE 2022-12-16 23:00:00
## 2364 2022-12-16 22:40:08      TRUE 2022-12-16 23:00:00
## 2365 2022-12-16 22:40:08      TRUE 2022-12-16 23:00:00
## 2366 2022-12-16 22:40:07      TRUE 2022-12-16 23:00:00
## 2367 2022-12-16 22:40:04      TRUE 2022-12-16 23:00:00
## 2368 2022-12-16 22:40:02      TRUE 2022-12-16 23:00:00
## 2369 2022-12-16 22:40:01      TRUE 2022-12-16 23:00:00
## 2370 2022-12-16 22:40:01      TRUE 2022-12-16 23:00:00
## 2371 2022-12-16 22:40:00      TRUE 2022-12-16 23:00:00
## 2372 2022-12-16 22:39:58      TRUE 2022-12-16 23:00:00
## 2373 2022-12-16 22:39:56      TRUE 2022-12-16 23:00:00
## 2374 2022-12-16 22:39:54      TRUE 2022-12-16 23:00:00
## 2375 2022-12-16 22:39:50      TRUE 2022-12-16 23:00:00
## 2376 2022-12-16 22:39:47      TRUE 2022-12-16 23:00:00
## 2377 2022-12-16 22:39:46      TRUE 2022-12-16 23:00:00
## 2378 2022-12-16 22:39:39      TRUE 2022-12-16 23:00:00
## 2379 2022-12-16 22:39:38      TRUE 2022-12-16 23:00:00
## 2380 2022-12-16 22:39:38      TRUE 2022-12-16 23:00:00
## 2381 2022-12-16 22:39:34      TRUE 2022-12-16 23:00:00
## 2382 2022-12-16 22:39:32      TRUE 2022-12-16 23:00:00
## 2383 2022-12-16 22:39:30      TRUE 2022-12-16 23:00:00
## 2384 2022-12-16 22:39:30      TRUE 2022-12-16 23:00:00
## 2385 2022-12-16 22:39:29      TRUE 2022-12-16 23:00:00
## 2386 2022-12-16 22:39:28      TRUE 2022-12-16 23:00:00
## 2387 2022-12-16 22:39:26      TRUE 2022-12-16 23:00:00
## 2388 2022-12-16 22:39:20      TRUE 2022-12-16 23:00:00
## 2389 2022-12-16 22:39:18      TRUE 2022-12-16 23:00:00
## 2390 2022-12-16 22:39:13      TRUE 2022-12-16 23:00:00
## 2391 2022-12-16 22:39:13      TRUE 2022-12-16 23:00:00
## 2392 2022-12-16 22:39:13      TRUE 2022-12-16 23:00:00
## 2393 2022-12-16 22:39:13      TRUE 2022-12-16 23:00:00
## 2394 2022-12-16 22:39:11      TRUE 2022-12-16 23:00:00
## 2395 2022-12-16 22:39:08      TRUE 2022-12-16 23:00:00
## 2396 2022-12-16 22:39:05      TRUE 2022-12-16 23:00:00
## 2397 2022-12-16 22:39:02      TRUE 2022-12-16 23:00:00
## 2398 2022-12-16 22:38:49      TRUE 2022-12-16 23:00:00
## 2399 2022-12-16 22:38:46      TRUE 2022-12-16 23:00:00
## 2400 2022-12-16 22:38:45      TRUE 2022-12-16 23:00:00
## 2401 2022-12-16 22:38:44      TRUE 2022-12-16 23:00:00
## 2402 2022-12-16 22:38:44      TRUE 2022-12-16 23:00:00
## 2403 2022-12-16 22:38:44      TRUE 2022-12-16 23:00:00
## 2404 2022-12-16 22:38:43      TRUE 2022-12-16 23:00:00
## 2405 2022-12-16 22:38:41      TRUE 2022-12-16 23:00:00
## 2406 2022-12-16 22:38:41      TRUE 2022-12-16 23:00:00
## 2407 2022-12-16 22:38:40      TRUE 2022-12-16 23:00:00
## 2408 2022-12-16 22:38:39      TRUE 2022-12-16 23:00:00
## 2409 2022-12-16 22:38:37      TRUE 2022-12-16 23:00:00
## 2410 2022-12-16 22:38:36      TRUE 2022-12-16 23:00:00
## 2411 2022-12-16 22:38:34      TRUE 2022-12-16 23:00:00
## 2412 2022-12-16 22:38:32      TRUE 2022-12-16 23:00:00
## 2413 2022-12-16 22:38:31      TRUE 2022-12-16 23:00:00
## 2414 2022-12-16 22:38:30      TRUE 2022-12-16 23:00:00
## 2415 2022-12-16 22:38:26      TRUE 2022-12-16 23:00:00
## 2416 2022-12-16 22:38:26      TRUE 2022-12-16 23:00:00
## 2417 2022-12-16 22:38:23      TRUE 2022-12-16 23:00:00
## 2418 2022-12-16 22:38:18      TRUE 2022-12-16 23:00:00
## 2419 2022-12-16 22:38:17      TRUE 2022-12-16 23:00:00
## 2420 2022-12-16 22:38:17      TRUE 2022-12-16 23:00:00
## 2421 2022-12-16 22:38:15      TRUE 2022-12-16 23:00:00
## 2422 2022-12-16 22:38:15      TRUE 2022-12-16 23:00:00
## 2423 2022-12-16 22:38:14      TRUE 2022-12-16 23:00:00
## 2424 2022-12-16 22:38:13      TRUE 2022-12-16 23:00:00
## 2425 2022-12-16 22:38:12      TRUE 2022-12-16 23:00:00
## 2426 2022-12-16 22:38:11      TRUE 2022-12-16 23:00:00
## 2427 2022-12-16 22:38:09      TRUE 2022-12-16 23:00:00
## 2428 2022-12-16 22:38:08      TRUE 2022-12-16 23:00:00
## 2429 2022-12-16 22:38:06      TRUE 2022-12-16 23:00:00
## 2430 2022-12-16 22:38:05      TRUE 2022-12-16 23:00:00
## 2431 2022-12-16 22:38:03      TRUE 2022-12-16 23:00:00
## 2432 2022-12-16 22:38:02      TRUE 2022-12-16 23:00:00
## 2433 2022-12-16 22:38:01      TRUE 2022-12-16 23:00:00
## 2434 2022-12-16 22:37:59      TRUE 2022-12-16 23:00:00
## 2435 2022-12-16 22:37:58      TRUE 2022-12-16 23:00:00
## 2436 2022-12-16 22:37:56      TRUE 2022-12-16 23:00:00
## 2437 2022-12-16 22:37:55      TRUE 2022-12-16 23:00:00
## 2438 2022-12-16 22:37:55      TRUE 2022-12-16 23:00:00
## 2439 2022-12-16 22:37:46      TRUE 2022-12-16 23:00:00
## 2440 2022-12-16 22:37:43      TRUE 2022-12-16 23:00:00
## 2441 2022-12-16 22:37:42      TRUE 2022-12-16 23:00:00
## 2442 2022-12-16 22:37:42      TRUE 2022-12-16 23:00:00
## 2443 2022-12-16 22:37:38      TRUE 2022-12-16 23:00:00
## 2444 2022-12-16 22:37:37      TRUE 2022-12-16 23:00:00
## 2445 2022-12-16 22:37:35      TRUE 2022-12-16 23:00:00
## 2446 2022-12-16 22:37:33      TRUE 2022-12-16 23:00:00
## 2447 2022-12-16 22:37:30      TRUE 2022-12-16 23:00:00
## 2448 2022-12-16 22:37:28      TRUE 2022-12-16 23:00:00
## 2449 2022-12-16 22:37:28      TRUE 2022-12-16 23:00:00
## 2450 2022-12-16 22:37:27      TRUE 2022-12-16 23:00:00
## 2451 2022-12-16 22:37:27      TRUE 2022-12-16 23:00:00
## 2452 2022-12-16 22:37:27      TRUE 2022-12-16 23:00:00
## 2453 2022-12-16 22:37:22      TRUE 2022-12-16 23:00:00
## 2454 2022-12-16 22:37:22      TRUE 2022-12-16 23:00:00
## 2455 2022-12-16 22:37:21      TRUE 2022-12-16 23:00:00
## 2456 2022-12-16 22:37:18      TRUE 2022-12-16 23:00:00
## 2457 2022-12-16 22:37:18      TRUE 2022-12-16 23:00:00
## 2458 2022-12-16 22:37:18      TRUE 2022-12-16 23:00:00
## 2459 2022-12-16 22:37:16      TRUE 2022-12-16 23:00:00
## 2460 2022-12-16 22:37:16      TRUE 2022-12-16 23:00:00
## 2461 2022-12-16 22:37:16      TRUE 2022-12-16 23:00:00
## 2462 2022-12-16 22:37:15      TRUE 2022-12-16 23:00:00
## 2463 2022-12-16 22:37:15      TRUE 2022-12-16 23:00:00
## 2464 2022-12-16 22:37:14      TRUE 2022-12-16 23:00:00
## 2465 2022-12-16 22:37:14      TRUE 2022-12-16 23:00:00
## 2466 2022-12-16 22:37:12      TRUE 2022-12-16 23:00:00
## 2467 2022-12-16 22:37:11      TRUE 2022-12-16 23:00:00
## 2468 2022-12-16 22:37:11      TRUE 2022-12-16 23:00:00
## 2469 2022-12-16 22:37:10      TRUE 2022-12-16 23:00:00
## 2470 2022-12-16 22:37:09      TRUE 2022-12-16 23:00:00
## 2471 2022-12-16 22:37:09      TRUE 2022-12-16 23:00:00
## 2472 2022-12-16 22:37:09      TRUE 2022-12-16 23:00:00
## 2473 2022-12-16 22:37:08      TRUE 2022-12-16 23:00:00
## 2474 2022-12-16 22:37:08      TRUE 2022-12-16 23:00:00
## 2475 2022-12-16 22:37:06      TRUE 2022-12-16 23:00:00
## 2476 2022-12-16 22:37:05      TRUE 2022-12-16 23:00:00
## 2477 2022-12-16 22:37:02      TRUE 2022-12-16 23:00:00
## 2478 2022-12-16 22:37:02      TRUE 2022-12-16 23:00:00
## 2479 2022-12-16 22:37:01      TRUE 2022-12-16 23:00:00
## 2480 2022-12-16 22:37:00      TRUE 2022-12-16 23:00:00
## 2481 2022-12-16 22:37:00      TRUE 2022-12-16 23:00:00
## 2482 2022-12-16 22:36:58      TRUE 2022-12-16 23:00:00
## 2483 2022-12-16 22:36:57      TRUE 2022-12-16 23:00:00
## 2484 2022-12-16 22:36:56      TRUE 2022-12-16 23:00:00
## 2485 2022-12-16 22:36:56      TRUE 2022-12-16 23:00:00
## 2486 2022-12-16 22:36:55      TRUE 2022-12-16 23:00:00
## 2487 2022-12-16 22:36:53      TRUE 2022-12-16 23:00:00
## 2488 2022-12-16 22:36:53      TRUE 2022-12-16 23:00:00
## 2489 2022-12-16 22:36:52      TRUE 2022-12-16 23:00:00
## 2490 2022-12-16 22:36:50      TRUE 2022-12-16 23:00:00
## 2491 2022-12-16 22:36:49      TRUE 2022-12-16 23:00:00
## 2492 2022-12-16 22:36:49      TRUE 2022-12-16 23:00:00
## 2493 2022-12-16 22:36:47      TRUE 2022-12-16 23:00:00
## 2494 2022-12-16 22:36:47      TRUE 2022-12-16 23:00:00
## 2495 2022-12-16 22:36:47      TRUE 2022-12-16 23:00:00
## 2496 2022-12-16 22:36:44      TRUE 2022-12-16 23:00:00
## 2497 2022-12-16 22:36:43      TRUE 2022-12-16 23:00:00
## 2498 2022-12-16 22:36:43      TRUE 2022-12-16 23:00:00
## 2499 2022-12-16 22:36:39      TRUE 2022-12-16 23:00:00
## 2500 2022-12-16 22:36:38      TRUE 2022-12-16 23:00:00
## 2501 2022-12-16 22:36:35      TRUE 2022-12-16 23:00:00
## 2502 2022-12-16 22:36:34      TRUE 2022-12-16 23:00:00
## 2503 2022-12-16 22:36:27      TRUE 2022-12-16 23:00:00
## 2504 2022-12-16 22:36:20      TRUE 2022-12-16 23:00:00
## 2505 2022-12-16 22:36:19      TRUE 2022-12-16 23:00:00
## 2506 2022-12-16 22:36:16      TRUE 2022-12-16 23:00:00
## 2507 2022-12-16 22:36:15      TRUE 2022-12-16 23:00:00
## 2508 2022-12-16 22:36:12      TRUE 2022-12-16 23:00:00
## 2509 2022-12-16 22:36:09      TRUE 2022-12-16 23:00:00
## 2510 2022-12-16 22:36:09      TRUE 2022-12-16 23:00:00
## 2511 2022-12-16 22:36:08      TRUE 2022-12-16 23:00:00
## 2512 2022-12-16 22:36:08      TRUE 2022-12-16 23:00:00
## 2513 2022-12-16 22:36:07      TRUE 2022-12-16 23:00:00
## 2514 2022-12-16 22:36:07      TRUE 2022-12-16 23:00:00
## 2515 2022-12-16 22:36:03      TRUE 2022-12-16 23:00:00
## 2516 2022-12-16 22:35:57      TRUE 2022-12-16 23:00:00
## 2517 2022-12-16 22:35:55      TRUE 2022-12-16 23:00:00
## 2518 2022-12-16 22:35:51      TRUE 2022-12-16 23:00:00
## 2519 2022-12-16 22:35:51      TRUE 2022-12-16 23:00:00
## 2520 2022-12-16 22:35:43      TRUE 2022-12-16 23:00:00
## 2521 2022-12-16 22:35:43      TRUE 2022-12-16 23:00:00
## 2522 2022-12-16 22:35:42      TRUE 2022-12-16 23:00:00
## 2523 2022-12-16 22:35:39      TRUE 2022-12-16 23:00:00
## 2524 2022-12-16 22:35:38      TRUE 2022-12-16 23:00:00
## 2525 2022-12-16 22:35:37      TRUE 2022-12-16 23:00:00
## 2526 2022-12-16 22:35:34      TRUE 2022-12-16 23:00:00
## 2527 2022-12-16 22:35:34      TRUE 2022-12-16 23:00:00
## 2528 2022-12-16 22:35:33      TRUE 2022-12-16 23:00:00
## 2529 2022-12-16 22:35:32      TRUE 2022-12-16 23:00:00
## 2530 2022-12-16 22:35:28      TRUE 2022-12-16 23:00:00
## 2531 2022-12-16 22:35:26      TRUE 2022-12-16 23:00:00
## 2532 2022-12-16 22:35:24      TRUE 2022-12-16 23:00:00
## 2533 2022-12-16 22:35:20      TRUE 2022-12-16 23:00:00
## 2534 2022-12-16 22:35:18      TRUE 2022-12-16 23:00:00
## 2535 2022-12-16 22:35:16      TRUE 2022-12-16 23:00:00
## 2536 2022-12-16 22:35:16      TRUE 2022-12-16 23:00:00
## 2537 2022-12-16 22:35:13      TRUE 2022-12-16 23:00:00
## 2538 2022-12-16 22:35:10      TRUE 2022-12-16 23:00:00
## 2539 2022-12-16 22:35:07      TRUE 2022-12-16 23:00:00
## 2540 2022-12-16 22:35:05      TRUE 2022-12-16 23:00:00
## 2541 2022-12-16 22:35:04      TRUE 2022-12-16 23:00:00
## 2542 2022-12-16 22:35:01      TRUE 2022-12-16 23:00:00
## 2543 2022-12-16 22:35:01      TRUE 2022-12-16 23:00:00
## 2544 2022-12-16 22:34:51      TRUE 2022-12-16 23:00:00
## 2545 2022-12-16 22:34:51      TRUE 2022-12-16 23:00:00
## 2546 2022-12-16 22:34:48      TRUE 2022-12-16 23:00:00
## 2547 2022-12-16 22:34:48      TRUE 2022-12-16 23:00:00
## 2548 2022-12-16 22:34:47      TRUE 2022-12-16 23:00:00
## 2549 2022-12-16 22:34:46      TRUE 2022-12-16 23:00:00
## 2550 2022-12-16 22:34:44      TRUE 2022-12-16 23:00:00
## 2551 2022-12-16 22:34:34      TRUE 2022-12-16 23:00:00
## 2552 2022-12-16 22:34:26      TRUE 2022-12-16 23:00:00
## 2553 2022-12-16 22:34:24      TRUE 2022-12-16 23:00:00
## 2554 2022-12-16 22:34:19      TRUE 2022-12-16 23:00:00
## 2555 2022-12-16 22:34:16      TRUE 2022-12-16 23:00:00
## 2556 2022-12-16 22:34:15      TRUE 2022-12-16 23:00:00
## 2557 2022-12-16 22:34:11      TRUE 2022-12-16 23:00:00
## 2558 2022-12-16 22:34:05      TRUE 2022-12-16 23:00:00
## 2559 2022-12-16 22:34:03      TRUE 2022-12-16 23:00:00
## 2560 2022-12-16 22:33:59      TRUE 2022-12-16 23:00:00
## 2561 2022-12-16 22:33:53      TRUE 2022-12-16 23:00:00
## 2562 2022-12-16 22:33:52      TRUE 2022-12-16 23:00:00
## 2563 2022-12-16 22:33:49      TRUE 2022-12-16 23:00:00
## 2564 2022-12-16 22:33:45      TRUE 2022-12-16 23:00:00
## 2565 2022-12-16 22:33:44      TRUE 2022-12-16 23:00:00
## 2566 2022-12-16 22:33:44      TRUE 2022-12-16 23:00:00
## 2567 2022-12-16 22:33:43      TRUE 2022-12-16 23:00:00
## 2568 2022-12-16 22:33:42      TRUE 2022-12-16 23:00:00
## 2569 2022-12-16 22:33:37      TRUE 2022-12-16 23:00:00
## 2570 2022-12-16 22:33:31      TRUE 2022-12-16 23:00:00
## 2571 2022-12-16 22:33:30      TRUE 2022-12-16 23:00:00
## 2572 2022-12-16 22:33:29      TRUE 2022-12-16 23:00:00
## 2573 2022-12-16 22:33:29      TRUE 2022-12-16 23:00:00
## 2574 2022-12-16 22:33:22      TRUE 2022-12-16 23:00:00
## 2575 2022-12-16 22:33:21      TRUE 2022-12-16 23:00:00
## 2576 2022-12-16 22:33:20      TRUE 2022-12-16 23:00:00
## 2577 2022-12-16 22:33:12      TRUE 2022-12-16 23:00:00
## 2578 2022-12-16 22:33:11      TRUE 2022-12-16 23:00:00
## 2579 2022-12-16 22:33:08      TRUE 2022-12-16 23:00:00
## 2580 2022-12-16 22:33:08      TRUE 2022-12-16 23:00:00
## 2581 2022-12-16 22:33:08      TRUE 2022-12-16 23:00:00
## 2582 2022-12-16 22:33:06      TRUE 2022-12-16 23:00:00
## 2583 2022-12-16 22:33:02      TRUE 2022-12-16 23:00:00
## 2584 2022-12-16 22:33:00      TRUE 2022-12-16 23:00:00
## 2585 2022-12-16 22:32:58      TRUE 2022-12-16 23:00:00
## 2586 2022-12-16 22:32:58      TRUE 2022-12-16 23:00:00
## 2587 2022-12-16 22:32:51      TRUE 2022-12-16 23:00:00
## 2588 2022-12-16 22:32:49      TRUE 2022-12-16 23:00:00
## 2589 2022-12-16 22:32:49      TRUE 2022-12-16 23:00:00
## 2590 2022-12-16 22:32:44      TRUE 2022-12-16 23:00:00
## 2591 2022-12-16 22:32:44      TRUE 2022-12-16 23:00:00
## 2592 2022-12-16 22:32:42      TRUE 2022-12-16 23:00:00
## 2593 2022-12-16 22:32:35      TRUE 2022-12-16 23:00:00
## 2594 2022-12-16 22:32:29      TRUE 2022-12-16 23:00:00
## 2595 2022-12-16 22:32:27      TRUE 2022-12-16 23:00:00
## 2596 2022-12-16 22:32:27      TRUE 2022-12-16 23:00:00
## 2597 2022-12-16 22:32:26      TRUE 2022-12-16 23:00:00
## 2598 2022-12-16 22:32:24      TRUE 2022-12-16 23:00:00
## 2599 2022-12-16 22:32:20      TRUE 2022-12-16 23:00:00
## 2600 2022-12-16 22:32:20      TRUE 2022-12-16 23:00:00
## 2601 2022-12-16 22:32:20      TRUE 2022-12-16 23:00:00
## 2602 2022-12-16 22:32:19      TRUE 2022-12-16 23:00:00
## 2603 2022-12-16 22:32:18      TRUE 2022-12-16 23:00:00
## 2604 2022-12-16 22:32:17      TRUE 2022-12-16 23:00:00
## 2605 2022-12-16 22:32:17      TRUE 2022-12-16 23:00:00
## 2606 2022-12-16 22:32:15      TRUE 2022-12-16 23:00:00
## 2607 2022-12-16 22:32:12      TRUE 2022-12-16 23:00:00
## 2608 2022-12-16 22:32:09      TRUE 2022-12-16 23:00:00
## 2609 2022-12-16 22:32:08      TRUE 2022-12-16 23:00:00
## 2610 2022-12-16 22:32:08      TRUE 2022-12-16 23:00:00
## 2611 2022-12-16 22:32:05      TRUE 2022-12-16 23:00:00
## 2612 2022-12-16 22:32:01      TRUE 2022-12-16 23:00:00
## 2613 2022-12-16 22:31:58      TRUE 2022-12-16 23:00:00
## 2614 2022-12-16 22:31:57      TRUE 2022-12-16 23:00:00
## 2615 2022-12-16 22:31:57      TRUE 2022-12-16 23:00:00
## 2616 2022-12-16 22:31:57      TRUE 2022-12-16 23:00:00
## 2617 2022-12-16 22:31:54      TRUE 2022-12-16 23:00:00
## 2618 2022-12-16 22:31:53      TRUE 2022-12-16 23:00:00
## 2619 2022-12-16 22:31:50      TRUE 2022-12-16 23:00:00
## 2620 2022-12-16 22:31:46      TRUE 2022-12-16 23:00:00
## 2621 2022-12-16 22:31:45      TRUE 2022-12-16 23:00:00
## 2622 2022-12-16 22:31:44      TRUE 2022-12-16 23:00:00
## 2623 2022-12-16 22:31:43      TRUE 2022-12-16 23:00:00
## 2624 2022-12-16 22:31:43      TRUE 2022-12-16 23:00:00
## 2625 2022-12-16 22:31:42      TRUE 2022-12-16 23:00:00
## 2626 2022-12-16 22:31:39      TRUE 2022-12-16 23:00:00
## 2627 2022-12-16 22:31:35      TRUE 2022-12-16 23:00:00
## 2628 2022-12-16 22:31:35      TRUE 2022-12-16 23:00:00
## 2629 2022-12-16 22:31:33      TRUE 2022-12-16 23:00:00
## 2630 2022-12-16 22:31:29      TRUE 2022-12-16 23:00:00
## 2631 2022-12-16 22:31:29      TRUE 2022-12-16 23:00:00
## 2632 2022-12-16 22:31:29      TRUE 2022-12-16 23:00:00
## 2633 2022-12-16 22:31:27      TRUE 2022-12-16 23:00:00
## 2634 2022-12-16 22:31:25      TRUE 2022-12-16 23:00:00
## 2635 2022-12-16 22:31:22      TRUE 2022-12-16 23:00:00
## 2636 2022-12-16 22:31:22      TRUE 2022-12-16 23:00:00
## 2637 2022-12-16 22:31:22      TRUE 2022-12-16 23:00:00
## 2638 2022-12-16 22:31:21      TRUE 2022-12-16 23:00:00
## 2639 2022-12-16 22:31:20      TRUE 2022-12-16 23:00:00
## 2640 2022-12-16 22:31:17      TRUE 2022-12-16 23:00:00
## 2641 2022-12-16 22:31:15      TRUE 2022-12-16 23:00:00
## 2642 2022-12-16 22:31:12      TRUE 2022-12-16 23:00:00
## 2643 2022-12-16 22:31:09      TRUE 2022-12-16 23:00:00
## 2644 2022-12-16 22:31:04      TRUE 2022-12-16 23:00:00
## 2645 2022-12-16 22:31:02      TRUE 2022-12-16 23:00:00
## 2646 2022-12-16 22:31:02      TRUE 2022-12-16 23:00:00
## 2647 2022-12-16 22:31:02      TRUE 2022-12-16 23:00:00
## 2648 2022-12-16 22:31:00      TRUE 2022-12-16 23:00:00
## 2649 2022-12-16 22:30:59      TRUE 2022-12-16 23:00:00
## 2650 2022-12-16 22:30:57      TRUE 2022-12-16 23:00:00
## 2651 2022-12-16 22:30:52      TRUE 2022-12-16 23:00:00
## 2652 2022-12-16 22:30:51      TRUE 2022-12-16 23:00:00
## 2653 2022-12-16 22:30:51      TRUE 2022-12-16 23:00:00
## 2654 2022-12-16 22:30:50      TRUE 2022-12-16 23:00:00
## 2655 2022-12-16 22:30:46      TRUE 2022-12-16 23:00:00
## 2656 2022-12-16 22:30:41      TRUE 2022-12-16 23:00:00
## 2657 2022-12-16 22:30:24      TRUE 2022-12-16 23:00:00
## 2658 2022-12-16 22:30:23      TRUE 2022-12-16 23:00:00
## 2659 2022-12-16 22:30:23      TRUE 2022-12-16 23:00:00
## 2660 2022-12-16 22:30:21      TRUE 2022-12-16 23:00:00
## 2661 2022-12-16 22:30:20      TRUE 2022-12-16 23:00:00
## 2662 2022-12-16 22:30:16      TRUE 2022-12-16 23:00:00
## 2663 2022-12-16 22:30:16      TRUE 2022-12-16 23:00:00
## 2664 2022-12-16 22:30:15      TRUE 2022-12-16 23:00:00
## 2665 2022-12-16 22:30:11      TRUE 2022-12-16 23:00:00
## 2666 2022-12-16 22:30:05      TRUE 2022-12-16 23:00:00
## 2667 2022-12-16 22:30:05      TRUE 2022-12-16 23:00:00
## 2668 2022-12-16 22:30:04      TRUE 2022-12-16 23:00:00
## 2669 2022-12-16 22:30:03      TRUE 2022-12-16 23:00:00
## 2670 2022-12-16 22:30:00      TRUE 2022-12-16 23:00:00
## 2671 2022-12-16 22:29:59      TRUE 2022-12-16 22:00:00
## 2672 2022-12-16 22:29:57      TRUE 2022-12-16 22:00:00
## 2673 2022-12-16 22:29:51      TRUE 2022-12-16 22:00:00
## 2674 2022-12-16 22:29:50      TRUE 2022-12-16 22:00:00
## 2675 2022-12-16 22:29:49      TRUE 2022-12-16 22:00:00
## 2676 2022-12-16 22:29:45      TRUE 2022-12-16 22:00:00
## 2677 2022-12-16 22:29:44      TRUE 2022-12-16 22:00:00
## 2678 2022-12-16 22:29:44      TRUE 2022-12-16 22:00:00
## 2679 2022-12-16 22:29:43      TRUE 2022-12-16 22:00:00
## 2680 2022-12-16 22:29:38      TRUE 2022-12-16 22:00:00
## 2681 2022-12-16 22:29:27      TRUE 2022-12-16 22:00:00
## 2682 2022-12-16 22:29:26      TRUE 2022-12-16 22:00:00
## 2683 2022-12-16 22:29:21      TRUE 2022-12-16 22:00:00
## 2684 2022-12-16 22:29:15      TRUE 2022-12-16 22:00:00
## 2685 2022-12-16 22:29:10      TRUE 2022-12-16 22:00:00
## 2686 2022-12-16 22:29:09      TRUE 2022-12-16 22:00:00
## 2687 2022-12-16 22:29:05      TRUE 2022-12-16 22:00:00
## 2688 2022-12-16 22:29:01      TRUE 2022-12-16 22:00:00
## 2689 2022-12-16 22:29:01      TRUE 2022-12-16 22:00:00
## 2690 2022-12-16 22:29:00      TRUE 2022-12-16 22:00:00
## 2691 2022-12-16 22:29:00      TRUE 2022-12-16 22:00:00
## 2692 2022-12-16 22:28:59      TRUE 2022-12-16 22:00:00
## 2693 2022-12-16 22:28:58      TRUE 2022-12-16 22:00:00
## 2694 2022-12-16 22:28:58      TRUE 2022-12-16 22:00:00
## 2695 2022-12-16 22:28:53      TRUE 2022-12-16 22:00:00
## 2696 2022-12-16 22:28:53      TRUE 2022-12-16 22:00:00
## 2697 2022-12-16 22:28:50      TRUE 2022-12-16 22:00:00
## 2698 2022-12-16 22:28:49      TRUE 2022-12-16 22:00:00
## 2699 2022-12-16 22:28:45      TRUE 2022-12-16 22:00:00
## 2700 2022-12-16 22:28:43      TRUE 2022-12-16 22:00:00
## 2701 2022-12-16 22:28:42      TRUE 2022-12-16 22:00:00
## 2702 2022-12-16 22:28:41      TRUE 2022-12-16 22:00:00
## 2703 2022-12-16 22:28:41      TRUE 2022-12-16 22:00:00
## 2704 2022-12-16 22:28:41      TRUE 2022-12-16 22:00:00
## 2705 2022-12-16 22:28:39      TRUE 2022-12-16 22:00:00
## 2706 2022-12-16 22:28:39      TRUE 2022-12-16 22:00:00
## 2707 2022-12-16 22:28:37      TRUE 2022-12-16 22:00:00
## 2708 2022-12-16 22:28:36      TRUE 2022-12-16 22:00:00
## 2709 2022-12-16 22:28:31      TRUE 2022-12-16 22:00:00
## 2710 2022-12-16 22:28:30      TRUE 2022-12-16 22:00:00
## 2711 2022-12-16 22:28:29      TRUE 2022-12-16 22:00:00
## 2712 2022-12-16 22:28:27      TRUE 2022-12-16 22:00:00
## 2713 2022-12-16 22:28:27      TRUE 2022-12-16 22:00:00
## 2714 2022-12-16 22:28:25      TRUE 2022-12-16 22:00:00
## 2715 2022-12-16 22:28:25      TRUE 2022-12-16 22:00:00
## 2716 2022-12-16 22:28:23      TRUE 2022-12-16 22:00:00
## 2717 2022-12-16 22:28:23      TRUE 2022-12-16 22:00:00
## 2718 2022-12-16 22:28:18      TRUE 2022-12-16 22:00:00
## 2719 2022-12-16 22:28:17      TRUE 2022-12-16 22:00:00
## 2720 2022-12-16 22:28:17      TRUE 2022-12-16 22:00:00
## 2721 2022-12-16 22:28:13      TRUE 2022-12-16 22:00:00
## 2722 2022-12-16 22:28:13      TRUE 2022-12-16 22:00:00
## 2723 2022-12-16 22:28:13      TRUE 2022-12-16 22:00:00
## 2724 2022-12-16 22:28:10      TRUE 2022-12-16 22:00:00
## 2725 2022-12-16 22:28:09      TRUE 2022-12-16 22:00:00
## 2726 2022-12-16 22:28:08      TRUE 2022-12-16 22:00:00
## 2727 2022-12-16 22:28:06      TRUE 2022-12-16 22:00:00
## 2728 2022-12-16 22:28:05      TRUE 2022-12-16 22:00:00
## 2729 2022-12-16 22:28:04      TRUE 2022-12-16 22:00:00
## 2730 2022-12-16 22:28:04      TRUE 2022-12-16 22:00:00
## 2731 2022-12-16 22:28:03      TRUE 2022-12-16 22:00:00
## 2732 2022-12-16 22:28:03      TRUE 2022-12-16 22:00:00
## 2733 2022-12-16 22:28:00      TRUE 2022-12-16 22:00:00
## 2734 2022-12-16 22:27:58      TRUE 2022-12-16 22:00:00
## 2735 2022-12-16 22:27:56      TRUE 2022-12-16 22:00:00
## 2736 2022-12-16 22:27:55      TRUE 2022-12-16 22:00:00
## 2737 2022-12-16 22:27:55      TRUE 2022-12-16 22:00:00
## 2738 2022-12-16 22:27:55      TRUE 2022-12-16 22:00:00
## 2739 2022-12-16 22:27:53      TRUE 2022-12-16 22:00:00
## 2740 2022-12-16 22:27:52      TRUE 2022-12-16 22:00:00
## 2741 2022-12-16 22:27:52      TRUE 2022-12-16 22:00:00
## 2742 2022-12-16 22:27:51      TRUE 2022-12-16 22:00:00
## 2743 2022-12-16 22:27:51      TRUE 2022-12-16 22:00:00
## 2744 2022-12-16 22:27:49      TRUE 2022-12-16 22:00:00
## 2745 2022-12-16 22:27:47      TRUE 2022-12-16 22:00:00
## 2746 2022-12-16 22:27:46      TRUE 2022-12-16 22:00:00
## 2747 2022-12-16 22:27:42      TRUE 2022-12-16 22:00:00
## 2748 2022-12-16 22:27:39      TRUE 2022-12-16 22:00:00
## 2749 2022-12-16 22:27:36      TRUE 2022-12-16 22:00:00
## 2750 2022-12-16 22:27:34      TRUE 2022-12-16 22:00:00
## 2751 2022-12-16 22:27:32      TRUE 2022-12-16 22:00:00
## 2752 2022-12-16 22:27:32      TRUE 2022-12-16 22:00:00
## 2753 2022-12-16 22:27:32      TRUE 2022-12-16 22:00:00
## 2754 2022-12-16 22:27:30      TRUE 2022-12-16 22:00:00
## 2755 2022-12-16 22:27:30      TRUE 2022-12-16 22:00:00
## 2756 2022-12-16 22:27:30      TRUE 2022-12-16 22:00:00
## 2757 2022-12-16 22:27:28      TRUE 2022-12-16 22:00:00
## 2758 2022-12-16 22:27:27      TRUE 2022-12-16 22:00:00
## 2759 2022-12-16 22:27:27      TRUE 2022-12-16 22:00:00
## 2760 2022-12-16 22:27:26      TRUE 2022-12-16 22:00:00
## 2761 2022-12-16 22:27:20      TRUE 2022-12-16 22:00:00
## 2762 2022-12-16 22:27:19      TRUE 2022-12-16 22:00:00
## 2763 2022-12-16 22:27:18      TRUE 2022-12-16 22:00:00
## 2764 2022-12-16 22:27:18      TRUE 2022-12-16 22:00:00
## 2765 2022-12-16 22:27:17      TRUE 2022-12-16 22:00:00
## 2766 2022-12-16 22:27:15      TRUE 2022-12-16 22:00:00
## 2767 2022-12-16 22:27:14      TRUE 2022-12-16 22:00:00
## 2768 2022-12-16 22:27:12      TRUE 2022-12-16 22:00:00
## 2769 2022-12-16 22:27:12      TRUE 2022-12-16 22:00:00
## 2770 2022-12-16 22:27:07      TRUE 2022-12-16 22:00:00
## 2771 2022-12-16 22:27:06      TRUE 2022-12-16 22:00:00
## 2772 2022-12-16 22:27:03      TRUE 2022-12-16 22:00:00
## 2773 2022-12-16 22:27:03      TRUE 2022-12-16 22:00:00
## 2774 2022-12-16 22:27:00      TRUE 2022-12-16 22:00:00
## 2775 2022-12-16 22:26:59      TRUE 2022-12-16 22:00:00
## 2776 2022-12-16 22:26:57      TRUE 2022-12-16 22:00:00
## 2777 2022-12-16 22:26:57      TRUE 2022-12-16 22:00:00
## 2778 2022-12-16 22:26:55      TRUE 2022-12-16 22:00:00
## 2779 2022-12-16 22:26:55      TRUE 2022-12-16 22:00:00
## 2780 2022-12-16 22:26:49      TRUE 2022-12-16 22:00:00
## 2781 2022-12-16 22:26:47      TRUE 2022-12-16 22:00:00
## 2782 2022-12-16 22:26:41      TRUE 2022-12-16 22:00:00
## 2783 2022-12-16 22:26:41      TRUE 2022-12-16 22:00:00
## 2784 2022-12-16 22:26:39      TRUE 2022-12-16 22:00:00
## 2785 2022-12-16 22:26:34      TRUE 2022-12-16 22:00:00
## 2786 2022-12-16 22:26:31      TRUE 2022-12-16 22:00:00
## 2787 2022-12-16 22:26:31      TRUE 2022-12-16 22:00:00
## 2788 2022-12-16 22:26:30      TRUE 2022-12-16 22:00:00
## 2789 2022-12-16 22:26:29      TRUE 2022-12-16 22:00:00
## 2790 2022-12-16 22:26:21      TRUE 2022-12-16 22:00:00
## 2791 2022-12-16 22:26:20      TRUE 2022-12-16 22:00:00
## 2792 2022-12-16 22:26:18      TRUE 2022-12-16 22:00:00
## 2793 2022-12-16 22:26:16      TRUE 2022-12-16 22:00:00
## 2794 2022-12-16 22:26:11      TRUE 2022-12-16 22:00:00
## 2795 2022-12-16 22:26:07      TRUE 2022-12-16 22:00:00
## 2796 2022-12-16 22:26:05      TRUE 2022-12-16 22:00:00
## 2797 2022-12-16 22:26:03      TRUE 2022-12-16 22:00:00
## 2798 2022-12-16 22:26:02      TRUE 2022-12-16 22:00:00
## 2799 2022-12-16 22:26:02      TRUE 2022-12-16 22:00:00
## 2800 2022-12-16 22:26:00      TRUE 2022-12-16 22:00:00
## 2801 2022-12-16 22:25:59      TRUE 2022-12-16 22:00:00
## 2802 2022-12-16 22:25:59      TRUE 2022-12-16 22:00:00
## 2803 2022-12-16 22:25:58      TRUE 2022-12-16 22:00:00
## 2804 2022-12-16 22:25:57      TRUE 2022-12-16 22:00:00
## 2805 2022-12-16 22:25:55      TRUE 2022-12-16 22:00:00
## 2806 2022-12-16 22:25:54      TRUE 2022-12-16 22:00:00
## 2807 2022-12-16 22:25:53      TRUE 2022-12-16 22:00:00
## 2808 2022-12-16 22:25:49      TRUE 2022-12-16 22:00:00
## 2809 2022-12-16 22:25:47      TRUE 2022-12-16 22:00:00
## 2810 2022-12-16 22:25:47      TRUE 2022-12-16 22:00:00
## 2811 2022-12-16 22:25:43      TRUE 2022-12-16 22:00:00
## 2812 2022-12-16 22:25:37      TRUE 2022-12-16 22:00:00
## 2813 2022-12-16 22:25:37      TRUE 2022-12-16 22:00:00
## 2814 2022-12-16 22:25:35      TRUE 2022-12-16 22:00:00
## 2815 2022-12-16 22:25:34      TRUE 2022-12-16 22:00:00
## 2816 2022-12-16 22:25:30      TRUE 2022-12-16 22:00:00
## 2817 2022-12-16 22:25:27      TRUE 2022-12-16 22:00:00
## 2818 2022-12-16 22:25:20      TRUE 2022-12-16 22:00:00
## 2819 2022-12-16 22:25:17      TRUE 2022-12-16 22:00:00
## 2820 2022-12-16 22:25:14      TRUE 2022-12-16 22:00:00
## 2821 2022-12-16 22:25:08      TRUE 2022-12-16 22:00:00
## 2822 2022-12-16 22:25:05      TRUE 2022-12-16 22:00:00
## 2823 2022-12-16 22:24:57      TRUE 2022-12-16 22:00:00
## 2824 2022-12-16 22:24:49      TRUE 2022-12-16 22:00:00
## 2825 2022-12-16 22:24:44      TRUE 2022-12-16 22:00:00
## 2826 2022-12-16 22:24:42      TRUE 2022-12-16 22:00:00
## 2827 2022-12-16 22:24:42      TRUE 2022-12-16 22:00:00
## 2828 2022-12-16 22:24:39      TRUE 2022-12-16 22:00:00
## 2829 2022-12-16 22:24:37      TRUE 2022-12-16 22:00:00
## 2830 2022-12-16 22:24:36      TRUE 2022-12-16 22:00:00
## 2831 2022-12-16 22:24:36      TRUE 2022-12-16 22:00:00
## 2832 2022-12-16 22:24:34      TRUE 2022-12-16 22:00:00
## 2833 2022-12-16 22:24:34      TRUE 2022-12-16 22:00:00
## 2834 2022-12-16 22:24:34      TRUE 2022-12-16 22:00:00
## 2835 2022-12-16 22:24:33      TRUE 2022-12-16 22:00:00
## 2836 2022-12-16 22:24:31      TRUE 2022-12-16 22:00:00
## 2837 2022-12-16 22:24:30      TRUE 2022-12-16 22:00:00
## 2838 2022-12-16 22:24:29      TRUE 2022-12-16 22:00:00
## 2839 2022-12-16 22:24:28      TRUE 2022-12-16 22:00:00
## 2840 2022-12-16 22:24:26      TRUE 2022-12-16 22:00:00
## 2841 2022-12-16 22:24:24      TRUE 2022-12-16 22:00:00
## 2842 2022-12-16 22:24:24      TRUE 2022-12-16 22:00:00
## 2843 2022-12-16 22:24:18      TRUE 2022-12-16 22:00:00
## 2844 2022-12-16 22:24:17      TRUE 2022-12-16 22:00:00
## 2845 2022-12-16 22:24:16      TRUE 2022-12-16 22:00:00
## 2846 2022-12-16 22:24:15      TRUE 2022-12-16 22:00:00
## 2847 2022-12-16 22:24:11      TRUE 2022-12-16 22:00:00
## 2848 2022-12-16 22:24:11      TRUE 2022-12-16 22:00:00
## 2849 2022-12-16 22:24:09      TRUE 2022-12-16 22:00:00
## 2850 2022-12-16 22:24:09      TRUE 2022-12-16 22:00:00
## 2851 2022-12-16 22:24:09      TRUE 2022-12-16 22:00:00
## 2852 2022-12-16 22:24:05      TRUE 2022-12-16 22:00:00
## 2853 2022-12-16 22:24:04      TRUE 2022-12-16 22:00:00
## 2854 2022-12-16 22:24:02      TRUE 2022-12-16 22:00:00
## 2855 2022-12-16 22:24:02      TRUE 2022-12-16 22:00:00
## 2856 2022-12-16 22:24:02      TRUE 2022-12-16 22:00:00
## 2857 2022-12-16 22:23:57      TRUE 2022-12-16 22:00:00
## 2858 2022-12-16 22:23:55      TRUE 2022-12-16 22:00:00
## 2859 2022-12-16 22:23:49      TRUE 2022-12-16 22:00:00
## 2860 2022-12-16 22:23:47      TRUE 2022-12-16 22:00:00
## 2861 2022-12-16 22:23:46      TRUE 2022-12-16 22:00:00
## 2862 2022-12-16 22:23:41      TRUE 2022-12-16 22:00:00
## 2863 2022-12-16 22:23:41      TRUE 2022-12-16 22:00:00
## 2864 2022-12-16 22:23:41      TRUE 2022-12-16 22:00:00
## 2865 2022-12-16 22:23:35      TRUE 2022-12-16 22:00:00
## 2866 2022-12-16 22:23:31      TRUE 2022-12-16 22:00:00
## 2867 2022-12-16 22:23:31      TRUE 2022-12-16 22:00:00
## 2868 2022-12-16 22:23:31      TRUE 2022-12-16 22:00:00
## 2869 2022-12-16 22:23:27      TRUE 2022-12-16 22:00:00
## 2870 2022-12-16 22:23:25      TRUE 2022-12-16 22:00:00
## 2871 2022-12-16 22:23:22      TRUE 2022-12-16 22:00:00
## 2872 2022-12-16 22:23:22      TRUE 2022-12-16 22:00:00
## 2873 2022-12-16 22:23:15      TRUE 2022-12-16 22:00:00
## 2874 2022-12-16 22:23:13      TRUE 2022-12-16 22:00:00
## 2875 2022-12-16 22:23:09      TRUE 2022-12-16 22:00:00
## 2876 2022-12-16 22:23:06      TRUE 2022-12-16 22:00:00
## 2877 2022-12-16 22:23:03      TRUE 2022-12-16 22:00:00
## 2878 2022-12-16 22:22:57      TRUE 2022-12-16 22:00:00
## 2879 2022-12-16 22:22:56      TRUE 2022-12-16 22:00:00
## 2880 2022-12-16 22:22:55      TRUE 2022-12-16 22:00:00
## 2881 2022-12-16 22:22:52      TRUE 2022-12-16 22:00:00
## 2882 2022-12-16 22:22:48      TRUE 2022-12-16 22:00:00
## 2883 2022-12-16 22:22:48      TRUE 2022-12-16 22:00:00
## 2884 2022-12-16 22:22:44      TRUE 2022-12-16 22:00:00
## 2885 2022-12-16 22:22:42      TRUE 2022-12-16 22:00:00
## 2886 2022-12-16 22:22:41      TRUE 2022-12-16 22:00:00
## 2887 2022-12-16 22:22:39      TRUE 2022-12-16 22:00:00
## 2888 2022-12-16 22:22:36      TRUE 2022-12-16 22:00:00
## 2889 2022-12-16 22:22:34      TRUE 2022-12-16 22:00:00
## 2890 2022-12-16 22:22:34      TRUE 2022-12-16 22:00:00
## 2891 2022-12-16 22:22:31      TRUE 2022-12-16 22:00:00
## 2892 2022-12-16 22:22:30      TRUE 2022-12-16 22:00:00
## 2893 2022-12-16 22:22:29      TRUE 2022-12-16 22:00:00
## 2894 2022-12-16 22:22:29      TRUE 2022-12-16 22:00:00
## 2895 2022-12-16 22:22:26      TRUE 2022-12-16 22:00:00
## 2896 2022-12-16 22:22:25      TRUE 2022-12-16 22:00:00
## 2897 2022-12-16 22:22:23      TRUE 2022-12-16 22:00:00
## 2898 2022-12-16 22:22:22      TRUE 2022-12-16 22:00:00
## 2899 2022-12-16 22:22:17      TRUE 2022-12-16 22:00:00
## 2900 2022-12-16 22:22:15      TRUE 2022-12-16 22:00:00
## 2901 2022-12-16 22:22:12      TRUE 2022-12-16 22:00:00
## 2902 2022-12-16 22:22:07      TRUE 2022-12-16 22:00:00
## 2903 2022-12-16 22:22:06      TRUE 2022-12-16 22:00:00
## 2904 2022-12-16 22:22:04      TRUE 2022-12-16 22:00:00
## 2905 2022-12-16 22:22:03      TRUE 2022-12-16 22:00:00
## 2906 2022-12-16 22:22:01      TRUE 2022-12-16 22:00:00
## 2907 2022-12-16 22:22:00      TRUE 2022-12-16 22:00:00
## 2908 2022-12-16 22:21:58      TRUE 2022-12-16 22:00:00
## 2909 2022-12-16 22:21:57      TRUE 2022-12-16 22:00:00
## 2910 2022-12-16 22:21:56      TRUE 2022-12-16 22:00:00
## 2911 2022-12-16 22:21:34      TRUE 2022-12-16 22:00:00
## 2912 2022-12-16 22:21:32      TRUE 2022-12-16 22:00:00
## 2913 2022-12-16 22:21:27      TRUE 2022-12-16 22:00:00
## 2914 2022-12-16 22:21:27      TRUE 2022-12-16 22:00:00
## 2915 2022-12-16 22:21:22      TRUE 2022-12-16 22:00:00
## 2916 2022-12-16 22:21:21      TRUE 2022-12-16 22:00:00
## 2917 2022-12-16 22:21:21      TRUE 2022-12-16 22:00:00
## 2918 2022-12-16 22:21:20      TRUE 2022-12-16 22:00:00
## 2919 2022-12-16 22:21:17      TRUE 2022-12-16 22:00:00
## 2920 2022-12-16 22:21:16      TRUE 2022-12-16 22:00:00
## 2921 2022-12-16 22:21:15      TRUE 2022-12-16 22:00:00
## 2922 2022-12-16 22:21:14      TRUE 2022-12-16 22:00:00
## 2923 2022-12-16 22:21:12      TRUE 2022-12-16 22:00:00
## 2924 2022-12-16 22:21:11      TRUE 2022-12-16 22:00:00
## 2925 2022-12-16 22:21:11      TRUE 2022-12-16 22:00:00
## 2926 2022-12-16 22:21:09      TRUE 2022-12-16 22:00:00
## 2927 2022-12-16 22:21:08      TRUE 2022-12-16 22:00:00
## 2928 2022-12-16 22:21:05      TRUE 2022-12-16 22:00:00
## 2929 2022-12-16 22:21:04      TRUE 2022-12-16 22:00:00
## 2930 2022-12-16 22:20:58      TRUE 2022-12-16 22:00:00
## 2931 2022-12-16 22:20:56      TRUE 2022-12-16 22:00:00
## 2932 2022-12-16 22:20:53      TRUE 2022-12-16 22:00:00
## 2933 2022-12-16 22:20:51      TRUE 2022-12-16 22:00:00
## 2934 2022-12-16 22:20:48      TRUE 2022-12-16 22:00:00
## 2935 2022-12-16 22:20:45      TRUE 2022-12-16 22:00:00
## 2936 2022-12-16 22:20:45      TRUE 2022-12-16 22:00:00
## 2937 2022-12-16 22:20:42      TRUE 2022-12-16 22:00:00
## 2938 2022-12-16 22:20:41      TRUE 2022-12-16 22:00:00
## 2939 2022-12-16 22:20:36      TRUE 2022-12-16 22:00:00
## 2940 2022-12-16 22:20:36      TRUE 2022-12-16 22:00:00
## 2941 2022-12-16 22:20:32      TRUE 2022-12-16 22:00:00
## 2942 2022-12-16 22:20:31      TRUE 2022-12-16 22:00:00
## 2943 2022-12-16 22:20:31      TRUE 2022-12-16 22:00:00
## 2944 2022-12-16 22:20:27      TRUE 2022-12-16 22:00:00
## 2945 2022-12-16 22:20:26      TRUE 2022-12-16 22:00:00
## 2946 2022-12-16 22:20:25      TRUE 2022-12-16 22:00:00
## 2947 2022-12-16 22:20:24      TRUE 2022-12-16 22:00:00
## 2948 2022-12-16 22:20:20      TRUE 2022-12-16 22:00:00
## 2949 2022-12-16 22:20:14      TRUE 2022-12-16 22:00:00
## 2950 2022-12-16 22:20:11      TRUE 2022-12-16 22:00:00
## 2951 2022-12-16 22:20:11      TRUE 2022-12-16 22:00:00
## 2952 2022-12-16 22:20:11      TRUE 2022-12-16 22:00:00
## 2953 2022-12-16 22:20:10      TRUE 2022-12-16 22:00:00
## 2954 2022-12-16 22:20:10      TRUE 2022-12-16 22:00:00
## 2955 2022-12-16 22:20:09      TRUE 2022-12-16 22:00:00
## 2956 2022-12-16 22:20:08      TRUE 2022-12-16 22:00:00
## 2957 2022-12-16 22:20:06      TRUE 2022-12-16 22:00:00
## 2958 2022-12-16 22:20:05      TRUE 2022-12-16 22:00:00
## 2959 2022-12-16 22:20:05      TRUE 2022-12-16 22:00:00
## 2960 2022-12-16 22:20:03      TRUE 2022-12-16 22:00:00
## 2961 2022-12-16 22:20:01      TRUE 2022-12-16 22:00:00
## 2962 2022-12-16 22:19:57      TRUE 2022-12-16 22:00:00
## 2963 2022-12-16 22:19:48      TRUE 2022-12-16 22:00:00
## 2964 2022-12-16 22:19:47      TRUE 2022-12-16 22:00:00
## 2965 2022-12-16 22:19:45      TRUE 2022-12-16 22:00:00
## 2966 2022-12-16 22:19:45      TRUE 2022-12-16 22:00:00
## 2967 2022-12-16 22:19:28      TRUE 2022-12-16 22:00:00
## 2968 2022-12-16 22:19:24      TRUE 2022-12-16 22:00:00
## 2969 2022-12-16 22:19:20      TRUE 2022-12-16 22:00:00
## 2970 2022-12-16 22:19:18      TRUE 2022-12-16 22:00:00
## 2971 2022-12-16 22:19:17      TRUE 2022-12-16 22:00:00
## 2972 2022-12-16 22:19:17      TRUE 2022-12-16 22:00:00
## 2973 2022-12-16 22:19:16      TRUE 2022-12-16 22:00:00
## 2974 2022-12-16 22:19:15      TRUE 2022-12-16 22:00:00
## 2975 2022-12-16 22:19:13      TRUE 2022-12-16 22:00:00
## 2976 2022-12-16 22:19:07      TRUE 2022-12-16 22:00:00
## 2977 2022-12-16 22:19:06      TRUE 2022-12-16 22:00:00
## 2978 2022-12-16 22:19:04      TRUE 2022-12-16 22:00:00
## 2979 2022-12-16 22:18:58      TRUE 2022-12-16 22:00:00
## 2980 2022-12-16 22:18:55      TRUE 2022-12-16 22:00:00
## 2981 2022-12-16 22:18:51      TRUE 2022-12-16 22:00:00
## 2982 2022-12-16 22:18:49      TRUE 2022-12-16 22:00:00
## 2983 2022-12-16 22:18:49      TRUE 2022-12-16 22:00:00
## 2984 2022-12-16 22:18:48      TRUE 2022-12-16 22:00:00
## 2985 2022-12-16 22:18:44      TRUE 2022-12-16 22:00:00
## 2986 2022-12-16 22:18:36      TRUE 2022-12-16 22:00:00
## 2987 2022-12-16 22:18:31      TRUE 2022-12-16 22:00:00
## 2988 2022-12-16 22:18:31      TRUE 2022-12-16 22:00:00
## 2989 2022-12-16 22:18:30      TRUE 2022-12-16 22:00:00
## 2990 2022-12-16 22:18:26      TRUE 2022-12-16 22:00:00
## 2991 2022-12-16 22:18:25      TRUE 2022-12-16 22:00:00
## 2992 2022-12-16 22:18:16      TRUE 2022-12-16 22:00:00
## 2993 2022-12-16 22:18:15      TRUE 2022-12-16 22:00:00
## 2994 2022-12-16 22:18:12      TRUE 2022-12-16 22:00:00
## 2995 2022-12-16 22:18:05      TRUE 2022-12-16 22:00:00
## 2996 2022-12-16 22:18:01      TRUE 2022-12-16 22:00:00
## 2997 2022-12-16 22:17:56      TRUE 2022-12-16 22:00:00
## 2998 2022-12-16 22:17:43      TRUE 2022-12-16 22:00:00
## 2999 2022-12-16 22:17:34      TRUE 2022-12-16 22:00:00
## 3000 2022-12-16 22:17:26      TRUE 2022-12-16 22:00:00
## 3001 2022-12-16 22:17:24      TRUE 2022-12-16 22:00:00
## 3002 2022-12-16 22:17:24      TRUE 2022-12-16 22:00:00
## 3003 2022-12-16 22:17:22      TRUE 2022-12-16 22:00:00
## 3004 2022-12-16 22:17:21      TRUE 2022-12-16 22:00:00
## 3005 2022-12-16 22:17:21      TRUE 2022-12-16 22:00:00
## 3006 2022-12-16 22:17:10      TRUE 2022-12-16 22:00:00
## 3007 2022-12-16 22:17:09      TRUE 2022-12-16 22:00:00
## 3008 2022-12-16 22:17:06      TRUE 2022-12-16 22:00:00
## 3009 2022-12-16 22:17:05      TRUE 2022-12-16 22:00:00
## 3010 2022-12-16 22:17:02      TRUE 2022-12-16 22:00:00
## 3011 2022-12-16 22:17:00      TRUE 2022-12-16 22:00:00
## 3012 2022-12-16 22:16:49      TRUE 2022-12-16 22:00:00
## 3013 2022-12-16 22:16:48      TRUE 2022-12-16 22:00:00
## 3014 2022-12-16 22:16:47      TRUE 2022-12-16 22:00:00
## 3015 2022-12-16 22:16:46      TRUE 2022-12-16 22:00:00
## 3016 2022-12-16 22:16:45      TRUE 2022-12-16 22:00:00
## 3017 2022-12-16 22:16:38      TRUE 2022-12-16 22:00:00
## 3018 2022-12-16 22:16:37      TRUE 2022-12-16 22:00:00
## 3019 2022-12-16 22:16:34      TRUE 2022-12-16 22:00:00
## 3020 2022-12-16 22:16:34      TRUE 2022-12-16 22:00:00
## 3021 2022-12-16 22:16:32      TRUE 2022-12-16 22:00:00
## 3022 2022-12-16 22:16:29      TRUE 2022-12-16 22:00:00
## 3023 2022-12-16 22:16:27      TRUE 2022-12-16 22:00:00
## 3024 2022-12-16 22:16:25      TRUE 2022-12-16 22:00:00
## 3025 2022-12-16 22:16:22      TRUE 2022-12-16 22:00:00
## 3026 2022-12-16 22:16:21      TRUE 2022-12-16 22:00:00
## 3027 2022-12-16 22:16:17      TRUE 2022-12-16 22:00:00
## 3028 2022-12-16 22:16:13      TRUE 2022-12-16 22:00:00
## 3029 2022-12-16 22:16:12      TRUE 2022-12-16 22:00:00
## 3030 2022-12-16 22:16:08      TRUE 2022-12-16 22:00:00
## 3031 2022-12-16 22:16:07      TRUE 2022-12-16 22:00:00
## 3032 2022-12-16 22:16:04      TRUE 2022-12-16 22:00:00
## 3033 2022-12-16 22:16:03      TRUE 2022-12-16 22:00:00
## 3034 2022-12-16 22:15:59      TRUE 2022-12-16 22:00:00
## 3035 2022-12-16 22:15:58      TRUE 2022-12-16 22:00:00
## 3036 2022-12-16 22:15:56      TRUE 2022-12-16 22:00:00
## 3037 2022-12-16 22:15:55      TRUE 2022-12-16 22:00:00
## 3038 2022-12-16 22:15:52      TRUE 2022-12-16 22:00:00
## 3039 2022-12-16 22:15:51      TRUE 2022-12-16 22:00:00
## 3040 2022-12-16 22:15:50      TRUE 2022-12-16 22:00:00
## 3041 2022-12-16 22:15:49      TRUE 2022-12-16 22:00:00
## 3042 2022-12-16 22:15:48      TRUE 2022-12-16 22:00:00
## 3043 2022-12-16 22:15:48      TRUE 2022-12-16 22:00:00
## 3044 2022-12-16 22:15:47      TRUE 2022-12-16 22:00:00
## 3045 2022-12-16 22:15:47      TRUE 2022-12-16 22:00:00
## 3046 2022-12-16 22:15:36      TRUE 2022-12-16 22:00:00
## 3047 2022-12-16 22:15:33      TRUE 2022-12-16 22:00:00
## 3048 2022-12-16 22:15:32      TRUE 2022-12-16 22:00:00
## 3049 2022-12-16 22:15:27      TRUE 2022-12-16 22:00:00
## 3050 2022-12-16 22:15:23      TRUE 2022-12-16 22:00:00
## 3051 2022-12-16 22:15:20      TRUE 2022-12-16 22:00:00
## 3052 2022-12-16 22:15:18      TRUE 2022-12-16 22:00:00
## 3053 2022-12-16 22:15:16      TRUE 2022-12-16 22:00:00
## 3054 2022-12-16 22:15:14      TRUE 2022-12-16 22:00:00
## 3055 2022-12-16 22:15:12      TRUE 2022-12-16 22:00:00
## 3056 2022-12-16 22:15:12      TRUE 2022-12-16 22:00:00
## 3057 2022-12-16 22:15:12      TRUE 2022-12-16 22:00:00
## 3058 2022-12-16 22:15:09      TRUE 2022-12-16 22:00:00
## 3059 2022-12-16 22:15:07      TRUE 2022-12-16 22:00:00
## 3060 2022-12-16 22:15:07      TRUE 2022-12-16 22:00:00
## 3061 2022-12-16 22:15:05      TRUE 2022-12-16 22:00:00
## 3062 2022-12-16 22:14:59      TRUE 2022-12-16 22:00:00
## 3063 2022-12-16 22:14:59      TRUE 2022-12-16 22:00:00
## 3064 2022-12-16 22:14:55      TRUE 2022-12-16 22:00:00
## 3065 2022-12-16 22:14:54      TRUE 2022-12-16 22:00:00
## 3066 2022-12-16 22:14:51      TRUE 2022-12-16 22:00:00
## 3067 2022-12-16 22:14:50      TRUE 2022-12-16 22:00:00
## 3068 2022-12-16 22:14:48      TRUE 2022-12-16 22:00:00
## 3069 2022-12-16 22:14:44      TRUE 2022-12-16 22:00:00
## 3070 2022-12-16 22:14:42      TRUE 2022-12-16 22:00:00
## 3071 2022-12-16 22:14:40      TRUE 2022-12-16 22:00:00
## 3072 2022-12-16 22:14:29      TRUE 2022-12-16 22:00:00
## 3073 2022-12-16 22:14:24      TRUE 2022-12-16 22:00:00
## 3074 2022-12-16 22:14:24      TRUE 2022-12-16 22:00:00
## 3075 2022-12-16 22:14:23      TRUE 2022-12-16 22:00:00
## 3076 2022-12-16 22:14:21      TRUE 2022-12-16 22:00:00
## 3077 2022-12-16 22:14:18      TRUE 2022-12-16 22:00:00
## 3078 2022-12-16 22:14:15      TRUE 2022-12-16 22:00:00
## 3079 2022-12-16 22:14:15      TRUE 2022-12-16 22:00:00
## 3080 2022-12-16 22:14:12      TRUE 2022-12-16 22:00:00
## 3081 2022-12-16 22:14:12      TRUE 2022-12-16 22:00:00
## 3082 2022-12-16 22:14:09      TRUE 2022-12-16 22:00:00
## 3083 2022-12-16 22:14:08      TRUE 2022-12-16 22:00:00
## 3084 2022-12-16 22:14:08      TRUE 2022-12-16 22:00:00
## 3085 2022-12-16 22:14:07      TRUE 2022-12-16 22:00:00
## 3086 2022-12-16 22:14:03      TRUE 2022-12-16 22:00:00
## 3087 2022-12-16 22:14:03      TRUE 2022-12-16 22:00:00
## 3088 2022-12-16 22:13:50      TRUE 2022-12-16 22:00:00
## 3089 2022-12-16 22:13:49      TRUE 2022-12-16 22:00:00
## 3090 2022-12-16 22:13:49      TRUE 2022-12-16 22:00:00
## 3091 2022-12-16 22:13:49      TRUE 2022-12-16 22:00:00
## 3092 2022-12-16 22:13:46      TRUE 2022-12-16 22:00:00
## 3093 2022-12-16 22:13:36      TRUE 2022-12-16 22:00:00
## 3094 2022-12-16 22:13:34      TRUE 2022-12-16 22:00:00
## 3095 2022-12-16 22:13:33      TRUE 2022-12-16 22:00:00
## 3096 2022-12-16 22:13:32      TRUE 2022-12-16 22:00:00
## 3097 2022-12-16 22:13:31      TRUE 2022-12-16 22:00:00
## 3098 2022-12-16 22:13:27      TRUE 2022-12-16 22:00:00
## 3099 2022-12-16 22:13:26      TRUE 2022-12-16 22:00:00
## 3100 2022-12-16 22:13:26      TRUE 2022-12-16 22:00:00
## 3101 2022-12-16 22:13:22      TRUE 2022-12-16 22:00:00
## 3102 2022-12-16 22:13:22      TRUE 2022-12-16 22:00:00
## 3103 2022-12-16 22:13:21      TRUE 2022-12-16 22:00:00
## 3104 2022-12-16 22:13:19      TRUE 2022-12-16 22:00:00
## 3105 2022-12-16 22:13:14      TRUE 2022-12-16 22:00:00
## 3106 2022-12-16 22:13:14      TRUE 2022-12-16 22:00:00
## 3107 2022-12-16 22:13:13      TRUE 2022-12-16 22:00:00
## 3108 2022-12-16 22:13:12      TRUE 2022-12-16 22:00:00
## 3109 2022-12-16 22:13:11      TRUE 2022-12-16 22:00:00
## 3110 2022-12-16 22:13:08      TRUE 2022-12-16 22:00:00
## 3111 2022-12-16 22:13:04      TRUE 2022-12-16 22:00:00
## 3112 2022-12-16 22:13:01      TRUE 2022-12-16 22:00:00
## 3113 2022-12-16 22:12:58      TRUE 2022-12-16 22:00:00
## 3114 2022-12-16 22:12:55      TRUE 2022-12-16 22:00:00
## 3115 2022-12-16 22:12:54      TRUE 2022-12-16 22:00:00
## 3116 2022-12-16 22:12:54      TRUE 2022-12-16 22:00:00
## 3117 2022-12-16 22:12:53      TRUE 2022-12-16 22:00:00
## 3118 2022-12-16 22:12:52      TRUE 2022-12-16 22:00:00
## 3119 2022-12-16 22:12:50      TRUE 2022-12-16 22:00:00
## 3120 2022-12-16 22:12:49      TRUE 2022-12-16 22:00:00
## 3121 2022-12-16 22:12:42      TRUE 2022-12-16 22:00:00
## 3122 2022-12-16 22:12:34      TRUE 2022-12-16 22:00:00
## 3123 2022-12-16 22:12:32      TRUE 2022-12-16 22:00:00
## 3124 2022-12-16 22:12:26      TRUE 2022-12-16 22:00:00
## 3125 2022-12-16 22:12:22      TRUE 2022-12-16 22:00:00
## 3126 2022-12-16 22:12:19      TRUE 2022-12-16 22:00:00
## 3127 2022-12-16 22:12:13      TRUE 2022-12-16 22:00:00
## 3128 2022-12-16 22:12:09      TRUE 2022-12-16 22:00:00
## 3129 2022-12-16 22:12:07      TRUE 2022-12-16 22:00:00
## 3130 2022-12-16 22:12:06      TRUE 2022-12-16 22:00:00
## 3131 2022-12-16 22:12:04      TRUE 2022-12-16 22:00:00
## 3132 2022-12-16 22:12:00      TRUE 2022-12-16 22:00:00
## 3133 2022-12-16 22:11:57      TRUE 2022-12-16 22:00:00
## 3134 2022-12-16 22:11:57      TRUE 2022-12-16 22:00:00
## 3135 2022-12-16 22:11:57      TRUE 2022-12-16 22:00:00
## 3136 2022-12-16 22:11:56      TRUE 2022-12-16 22:00:00
## 3137 2022-12-16 22:11:56      TRUE 2022-12-16 22:00:00
## 3138 2022-12-16 22:11:55      TRUE 2022-12-16 22:00:00
## 3139 2022-12-16 22:11:54      TRUE 2022-12-16 22:00:00
## 3140 2022-12-16 22:11:53      TRUE 2022-12-16 22:00:00
## 3141 2022-12-16 22:11:50      TRUE 2022-12-16 22:00:00
## 3142 2022-12-16 22:11:50      TRUE 2022-12-16 22:00:00
## 3143 2022-12-16 22:11:48      TRUE 2022-12-16 22:00:00
## 3144 2022-12-16 22:11:47      TRUE 2022-12-16 22:00:00
## 3145 2022-12-16 22:11:46      TRUE 2022-12-16 22:00:00
## 3146 2022-12-16 22:11:46      TRUE 2022-12-16 22:00:00
## 3147 2022-12-16 22:11:45      TRUE 2022-12-16 22:00:00
## 3148 2022-12-16 22:11:41      TRUE 2022-12-16 22:00:00
## 3149 2022-12-16 22:11:36      TRUE 2022-12-16 22:00:00
## 3150 2022-12-16 22:11:35      TRUE 2022-12-16 22:00:00
## 3151 2022-12-16 22:11:34      TRUE 2022-12-16 22:00:00
## 3152 2022-12-16 22:11:32      TRUE 2022-12-16 22:00:00
## 3153 2022-12-16 22:11:30      TRUE 2022-12-16 22:00:00
## 3154 2022-12-16 22:11:23      TRUE 2022-12-16 22:00:00
## 3155 2022-12-16 22:11:20      TRUE 2022-12-16 22:00:00
## 3156 2022-12-16 22:11:20      TRUE 2022-12-16 22:00:00
## 3157 2022-12-16 22:11:14      TRUE 2022-12-16 22:00:00
## 3158 2022-12-16 22:11:13      TRUE 2022-12-16 22:00:00
## 3159 2022-12-16 22:11:07      TRUE 2022-12-16 22:00:00
## 3160 2022-12-16 22:11:07      TRUE 2022-12-16 22:00:00
## 3161 2022-12-16 22:11:04      TRUE 2022-12-16 22:00:00
## 3162 2022-12-16 22:11:02      TRUE 2022-12-16 22:00:00
## 3163 2022-12-16 22:11:01      TRUE 2022-12-16 22:00:00
## 3164 2022-12-16 22:11:00      TRUE 2022-12-16 22:00:00
## 3165 2022-12-16 22:11:00      TRUE 2022-12-16 22:00:00
## 3166 2022-12-16 22:10:57      TRUE 2022-12-16 22:00:00
## 3167 2022-12-16 22:10:56      TRUE 2022-12-16 22:00:00
## 3168 2022-12-16 22:10:55      TRUE 2022-12-16 22:00:00
## 3169 2022-12-16 22:10:54      TRUE 2022-12-16 22:00:00
## 3170 2022-12-16 22:10:50      TRUE 2022-12-16 22:00:00
## 3171 2022-12-16 22:10:47      TRUE 2022-12-16 22:00:00
## 3172 2022-12-16 22:10:44      TRUE 2022-12-16 22:00:00
## 3173 2022-12-16 22:10:43      TRUE 2022-12-16 22:00:00
## 3174 2022-12-16 22:10:40      TRUE 2022-12-16 22:00:00
## 3175 2022-12-16 22:10:37      TRUE 2022-12-16 22:00:00
## 3176 2022-12-16 22:10:36      TRUE 2022-12-16 22:00:00
## 3177 2022-12-16 22:10:35      TRUE 2022-12-16 22:00:00
## 3178 2022-12-16 22:10:33      TRUE 2022-12-16 22:00:00
## 3179 2022-12-16 22:10:32      TRUE 2022-12-16 22:00:00
## 3180 2022-12-16 22:10:29      TRUE 2022-12-16 22:00:00
## 3181 2022-12-16 22:10:25      TRUE 2022-12-16 22:00:00
## 3182 2022-12-16 22:10:22      TRUE 2022-12-16 22:00:00
## 3183 2022-12-16 22:10:20      TRUE 2022-12-16 22:00:00
## 3184 2022-12-16 22:10:18      TRUE 2022-12-16 22:00:00
## 3185 2022-12-16 22:10:17      TRUE 2022-12-16 22:00:00
## 3186 2022-12-16 22:10:15      TRUE 2022-12-16 22:00:00
## 3187 2022-12-16 22:10:13      TRUE 2022-12-16 22:00:00
## 3188 2022-12-16 22:10:10      TRUE 2022-12-16 22:00:00
## 3189 2022-12-16 22:10:03      TRUE 2022-12-16 22:00:00
## 3190 2022-12-16 22:10:02      TRUE 2022-12-16 22:00:00
## 3191 2022-12-16 22:09:58      TRUE 2022-12-16 22:00:00
## 3192 2022-12-16 22:09:58      TRUE 2022-12-16 22:00:00
## 3193 2022-12-16 22:09:51      TRUE 2022-12-16 22:00:00
## 3194 2022-12-16 22:09:47      TRUE 2022-12-16 22:00:00
## 3195 2022-12-16 22:09:41      TRUE 2022-12-16 22:00:00
## 3196 2022-12-16 22:09:40      TRUE 2022-12-16 22:00:00
## 3197 2022-12-16 22:09:40      TRUE 2022-12-16 22:00:00
## 3198 2022-12-16 22:09:37      TRUE 2022-12-16 22:00:00
## 3199 2022-12-16 22:09:35      TRUE 2022-12-16 22:00:00
## 3200 2022-12-16 22:09:35      TRUE 2022-12-16 22:00:00
## 3201 2022-12-16 22:09:35      TRUE 2022-12-16 22:00:00
## 3202 2022-12-16 22:09:33      TRUE 2022-12-16 22:00:00
## 3203 2022-12-16 22:09:31      TRUE 2022-12-16 22:00:00
## 3204 2022-12-16 22:09:28      TRUE 2022-12-16 22:00:00
## 3205 2022-12-16 22:09:27      TRUE 2022-12-16 22:00:00
## 3206 2022-12-16 22:09:24      TRUE 2022-12-16 22:00:00
## 3207 2022-12-16 22:09:24      TRUE 2022-12-16 22:00:00
## 3208 2022-12-16 22:09:21      TRUE 2022-12-16 22:00:00
## 3209 2022-12-16 22:09:21      TRUE 2022-12-16 22:00:00
## 3210 2022-12-16 22:09:17      TRUE 2022-12-16 22:00:00
## 3211 2022-12-16 22:09:12      TRUE 2022-12-16 22:00:00
## 3212 2022-12-16 22:09:11      TRUE 2022-12-16 22:00:00
## 3213 2022-12-16 22:09:10      TRUE 2022-12-16 22:00:00
## 3214 2022-12-16 22:09:10      TRUE 2022-12-16 22:00:00
## 3215 2022-12-16 22:09:09      TRUE 2022-12-16 22:00:00
## 3216 2022-12-16 22:09:07      TRUE 2022-12-16 22:00:00
## 3217 2022-12-16 22:09:04      TRUE 2022-12-16 22:00:00
## 3218 2022-12-16 22:09:02      TRUE 2022-12-16 22:00:00
## 3219 2022-12-16 22:08:59      TRUE 2022-12-16 22:00:00
## 3220 2022-12-16 22:08:59      TRUE 2022-12-16 22:00:00
## 3221 2022-12-16 22:08:40      TRUE 2022-12-16 22:00:00
## 3222 2022-12-16 22:08:39      TRUE 2022-12-16 22:00:00
## 3223 2022-12-16 22:08:33      TRUE 2022-12-16 22:00:00
## 3224 2022-12-16 22:08:30      TRUE 2022-12-16 22:00:00
## 3225 2022-12-16 22:08:30      TRUE 2022-12-16 22:00:00
## 3226 2022-12-16 22:08:30      TRUE 2022-12-16 22:00:00
## 3227 2022-12-16 22:08:28      TRUE 2022-12-16 22:00:00
## 3228 2022-12-16 22:08:28      TRUE 2022-12-16 22:00:00
## 3229 2022-12-16 22:08:27      TRUE 2022-12-16 22:00:00
## 3230 2022-12-16 22:08:26      TRUE 2022-12-16 22:00:00
## 3231 2022-12-16 22:08:22      TRUE 2022-12-16 22:00:00
## 3232 2022-12-16 22:08:20      TRUE 2022-12-16 22:00:00
## 3233 2022-12-16 22:08:12      TRUE 2022-12-16 22:00:00
## 3234 2022-12-16 22:08:12      TRUE 2022-12-16 22:00:00
## 3235 2022-12-16 22:08:12      TRUE 2022-12-16 22:00:00
## 3236 2022-12-16 22:08:11      TRUE 2022-12-16 22:00:00
## 3237 2022-12-16 22:07:53      TRUE 2022-12-16 22:00:00
## 3238 2022-12-16 22:07:51      TRUE 2022-12-16 22:00:00
## 3239 2022-12-16 22:07:50      TRUE 2022-12-16 22:00:00
## 3240 2022-12-16 22:07:49      TRUE 2022-12-16 22:00:00
## 3241 2022-12-16 22:07:49      TRUE 2022-12-16 22:00:00
## 3242 2022-12-16 22:07:47      TRUE 2022-12-16 22:00:00
## 3243 2022-12-16 22:07:40      TRUE 2022-12-16 22:00:00
## 3244 2022-12-16 22:07:39      TRUE 2022-12-16 22:00:00
## 3245 2022-12-16 22:07:35      TRUE 2022-12-16 22:00:00
## 3246 2022-12-16 22:07:32      TRUE 2022-12-16 22:00:00
## 3247 2022-12-16 22:07:30      TRUE 2022-12-16 22:00:00
## 3248 2022-12-16 22:07:29      TRUE 2022-12-16 22:00:00
## 3249 2022-12-16 22:07:29      TRUE 2022-12-16 22:00:00
## 3250 2022-12-16 22:07:24      TRUE 2022-12-16 22:00:00
## 3251 2022-12-16 22:07:22      TRUE 2022-12-16 22:00:00
## 3252 2022-12-16 22:07:19      TRUE 2022-12-16 22:00:00
## 3253 2022-12-16 22:07:17      TRUE 2022-12-16 22:00:00
## 3254 2022-12-16 22:07:16      TRUE 2022-12-16 22:00:00
## 3255 2022-12-16 22:07:13      TRUE 2022-12-16 22:00:00
## 3256 2022-12-16 22:07:11      TRUE 2022-12-16 22:00:00
## 3257 2022-12-16 22:07:03      TRUE 2022-12-16 22:00:00
## 3258 2022-12-16 22:06:57      TRUE 2022-12-16 22:00:00
## 3259 2022-12-16 22:06:57      TRUE 2022-12-16 22:00:00
## 3260 2022-12-16 22:06:55      TRUE 2022-12-16 22:00:00
## 3261 2022-12-16 22:06:50      TRUE 2022-12-16 22:00:00
## 3262 2022-12-16 22:06:45      TRUE 2022-12-16 22:00:00
## 3263 2022-12-16 22:06:41      TRUE 2022-12-16 22:00:00
## 3264 2022-12-16 22:06:39      TRUE 2022-12-16 22:00:00
## 3265 2022-12-16 22:06:32      TRUE 2022-12-16 22:00:00
## 3266 2022-12-16 22:06:32      TRUE 2022-12-16 22:00:00
## 3267 2022-12-16 22:06:28      TRUE 2022-12-16 22:00:00
## 3268 2022-12-16 22:06:20      TRUE 2022-12-16 22:00:00
## 3269 2022-12-16 22:06:09      TRUE 2022-12-16 22:00:00
## 3270 2022-12-16 22:06:05      TRUE 2022-12-16 22:00:00
## 3271 2022-12-16 22:06:04      TRUE 2022-12-16 22:00:00
## 3272 2022-12-16 22:06:03      TRUE 2022-12-16 22:00:00
## 3273 2022-12-16 22:05:58      TRUE 2022-12-16 22:00:00
## 3274 2022-12-16 22:05:58      TRUE 2022-12-16 22:00:00
## 3275 2022-12-16 22:05:51      TRUE 2022-12-16 22:00:00
## 3276 2022-12-16 22:05:48      TRUE 2022-12-16 22:00:00
## 3277 2022-12-16 22:05:47      TRUE 2022-12-16 22:00:00
## 3278 2022-12-16 22:05:44      TRUE 2022-12-16 22:00:00
## 3279 2022-12-16 22:05:43      TRUE 2022-12-16 22:00:00
## 3280 2022-12-16 22:05:38      TRUE 2022-12-16 22:00:00
## 3281 2022-12-16 22:05:38      TRUE 2022-12-16 22:00:00
## 3282 2022-12-16 22:05:37      TRUE 2022-12-16 22:00:00
## 3283 2022-12-16 22:05:37      TRUE 2022-12-16 22:00:00
## 3284 2022-12-16 22:05:34      TRUE 2022-12-16 22:00:00
## 3285 2022-12-16 22:05:23      TRUE 2022-12-16 22:00:00
## 3286 2022-12-16 22:05:19      TRUE 2022-12-16 22:00:00
## 3287 2022-12-16 22:05:18      TRUE 2022-12-16 22:00:00
## 3288 2022-12-16 22:05:17      TRUE 2022-12-16 22:00:00
## 3289 2022-12-16 22:05:15      TRUE 2022-12-16 22:00:00
## 3290 2022-12-16 22:05:14      TRUE 2022-12-16 22:00:00
## 3291 2022-12-16 22:05:10      TRUE 2022-12-16 22:00:00
## 3292 2022-12-16 22:05:10      TRUE 2022-12-16 22:00:00
## 3293 2022-12-16 22:05:06      TRUE 2022-12-16 22:00:00
## 3294 2022-12-16 22:05:04      TRUE 2022-12-16 22:00:00
## 3295 2022-12-16 22:05:04      TRUE 2022-12-16 22:00:00
## 3296 2022-12-16 22:05:03      TRUE 2022-12-16 22:00:00
## 3297 2022-12-16 22:05:02      TRUE 2022-12-16 22:00:00
## 3298 2022-12-16 22:04:58      TRUE 2022-12-16 22:00:00
## 3299 2022-12-16 22:04:51      TRUE 2022-12-16 22:00:00
## 3300 2022-12-16 22:04:48      TRUE 2022-12-16 22:00:00
## 3301 2022-12-16 22:04:43      TRUE 2022-12-16 22:00:00
## 3302 2022-12-16 22:04:42      TRUE 2022-12-16 22:00:00
## 3303 2022-12-16 22:04:42      TRUE 2022-12-16 22:00:00
## 3304 2022-12-16 22:04:40      TRUE 2022-12-16 22:00:00
## 3305 2022-12-16 22:04:40      TRUE 2022-12-16 22:00:00
## 3306 2022-12-16 22:04:39      TRUE 2022-12-16 22:00:00
## 3307 2022-12-16 22:04:37      TRUE 2022-12-16 22:00:00
## 3308 2022-12-16 22:04:36      TRUE 2022-12-16 22:00:00
## 3309 2022-12-16 22:04:35      TRUE 2022-12-16 22:00:00
## 3310 2022-12-16 22:04:34      TRUE 2022-12-16 22:00:00
## 3311 2022-12-16 22:04:32      TRUE 2022-12-16 22:00:00
## 3312 2022-12-16 22:04:31      TRUE 2022-12-16 22:00:00
## 3313 2022-12-16 22:04:30      TRUE 2022-12-16 22:00:00
## 3314 2022-12-16 22:04:30      TRUE 2022-12-16 22:00:00
## 3315 2022-12-16 22:04:28      TRUE 2022-12-16 22:00:00
## 3316 2022-12-16 22:04:27      TRUE 2022-12-16 22:00:00
## 3317 2022-12-16 22:04:24      TRUE 2022-12-16 22:00:00
## 3318 2022-12-16 22:04:19      TRUE 2022-12-16 22:00:00
## 3319 2022-12-16 22:04:17      TRUE 2022-12-16 22:00:00
## 3320 2022-12-16 22:04:16      TRUE 2022-12-16 22:00:00
## 3321 2022-12-16 22:04:03      TRUE 2022-12-16 22:00:00
## 3322 2022-12-16 22:03:53      TRUE 2022-12-16 22:00:00
## 3323 2022-12-16 22:03:52      TRUE 2022-12-16 22:00:00
## 3324 2022-12-16 22:03:47      TRUE 2022-12-16 22:00:00
## 3325 2022-12-16 22:03:46      TRUE 2022-12-16 22:00:00
## 3326 2022-12-16 22:03:46      TRUE 2022-12-16 22:00:00
## 3327 2022-12-16 22:03:41      TRUE 2022-12-16 22:00:00
## 3328 2022-12-16 22:03:38      TRUE 2022-12-16 22:00:00
## 3329 2022-12-16 22:03:37      TRUE 2022-12-16 22:00:00
## 3330 2022-12-16 22:03:36      TRUE 2022-12-16 22:00:00
## 3331 2022-12-16 22:03:35      TRUE 2022-12-16 22:00:00
## 3332 2022-12-16 22:03:33      TRUE 2022-12-16 22:00:00
## 3333 2022-12-16 22:03:29      TRUE 2022-12-16 22:00:00
## 3334 2022-12-16 22:03:28      TRUE 2022-12-16 22:00:00
## 3335 2022-12-16 22:03:18      TRUE 2022-12-16 22:00:00
## 3336 2022-12-16 22:03:16      TRUE 2022-12-16 22:00:00
## 3337 2022-12-16 22:03:11      TRUE 2022-12-16 22:00:00
## 3338 2022-12-16 22:03:10      TRUE 2022-12-16 22:00:00
## 3339 2022-12-16 22:03:02      TRUE 2022-12-16 22:00:00
## 3340 2022-12-16 22:02:59      TRUE 2022-12-16 22:00:00
## 3341 2022-12-16 22:02:56      TRUE 2022-12-16 22:00:00
## 3342 2022-12-16 22:02:50      TRUE 2022-12-16 22:00:00
## 3343 2022-12-16 22:02:37      TRUE 2022-12-16 22:00:00
## 3344 2022-12-16 22:02:37      TRUE 2022-12-16 22:00:00
## 3345 2022-12-16 22:02:34      TRUE 2022-12-16 22:00:00
## 3346 2022-12-16 22:02:32      TRUE 2022-12-16 22:00:00
## 3347 2022-12-16 22:02:32      TRUE 2022-12-16 22:00:00
## 3348 2022-12-16 22:02:30      TRUE 2022-12-16 22:00:00
## 3349 2022-12-16 22:02:30      TRUE 2022-12-16 22:00:00
## 3350 2022-12-16 22:02:29      TRUE 2022-12-16 22:00:00
## 3351 2022-12-16 22:02:26      TRUE 2022-12-16 22:00:00
## 3352 2022-12-16 22:02:25      TRUE 2022-12-16 22:00:00
## 3353 2022-12-16 22:02:23      TRUE 2022-12-16 22:00:00
## 3354 2022-12-16 22:02:23      TRUE 2022-12-16 22:00:00
## 3355 2022-12-16 22:02:23      TRUE 2022-12-16 22:00:00
## 3356 2022-12-16 22:02:22      TRUE 2022-12-16 22:00:00
## 3357 2022-12-16 22:02:20      TRUE 2022-12-16 22:00:00
## 3358 2022-12-16 22:02:18      TRUE 2022-12-16 22:00:00
## 3359 2022-12-16 22:02:18      TRUE 2022-12-16 22:00:00
## 3360 2022-12-16 22:02:15      TRUE 2022-12-16 22:00:00
## 3361 2022-12-16 22:02:13      TRUE 2022-12-16 22:00:00
## 3362 2022-12-16 22:02:12      TRUE 2022-12-16 22:00:00
## 3363 2022-12-16 22:02:12      TRUE 2022-12-16 22:00:00
## 3364 2022-12-16 22:02:10      TRUE 2022-12-16 22:00:00
## 3365 2022-12-16 22:02:09      TRUE 2022-12-16 22:00:00
## 3366 2022-12-16 22:02:07      TRUE 2022-12-16 22:00:00
## 3367 2022-12-16 22:02:06      TRUE 2022-12-16 22:00:00
## 3368 2022-12-16 22:02:04      TRUE 2022-12-16 22:00:00
## 3369 2022-12-16 22:02:03      TRUE 2022-12-16 22:00:00
## 3370 2022-12-16 22:02:00      TRUE 2022-12-16 22:00:00
## 3371 2022-12-16 22:01:57      TRUE 2022-12-16 22:00:00
## 3372 2022-12-16 22:01:57      TRUE 2022-12-16 22:00:00
## 3373 2022-12-16 22:01:57      TRUE 2022-12-16 22:00:00
## 3374 2022-12-16 22:01:52      TRUE 2022-12-16 22:00:00
## 3375 2022-12-16 22:01:50      TRUE 2022-12-16 22:00:00
## 3376 2022-12-16 22:01:49      TRUE 2022-12-16 22:00:00
## 3377 2022-12-16 22:01:48      TRUE 2022-12-16 22:00:00
## 3378 2022-12-16 22:01:47      TRUE 2022-12-16 22:00:00
## 3379 2022-12-16 22:01:44      TRUE 2022-12-16 22:00:00
## 3380 2022-12-16 22:01:40      TRUE 2022-12-16 22:00:00
## 3381 2022-12-16 22:01:40      TRUE 2022-12-16 22:00:00
## 3382 2022-12-16 22:01:37      TRUE 2022-12-16 22:00:00
## 3383 2022-12-16 22:01:33      TRUE 2022-12-16 22:00:00
## 3384 2022-12-16 22:01:31      TRUE 2022-12-16 22:00:00
## 3385 2022-12-16 22:01:28      TRUE 2022-12-16 22:00:00
## 3386 2022-12-16 22:01:23      TRUE 2022-12-16 22:00:00
## 3387 2022-12-16 22:01:21      TRUE 2022-12-16 22:00:00
## 3388 2022-12-16 22:01:19      TRUE 2022-12-16 22:00:00
## 3389 2022-12-16 22:01:17      TRUE 2022-12-16 22:00:00
## 3390 2022-12-16 22:01:16      TRUE 2022-12-16 22:00:00
## 3391 2022-12-16 22:01:10      TRUE 2022-12-16 22:00:00
## 3392 2022-12-16 22:01:09      TRUE 2022-12-16 22:00:00
## 3393 2022-12-16 22:01:04      TRUE 2022-12-16 22:00:00
## 3394 2022-12-16 22:01:04      TRUE 2022-12-16 22:00:00
## 3395 2022-12-16 22:01:03      TRUE 2022-12-16 22:00:00
## 3396 2022-12-16 22:01:03      TRUE 2022-12-16 22:00:00
## 3397 2022-12-16 22:01:00      TRUE 2022-12-16 22:00:00
## 3398 2022-12-16 22:00:53      TRUE 2022-12-16 22:00:00
## 3399 2022-12-16 22:00:47      TRUE 2022-12-16 22:00:00
## 3400 2022-12-16 22:00:44      TRUE 2022-12-16 22:00:00
## 3401 2022-12-16 22:00:42      TRUE 2022-12-16 22:00:00
## 3402 2022-12-16 22:00:42      TRUE 2022-12-16 22:00:00
## 3403 2022-12-16 22:00:41      TRUE 2022-12-16 22:00:00
## 3404 2022-12-16 22:00:40      TRUE 2022-12-16 22:00:00
## 3405 2022-12-16 22:00:35      TRUE 2022-12-16 22:00:00
## 3406 2022-12-16 22:00:32      TRUE 2022-12-16 22:00:00
## 3407 2022-12-16 22:00:25      TRUE 2022-12-16 22:00:00
## 3408 2022-12-16 22:00:23      TRUE 2022-12-16 22:00:00
## 3409 2022-12-16 22:00:23      TRUE 2022-12-16 22:00:00
## 3410 2022-12-16 22:00:21      TRUE 2022-12-16 22:00:00
## 3411 2022-12-16 22:00:20      TRUE 2022-12-16 22:00:00
## 3412 2022-12-16 22:00:18      TRUE 2022-12-16 22:00:00
## 3413 2022-12-16 22:00:10      TRUE 2022-12-16 22:00:00
## 3414 2022-12-16 22:00:09      TRUE 2022-12-16 22:00:00
## 3415 2022-12-16 22:00:09      TRUE 2022-12-16 22:00:00
## 3416 2022-12-16 22:00:08      TRUE 2022-12-16 22:00:00
## 3417 2022-12-16 22:00:04      TRUE 2022-12-16 22:00:00
## 3418 2022-12-16 22:00:04      TRUE 2022-12-16 22:00:00
## 3419 2022-12-16 21:59:56      TRUE 2022-12-16 22:00:00
## 3420 2022-12-16 21:59:56      TRUE 2022-12-16 22:00:00
## 3421 2022-12-16 21:59:49      TRUE 2022-12-16 22:00:00
## 3422 2022-12-16 21:59:45      TRUE 2022-12-16 22:00:00
## 3423 2022-12-16 21:59:42      TRUE 2022-12-16 22:00:00
## 3424 2022-12-16 21:59:41      TRUE 2022-12-16 22:00:00
## 3425 2022-12-16 21:59:38      TRUE 2022-12-16 22:00:00
## 3426 2022-12-16 21:59:37      TRUE 2022-12-16 22:00:00
## 3427 2022-12-16 21:59:28      TRUE 2022-12-16 22:00:00
## 3428 2022-12-16 21:59:25      TRUE 2022-12-16 22:00:00
## 3429 2022-12-16 21:59:25      TRUE 2022-12-16 22:00:00
## 3430 2022-12-16 21:59:19      TRUE 2022-12-16 22:00:00
## 3431 2022-12-16 21:59:12      TRUE 2022-12-16 22:00:00
## 3432 2022-12-16 21:59:12      TRUE 2022-12-16 22:00:00
## 3433 2022-12-16 21:59:00      TRUE 2022-12-16 22:00:00
## 3434 2022-12-16 21:58:55      TRUE 2022-12-16 22:00:00
## 3435 2022-12-16 21:58:54      TRUE 2022-12-16 22:00:00
## 3436 2022-12-16 21:58:51      TRUE 2022-12-16 22:00:00
## 3437 2022-12-16 21:58:48      TRUE 2022-12-16 22:00:00
## 3438 2022-12-16 21:58:45      TRUE 2022-12-16 22:00:00
## 3439 2022-12-16 21:58:43      TRUE 2022-12-16 22:00:00
## 3440 2022-12-16 21:58:42      TRUE 2022-12-16 22:00:00
## 3441 2022-12-16 21:58:41      TRUE 2022-12-16 22:00:00
## 3442 2022-12-16 21:58:40      TRUE 2022-12-16 22:00:00
## 3443 2022-12-16 21:58:35      TRUE 2022-12-16 22:00:00
## 3444 2022-12-16 21:58:35      TRUE 2022-12-16 22:00:00
## 3445 2022-12-16 21:58:32      TRUE 2022-12-16 22:00:00
## 3446 2022-12-16 21:58:32      TRUE 2022-12-16 22:00:00
## 3447 2022-12-16 21:58:32      TRUE 2022-12-16 22:00:00
## 3448 2022-12-16 21:58:27      TRUE 2022-12-16 22:00:00
## 3449 2022-12-16 21:58:23      TRUE 2022-12-16 22:00:00
## 3450 2022-12-16 21:58:22      TRUE 2022-12-16 22:00:00
## 3451 2022-12-16 21:58:21      TRUE 2022-12-16 22:00:00
## 3452 2022-12-16 21:58:18      TRUE 2022-12-16 22:00:00
## 3453 2022-12-16 21:58:15      TRUE 2022-12-16 22:00:00
## 3454 2022-12-16 21:58:15      TRUE 2022-12-16 22:00:00
## 3455 2022-12-16 21:58:14      TRUE 2022-12-16 22:00:00
## 3456 2022-12-16 21:58:14      TRUE 2022-12-16 22:00:00
## 3457 2022-12-16 21:58:12      TRUE 2022-12-16 22:00:00
## 3458 2022-12-16 21:58:11      TRUE 2022-12-16 22:00:00
## 3459 2022-12-16 21:58:10      TRUE 2022-12-16 22:00:00
## 3460 2022-12-16 21:58:06      TRUE 2022-12-16 22:00:00
## 3461 2022-12-16 21:58:04      TRUE 2022-12-16 22:00:00
## 3462 2022-12-16 21:57:55      TRUE 2022-12-16 22:00:00
## 3463 2022-12-16 21:57:49      TRUE 2022-12-16 22:00:00
## 3464 2022-12-16 21:57:48      TRUE 2022-12-16 22:00:00
## 3465 2022-12-16 21:57:47      TRUE 2022-12-16 22:00:00
## 3466 2022-12-16 21:57:26      TRUE 2022-12-16 22:00:00
## 3467 2022-12-16 21:57:25      TRUE 2022-12-16 22:00:00
## 3468 2022-12-16 21:57:23      TRUE 2022-12-16 22:00:00
## 3469 2022-12-16 21:57:21      TRUE 2022-12-16 22:00:00
## 3470 2022-12-16 21:57:21      TRUE 2022-12-16 22:00:00
## 3471 2022-12-16 21:57:16      TRUE 2022-12-16 22:00:00
## 3472 2022-12-16 21:57:16      TRUE 2022-12-16 22:00:00
## 3473 2022-12-16 21:57:12      TRUE 2022-12-16 22:00:00
## 3474 2022-12-16 21:57:11      TRUE 2022-12-16 22:00:00
## 3475 2022-12-16 21:57:10      TRUE 2022-12-16 22:00:00
## 3476 2022-12-16 21:57:05      TRUE 2022-12-16 22:00:00
## 3477 2022-12-16 21:57:04      TRUE 2022-12-16 22:00:00
## 3478 2022-12-16 21:57:04      TRUE 2022-12-16 22:00:00
## 3479 2022-12-16 21:56:56      TRUE 2022-12-16 22:00:00
## 3480 2022-12-16 21:56:52      TRUE 2022-12-16 22:00:00
## 3481 2022-12-16 21:56:49      TRUE 2022-12-16 22:00:00
## 3482 2022-12-16 21:56:48      TRUE 2022-12-16 22:00:00
## 3483 2022-12-16 21:56:45      TRUE 2022-12-16 22:00:00
## 3484 2022-12-16 21:56:44      TRUE 2022-12-16 22:00:00
## 3485 2022-12-16 21:56:40      TRUE 2022-12-16 22:00:00
## 3486 2022-12-16 21:56:40      TRUE 2022-12-16 22:00:00
## 3487 2022-12-16 21:56:40      TRUE 2022-12-16 22:00:00
## 3488 2022-12-16 21:56:35      TRUE 2022-12-16 22:00:00
## 3489 2022-12-16 21:56:31      TRUE 2022-12-16 22:00:00
## 3490 2022-12-16 21:56:29      TRUE 2022-12-16 22:00:00
## 3491 2022-12-16 21:56:28      TRUE 2022-12-16 22:00:00
## 3492 2022-12-16 21:56:26      TRUE 2022-12-16 22:00:00
## 3493 2022-12-16 21:56:19      TRUE 2022-12-16 22:00:00
## 3494 2022-12-16 21:56:17      TRUE 2022-12-16 22:00:00
## 3495 2022-12-16 21:56:13      TRUE 2022-12-16 22:00:00
## 3496 2022-12-16 21:56:10      TRUE 2022-12-16 22:00:00
## 3497 2022-12-16 21:56:09      TRUE 2022-12-16 22:00:00
## 3498 2022-12-16 21:56:07      TRUE 2022-12-16 22:00:00
## 3499 2022-12-16 21:56:01      TRUE 2022-12-16 22:00:00
## 3500 2022-12-16 21:55:57      TRUE 2022-12-16 22:00:00
## 3501 2022-12-16 21:55:55      TRUE 2022-12-16 22:00:00
## 3502 2022-12-16 21:55:53      TRUE 2022-12-16 22:00:00
## 3503 2022-12-16 21:55:47      TRUE 2022-12-16 22:00:00
## 3504 2022-12-16 21:55:38      TRUE 2022-12-16 22:00:00
## 3505 2022-12-16 21:55:33      TRUE 2022-12-16 22:00:00
## 3506 2022-12-16 21:55:24      TRUE 2022-12-16 22:00:00
## 3507 2022-12-16 21:55:22      TRUE 2022-12-16 22:00:00
## 3508 2022-12-16 21:55:16      TRUE 2022-12-16 22:00:00
## 3509 2022-12-16 21:55:09      TRUE 2022-12-16 22:00:00
## 3510 2022-12-16 21:55:08      TRUE 2022-12-16 22:00:00
## 3511 2022-12-16 21:55:08      TRUE 2022-12-16 22:00:00
## 3512 2022-12-16 21:55:06      TRUE 2022-12-16 22:00:00
## 3513 2022-12-16 21:55:02      TRUE 2022-12-16 22:00:00
## 3514 2022-12-16 21:55:00      TRUE 2022-12-16 22:00:00
## 3515 2022-12-16 21:54:57      TRUE 2022-12-16 22:00:00
## 3516 2022-12-16 21:54:57      TRUE 2022-12-16 22:00:00
## 3517 2022-12-16 21:54:57      TRUE 2022-12-16 22:00:00
## 3518 2022-12-16 21:54:46      TRUE 2022-12-16 22:00:00
## 3519 2022-12-16 21:54:44      TRUE 2022-12-16 22:00:00
## 3520 2022-12-16 21:54:40      TRUE 2022-12-16 22:00:00
## 3521 2022-12-16 21:54:38      TRUE 2022-12-16 22:00:00
## 3522 2022-12-16 21:54:34      TRUE 2022-12-16 22:00:00
## 3523 2022-12-16 21:54:29      TRUE 2022-12-16 22:00:00
## 3524 2022-12-16 21:54:29      TRUE 2022-12-16 22:00:00
## 3525 2022-12-16 21:54:28      TRUE 2022-12-16 22:00:00
## 3526 2022-12-16 21:54:27      TRUE 2022-12-16 22:00:00
## 3527 2022-12-16 21:54:22      TRUE 2022-12-16 22:00:00
## 3528 2022-12-16 21:54:22      TRUE 2022-12-16 22:00:00
## 3529 2022-12-16 21:54:18      TRUE 2022-12-16 22:00:00
## 3530 2022-12-16 21:54:17      TRUE 2022-12-16 22:00:00
## 3531 2022-12-16 21:54:12      TRUE 2022-12-16 22:00:00
## 3532 2022-12-16 21:54:10      TRUE 2022-12-16 22:00:00
## 3533 2022-12-16 21:54:10      TRUE 2022-12-16 22:00:00
## 3534 2022-12-16 21:54:03      TRUE 2022-12-16 22:00:00
## 3535 2022-12-16 21:54:03      TRUE 2022-12-16 22:00:00
## 3536 2022-12-16 21:54:01      TRUE 2022-12-16 22:00:00
## 3537 2022-12-16 21:54:01      TRUE 2022-12-16 22:00:00
## 3538 2022-12-16 21:53:56      TRUE 2022-12-16 22:00:00
## 3539 2022-12-16 21:53:54      TRUE 2022-12-16 22:00:00
## 3540 2022-12-16 21:53:54      TRUE 2022-12-16 22:00:00
## 3541 2022-12-16 21:53:52      TRUE 2022-12-16 22:00:00
## 3542 2022-12-16 21:53:52      TRUE 2022-12-16 22:00:00
## 3543 2022-12-16 21:53:51      TRUE 2022-12-16 22:00:00
## 3544 2022-12-16 21:53:51      TRUE 2022-12-16 22:00:00
## 3545 2022-12-16 21:53:50      TRUE 2022-12-16 22:00:00
## 3546 2022-12-16 21:53:43      TRUE 2022-12-16 22:00:00
## 3547 2022-12-16 21:53:42      TRUE 2022-12-16 22:00:00
## 3548 2022-12-16 21:53:38      TRUE 2022-12-16 22:00:00
## 3549 2022-12-16 21:53:36      TRUE 2022-12-16 22:00:00
## 3550 2022-12-16 21:53:34      TRUE 2022-12-16 22:00:00
## 3551 2022-12-16 21:53:32      TRUE 2022-12-16 22:00:00
## 3552 2022-12-16 21:53:30      TRUE 2022-12-16 22:00:00
## 3553 2022-12-16 21:53:29      TRUE 2022-12-16 22:00:00
## 3554 2022-12-16 21:53:27      TRUE 2022-12-16 22:00:00
## 3555 2022-12-16 21:53:27      TRUE 2022-12-16 22:00:00
## 3556 2022-12-16 21:53:26      TRUE 2022-12-16 22:00:00
## 3557 2022-12-16 21:53:25      TRUE 2022-12-16 22:00:00
## 3558 2022-12-16 21:53:24      TRUE 2022-12-16 22:00:00
## 3559 2022-12-16 21:53:24      TRUE 2022-12-16 22:00:00
## 3560 2022-12-16 21:53:21      TRUE 2022-12-16 22:00:00
## 3561 2022-12-16 21:53:10      TRUE 2022-12-16 22:00:00
## 3562 2022-12-16 21:53:09      TRUE 2022-12-16 22:00:00
## 3563 2022-12-16 21:53:09      TRUE 2022-12-16 22:00:00
## 3564 2022-12-16 21:53:08      TRUE 2022-12-16 22:00:00
## 3565 2022-12-16 21:53:07      TRUE 2022-12-16 22:00:00
## 3566 2022-12-16 21:53:06      TRUE 2022-12-16 22:00:00
## 3567 2022-12-16 21:53:05      TRUE 2022-12-16 22:00:00
## 3568 2022-12-16 21:53:04      TRUE 2022-12-16 22:00:00
## 3569 2022-12-16 21:52:58      TRUE 2022-12-16 22:00:00
## 3570 2022-12-16 21:52:57      TRUE 2022-12-16 22:00:00
## 3571 2022-12-16 21:52:54      TRUE 2022-12-16 22:00:00
## 3572 2022-12-16 21:52:49      TRUE 2022-12-16 22:00:00
## 3573 2022-12-16 21:52:45      TRUE 2022-12-16 22:00:00
## 3574 2022-12-16 21:52:42      TRUE 2022-12-16 22:00:00
## 3575 2022-12-16 21:52:41      TRUE 2022-12-16 22:00:00
## 3576 2022-12-16 21:52:30      TRUE 2022-12-16 22:00:00
## 3577 2022-12-16 21:52:29      TRUE 2022-12-16 22:00:00
## 3578 2022-12-16 21:52:28      TRUE 2022-12-16 22:00:00
## 3579 2022-12-16 21:52:22      TRUE 2022-12-16 22:00:00
## 3580 2022-12-16 21:52:20      TRUE 2022-12-16 22:00:00
## 3581 2022-12-16 21:52:19      TRUE 2022-12-16 22:00:00
## 3582 2022-12-16 21:52:08      TRUE 2022-12-16 22:00:00
## 3583 2022-12-16 21:52:05      TRUE 2022-12-16 22:00:00
## 3584 2022-12-16 21:52:04      TRUE 2022-12-16 22:00:00
## 3585 2022-12-16 21:51:59      TRUE 2022-12-16 22:00:00
## 3586 2022-12-16 21:51:54      TRUE 2022-12-16 22:00:00
## 3587 2022-12-16 21:51:53      TRUE 2022-12-16 22:00:00
## 3588 2022-12-16 21:51:41      TRUE 2022-12-16 22:00:00
## 3589 2022-12-16 21:51:37      TRUE 2022-12-16 22:00:00
## 3590 2022-12-16 21:51:27      TRUE 2022-12-16 22:00:00
## 3591 2022-12-16 21:51:20      TRUE 2022-12-16 22:00:00
## 3592 2022-12-16 21:51:19      TRUE 2022-12-16 22:00:00
## 3593 2022-12-16 21:51:18      TRUE 2022-12-16 22:00:00
## 3594 2022-12-16 21:51:17      TRUE 2022-12-16 22:00:00
## 3595 2022-12-16 21:51:17      TRUE 2022-12-16 22:00:00
## 3596 2022-12-16 21:51:16      TRUE 2022-12-16 22:00:00
## 3597 2022-12-16 21:51:15      TRUE 2022-12-16 22:00:00
## 3598 2022-12-16 21:51:14      TRUE 2022-12-16 22:00:00
## 3599 2022-12-16 21:51:10      TRUE 2022-12-16 22:00:00
## 3600 2022-12-16 21:51:07      TRUE 2022-12-16 22:00:00
## 3601 2022-12-16 21:51:03      TRUE 2022-12-16 22:00:00
## 3602 2022-12-16 21:51:01      TRUE 2022-12-16 22:00:00
## 3603 2022-12-16 21:51:01      TRUE 2022-12-16 22:00:00
## 3604 2022-12-16 21:50:59      TRUE 2022-12-16 22:00:00
## 3605 2022-12-16 21:50:55      TRUE 2022-12-16 22:00:00
## 3606 2022-12-16 21:50:50      TRUE 2022-12-16 22:00:00
## 3607 2022-12-16 21:50:42      TRUE 2022-12-16 22:00:00
## 3608 2022-12-16 21:50:42      TRUE 2022-12-16 22:00:00
## 3609 2022-12-16 21:50:38      TRUE 2022-12-16 22:00:00
## 3610 2022-12-16 21:50:36      TRUE 2022-12-16 22:00:00
## 3611 2022-12-16 21:50:33      TRUE 2022-12-16 22:00:00
## 3612 2022-12-16 21:50:29      TRUE 2022-12-16 22:00:00
## 3613 2022-12-16 21:50:18      TRUE 2022-12-16 22:00:00
## 3614 2022-12-16 21:50:14      TRUE 2022-12-16 22:00:00
## 3615 2022-12-16 21:50:12      TRUE 2022-12-16 22:00:00
## 3616 2022-12-16 21:50:02      TRUE 2022-12-16 22:00:00
## 3617 2022-12-16 21:49:57      TRUE 2022-12-16 22:00:00
## 3618 2022-12-16 21:49:54      TRUE 2022-12-16 22:00:00
## 3619 2022-12-16 21:49:51      TRUE 2022-12-16 22:00:00
## 3620 2022-12-16 21:49:51      TRUE 2022-12-16 22:00:00
## 3621 2022-12-16 21:49:49      TRUE 2022-12-16 22:00:00
## 3622 2022-12-16 21:49:47      TRUE 2022-12-16 22:00:00
## 3623 2022-12-16 21:49:45      TRUE 2022-12-16 22:00:00
## 3624 2022-12-16 21:49:43      TRUE 2022-12-16 22:00:00
## 3625 2022-12-16 21:49:39      TRUE 2022-12-16 22:00:00
## 3626 2022-12-16 21:49:39      TRUE 2022-12-16 22:00:00
## 3627 2022-12-16 21:49:38      TRUE 2022-12-16 22:00:00
## 3628 2022-12-16 21:49:36      TRUE 2022-12-16 22:00:00
## 3629 2022-12-16 21:49:33      TRUE 2022-12-16 22:00:00
## 3630 2022-12-16 21:49:29      TRUE 2022-12-16 22:00:00
## 3631 2022-12-16 21:49:26      TRUE 2022-12-16 22:00:00
## 3632 2022-12-16 21:49:22      TRUE 2022-12-16 22:00:00
## 3633 2022-12-16 21:49:16      TRUE 2022-12-16 22:00:00
## 3634 2022-12-16 21:49:16      TRUE 2022-12-16 22:00:00
## 3635 2022-12-16 21:49:14      TRUE 2022-12-16 22:00:00
## 3636 2022-12-16 21:49:02      TRUE 2022-12-16 22:00:00
## 3637 2022-12-16 21:49:01      TRUE 2022-12-16 22:00:00
## 3638 2022-12-16 21:48:56      TRUE 2022-12-16 22:00:00
## 3639 2022-12-16 21:48:55      TRUE 2022-12-16 22:00:00
## 3640 2022-12-16 21:48:55      TRUE 2022-12-16 22:00:00
## 3641 2022-12-16 21:48:54      TRUE 2022-12-16 22:00:00
## 3642 2022-12-16 21:48:53      TRUE 2022-12-16 22:00:00
## 3643 2022-12-16 21:48:53      TRUE 2022-12-16 22:00:00
## 3644 2022-12-16 21:48:51      TRUE 2022-12-16 22:00:00
## 3645 2022-12-16 21:48:51      TRUE 2022-12-16 22:00:00
## 3646 2022-12-16 21:48:44      TRUE 2022-12-16 22:00:00
## 3647 2022-12-16 21:48:40      TRUE 2022-12-16 22:00:00
## 3648 2022-12-16 21:48:38      TRUE 2022-12-16 22:00:00
## 3649 2022-12-16 21:48:35      TRUE 2022-12-16 22:00:00
## 3650 2022-12-16 21:48:29      TRUE 2022-12-16 22:00:00
## 3651 2022-12-16 21:48:25      TRUE 2022-12-16 22:00:00
## 3652 2022-12-16 21:48:23      TRUE 2022-12-16 22:00:00
## 3653 2022-12-16 21:48:21      TRUE 2022-12-16 22:00:00
## 3654 2022-12-16 21:48:19      TRUE 2022-12-16 22:00:00
## 3655 2022-12-16 21:48:19      TRUE 2022-12-16 22:00:00
## 3656 2022-12-16 21:48:18      TRUE 2022-12-16 22:00:00
## 3657 2022-12-16 21:48:13      TRUE 2022-12-16 22:00:00
## 3658 2022-12-16 21:48:08      TRUE 2022-12-16 22:00:00
## 3659 2022-12-16 21:48:04      TRUE 2022-12-16 22:00:00
## 3660 2022-12-16 21:48:03      TRUE 2022-12-16 22:00:00
## 3661 2022-12-16 21:48:03      TRUE 2022-12-16 22:00:00
## 3662 2022-12-16 21:47:59      TRUE 2022-12-16 22:00:00
## 3663 2022-12-16 21:47:52      TRUE 2022-12-16 22:00:00
## 3664 2022-12-16 21:47:51      TRUE 2022-12-16 22:00:00
## 3665 2022-12-16 21:47:47      TRUE 2022-12-16 22:00:00
## 3666 2022-12-16 21:47:40      TRUE 2022-12-16 22:00:00
## 3667 2022-12-16 21:47:40      TRUE 2022-12-16 22:00:00
## 3668 2022-12-16 21:47:39      TRUE 2022-12-16 22:00:00
## 3669 2022-12-16 21:47:37      TRUE 2022-12-16 22:00:00
## 3670 2022-12-16 21:47:29      TRUE 2022-12-16 22:00:00
## 3671 2022-12-16 21:47:27      TRUE 2022-12-16 22:00:00
## 3672 2022-12-16 21:47:27      TRUE 2022-12-16 22:00:00
## 3673 2022-12-16 21:47:25      TRUE 2022-12-16 22:00:00
## 3674 2022-12-16 21:47:21      TRUE 2022-12-16 22:00:00
## 3675 2022-12-16 21:47:17      TRUE 2022-12-16 22:00:00
## 3676 2022-12-16 21:47:13      TRUE 2022-12-16 22:00:00
## 3677 2022-12-16 21:47:12      TRUE 2022-12-16 22:00:00
## 3678 2022-12-16 21:46:59      TRUE 2022-12-16 22:00:00
## 3679 2022-12-16 21:46:57      TRUE 2022-12-16 22:00:00
## 3680 2022-12-16 21:46:56      TRUE 2022-12-16 22:00:00
## 3681 2022-12-16 21:46:53      TRUE 2022-12-16 22:00:00
## 3682 2022-12-16 21:46:51      TRUE 2022-12-16 22:00:00
## 3683 2022-12-16 21:46:50      TRUE 2022-12-16 22:00:00
## 3684 2022-12-16 21:46:49      TRUE 2022-12-16 22:00:00
## 3685 2022-12-16 21:46:44      TRUE 2022-12-16 22:00:00
## 3686 2022-12-16 21:46:43      TRUE 2022-12-16 22:00:00
## 3687 2022-12-16 21:46:39      TRUE 2022-12-16 22:00:00
## 3688 2022-12-16 21:46:36      TRUE 2022-12-16 22:00:00
## 3689 2022-12-16 21:46:31      TRUE 2022-12-16 22:00:00
## 3690 2022-12-16 21:46:24      TRUE 2022-12-16 22:00:00
## 3691 2022-12-16 21:46:15      TRUE 2022-12-16 22:00:00
## 3692 2022-12-16 21:46:15      TRUE 2022-12-16 22:00:00
## 3693 2022-12-16 21:46:13      TRUE 2022-12-16 22:00:00
## 3694 2022-12-16 21:46:09      TRUE 2022-12-16 22:00:00
## 3695 2022-12-16 21:46:07      TRUE 2022-12-16 22:00:00
## 3696 2022-12-16 21:46:05      TRUE 2022-12-16 22:00:00
## 3697 2022-12-16 21:46:03      TRUE 2022-12-16 22:00:00
## 3698 2022-12-16 21:46:02      TRUE 2022-12-16 22:00:00
## 3699 2022-12-16 21:46:01      TRUE 2022-12-16 22:00:00
## 3700 2022-12-16 21:46:01      TRUE 2022-12-16 22:00:00
## 3701 2022-12-16 21:46:00      TRUE 2022-12-16 22:00:00
## 3702 2022-12-16 21:45:56      TRUE 2022-12-16 22:00:00
## 3703 2022-12-16 21:45:54      TRUE 2022-12-16 22:00:00
## 3704 2022-12-16 21:45:48      TRUE 2022-12-16 22:00:00
## 3705 2022-12-16 21:45:48      TRUE 2022-12-16 22:00:00
## 3706 2022-12-16 21:45:47      TRUE 2022-12-16 22:00:00
## 3707 2022-12-16 21:45:47      TRUE 2022-12-16 22:00:00
## 3708 2022-12-16 21:45:44      TRUE 2022-12-16 22:00:00
## 3709 2022-12-16 21:45:41      TRUE 2022-12-16 22:00:00
## 3710 2022-12-16 21:45:33      TRUE 2022-12-16 22:00:00
## 3711 2022-12-16 21:45:26      TRUE 2022-12-16 22:00:00
## 3712 2022-12-16 21:45:25      TRUE 2022-12-16 22:00:00
## 3713 2022-12-16 21:45:25      TRUE 2022-12-16 22:00:00
## 3714 2022-12-16 21:45:21      TRUE 2022-12-16 22:00:00
## 3715 2022-12-16 21:45:18      TRUE 2022-12-16 22:00:00
## 3716 2022-12-16 21:45:17      TRUE 2022-12-16 22:00:00
## 3717 2022-12-16 21:45:16      TRUE 2022-12-16 22:00:00
## 3718 2022-12-16 21:45:12      TRUE 2022-12-16 22:00:00
## 3719 2022-12-16 21:45:11      TRUE 2022-12-16 22:00:00
## 3720 2022-12-16 21:45:11      TRUE 2022-12-16 22:00:00
## 3721 2022-12-16 21:45:09      TRUE 2022-12-16 22:00:00
## 3722 2022-12-16 21:45:03      TRUE 2022-12-16 22:00:00
## 3723 2022-12-16 21:45:02      TRUE 2022-12-16 22:00:00
## 3724 2022-12-16 21:45:02      TRUE 2022-12-16 22:00:00
## 3725 2022-12-16 21:44:58      TRUE 2022-12-16 22:00:00
## 3726 2022-12-16 21:44:57      TRUE 2022-12-16 22:00:00
## 3727 2022-12-16 21:44:56      TRUE 2022-12-16 22:00:00
## 3728 2022-12-16 21:44:52      TRUE 2022-12-16 22:00:00
## 3729 2022-12-16 21:44:51      TRUE 2022-12-16 22:00:00
## 3730 2022-12-16 21:44:50      TRUE 2022-12-16 22:00:00
## 3731 2022-12-16 21:44:43      TRUE 2022-12-16 22:00:00
## 3732 2022-12-16 21:44:35      TRUE 2022-12-16 22:00:00
## 3733 2022-12-16 21:44:27      TRUE 2022-12-16 22:00:00
## 3734 2022-12-16 21:44:26      TRUE 2022-12-16 22:00:00
## 3735 2022-12-16 21:44:25      TRUE 2022-12-16 22:00:00
## 3736 2022-12-16 21:44:24      TRUE 2022-12-16 22:00:00
## 3737 2022-12-16 21:44:22      TRUE 2022-12-16 22:00:00
## 3738 2022-12-16 21:44:21      TRUE 2022-12-16 22:00:00
## 3739 2022-12-16 21:44:16      TRUE 2022-12-16 22:00:00
## 3740 2022-12-16 21:44:15      TRUE 2022-12-16 22:00:00
## 3741 2022-12-16 21:44:15      TRUE 2022-12-16 22:00:00
## 3742 2022-12-16 21:44:14      TRUE 2022-12-16 22:00:00
## 3743 2022-12-16 21:44:12      TRUE 2022-12-16 22:00:00
## 3744 2022-12-16 21:44:09      TRUE 2022-12-16 22:00:00
## 3745 2022-12-16 21:44:08      TRUE 2022-12-16 22:00:00
## 3746 2022-12-16 21:44:07      TRUE 2022-12-16 22:00:00
## 3747 2022-12-16 21:43:59      TRUE 2022-12-16 22:00:00
## 3748 2022-12-16 21:43:58      TRUE 2022-12-16 22:00:00
## 3749 2022-12-16 21:43:57      TRUE 2022-12-16 22:00:00
## 3750 2022-12-16 21:43:56      TRUE 2022-12-16 22:00:00
## 3751 2022-12-16 21:43:52      TRUE 2022-12-16 22:00:00
## 3752 2022-12-16 21:43:50      TRUE 2022-12-16 22:00:00
## 3753 2022-12-16 21:43:46      TRUE 2022-12-16 22:00:00
## 3754 2022-12-16 21:43:42      TRUE 2022-12-16 22:00:00
## 3755 2022-12-16 21:43:41      TRUE 2022-12-16 22:00:00
## 3756 2022-12-16 21:43:32      TRUE 2022-12-16 22:00:00
## 3757 2022-12-16 21:43:31      TRUE 2022-12-16 22:00:00
## 3758 2022-12-16 21:43:26      TRUE 2022-12-16 22:00:00
## 3759 2022-12-16 21:43:25      TRUE 2022-12-16 22:00:00
## 3760 2022-12-16 21:43:21      TRUE 2022-12-16 22:00:00
## 3761 2022-12-16 21:43:17      TRUE 2022-12-16 22:00:00
## 3762 2022-12-16 21:43:14      TRUE 2022-12-16 22:00:00
## 3763 2022-12-16 21:43:14      TRUE 2022-12-16 22:00:00
## 3764 2022-12-16 21:43:11      TRUE 2022-12-16 22:00:00
## 3765 2022-12-16 21:43:10      TRUE 2022-12-16 22:00:00
## 3766 2022-12-16 21:43:05      TRUE 2022-12-16 22:00:00
## 3767 2022-12-16 21:42:59      TRUE 2022-12-16 22:00:00
## 3768 2022-12-16 21:42:57      TRUE 2022-12-16 22:00:00
## 3769 2022-12-16 21:42:53      TRUE 2022-12-16 22:00:00
## 3770 2022-12-16 21:42:52      TRUE 2022-12-16 22:00:00
## 3771 2022-12-16 21:42:52      TRUE 2022-12-16 22:00:00
## 3772 2022-12-16 21:42:44      TRUE 2022-12-16 22:00:00
## 3773 2022-12-16 21:42:42      TRUE 2022-12-16 22:00:00
## 3774 2022-12-16 21:42:41      TRUE 2022-12-16 22:00:00
## 3775 2022-12-16 21:42:36      TRUE 2022-12-16 22:00:00
## 3776 2022-12-16 21:42:34      TRUE 2022-12-16 22:00:00
## 3777 2022-12-16 21:42:34      TRUE 2022-12-16 22:00:00
## 3778 2022-12-16 21:42:30      TRUE 2022-12-16 22:00:00
## 3779 2022-12-16 21:42:24      TRUE 2022-12-16 22:00:00
## 3780 2022-12-16 21:42:16      TRUE 2022-12-16 22:00:00
## 3781 2022-12-16 21:42:15      TRUE 2022-12-16 22:00:00
## 3782 2022-12-16 21:42:15      TRUE 2022-12-16 22:00:00
## 3783 2022-12-16 21:42:09      TRUE 2022-12-16 22:00:00
## 3784 2022-12-16 21:42:02      TRUE 2022-12-16 22:00:00
## 3785 2022-12-16 21:42:01      TRUE 2022-12-16 22:00:00
## 3786 2022-12-16 21:42:01      TRUE 2022-12-16 22:00:00
## 3787 2022-12-16 21:41:58      TRUE 2022-12-16 22:00:00
## 3788 2022-12-16 21:41:55      TRUE 2022-12-16 22:00:00
## 3789 2022-12-16 21:41:52      TRUE 2022-12-16 22:00:00
## 3790 2022-12-16 21:41:43      TRUE 2022-12-16 22:00:00
## 3791 2022-12-16 21:41:41      TRUE 2022-12-16 22:00:00
## 3792 2022-12-16 21:41:36      TRUE 2022-12-16 22:00:00
## 3793 2022-12-16 21:41:33      TRUE 2022-12-16 22:00:00
## 3794 2022-12-16 21:41:30      TRUE 2022-12-16 22:00:00
## 3795 2022-12-16 21:41:24      TRUE 2022-12-16 22:00:00
## 3796 2022-12-16 21:41:23      TRUE 2022-12-16 22:00:00
## 3797 2022-12-16 21:41:23      TRUE 2022-12-16 22:00:00
## 3798 2022-12-16 21:41:19      TRUE 2022-12-16 22:00:00
## 3799 2022-12-16 21:41:18      TRUE 2022-12-16 22:00:00
## 3800 2022-12-16 21:41:11      TRUE 2022-12-16 22:00:00
## 3801 2022-12-16 21:41:04      TRUE 2022-12-16 22:00:00
## 3802 2022-12-16 21:40:55      TRUE 2022-12-16 22:00:00
## 3803 2022-12-16 21:40:55      TRUE 2022-12-16 22:00:00
## 3804 2022-12-16 21:40:51      TRUE 2022-12-16 22:00:00
## 3805 2022-12-16 21:40:51      TRUE 2022-12-16 22:00:00
## 3806 2022-12-16 21:40:39      TRUE 2022-12-16 22:00:00
## 3807 2022-12-16 21:40:36      TRUE 2022-12-16 22:00:00
## 3808 2022-12-16 21:40:36      TRUE 2022-12-16 22:00:00
## 3809 2022-12-16 21:40:35      TRUE 2022-12-16 22:00:00
## 3810 2022-12-16 21:40:35      TRUE 2022-12-16 22:00:00
## 3811 2022-12-16 21:40:34      TRUE 2022-12-16 22:00:00
## 3812 2022-12-16 21:40:34      TRUE 2022-12-16 22:00:00
## 3813 2022-12-16 21:40:30      TRUE 2022-12-16 22:00:00
## 3814 2022-12-16 21:40:30      TRUE 2022-12-16 22:00:00
## 3815 2022-12-16 21:40:24      TRUE 2022-12-16 22:00:00
## 3816 2022-12-16 21:40:16      TRUE 2022-12-16 22:00:00
## 3817 2022-12-16 21:40:15      TRUE 2022-12-16 22:00:00
## 3818 2022-12-16 21:40:14      TRUE 2022-12-16 22:00:00
## 3819 2022-12-16 21:40:14      TRUE 2022-12-16 22:00:00
## 3820 2022-12-16 21:40:11      TRUE 2022-12-16 22:00:00
## 3821 2022-12-16 21:40:11      TRUE 2022-12-16 22:00:00
## 3822 2022-12-16 21:40:08      TRUE 2022-12-16 22:00:00
## 3823 2022-12-16 21:40:08      TRUE 2022-12-16 22:00:00
## 3824 2022-12-16 21:40:06      TRUE 2022-12-16 22:00:00
## 3825 2022-12-16 21:40:06      TRUE 2022-12-16 22:00:00
## 3826 2022-12-16 21:40:04      TRUE 2022-12-16 22:00:00
## 3827 2022-12-16 21:39:59      TRUE 2022-12-16 22:00:00
## 3828 2022-12-16 21:39:56      TRUE 2022-12-16 22:00:00
## 3829 2022-12-16 21:39:53      TRUE 2022-12-16 22:00:00
## 3830 2022-12-16 21:39:50      TRUE 2022-12-16 22:00:00
## 3831 2022-12-16 21:39:49      TRUE 2022-12-16 22:00:00
## 3832 2022-12-16 21:39:47      TRUE 2022-12-16 22:00:00
## 3833 2022-12-16 21:39:43      TRUE 2022-12-16 22:00:00
## 3834 2022-12-16 21:39:41      TRUE 2022-12-16 22:00:00
## 3835 2022-12-16 21:39:33      TRUE 2022-12-16 22:00:00
## 3836 2022-12-16 21:39:33      TRUE 2022-12-16 22:00:00
## 3837 2022-12-16 21:39:31      TRUE 2022-12-16 22:00:00
## 3838 2022-12-16 21:39:29      TRUE 2022-12-16 22:00:00
## 3839 2022-12-16 21:39:27      TRUE 2022-12-16 22:00:00
## 3840 2022-12-16 21:39:25      TRUE 2022-12-16 22:00:00
## 3841 2022-12-16 21:39:19      TRUE 2022-12-16 22:00:00
## 3842 2022-12-16 21:39:18      TRUE 2022-12-16 22:00:00
## 3843 2022-12-16 21:39:16      TRUE 2022-12-16 22:00:00
## 3844 2022-12-16 21:39:14      TRUE 2022-12-16 22:00:00
## 3845 2022-12-16 21:39:13      TRUE 2022-12-16 22:00:00
## 3846 2022-12-16 21:39:07      TRUE 2022-12-16 22:00:00
## 3847 2022-12-16 21:39:04      TRUE 2022-12-16 22:00:00
## 3848 2022-12-16 21:39:03      TRUE 2022-12-16 22:00:00
## 3849 2022-12-16 21:38:53      TRUE 2022-12-16 22:00:00
## 3850 2022-12-16 21:38:44      TRUE 2022-12-16 22:00:00
## 3851 2022-12-16 21:38:44      TRUE 2022-12-16 22:00:00
## 3852 2022-12-16 21:38:44      TRUE 2022-12-16 22:00:00
## 3853 2022-12-16 21:38:40      TRUE 2022-12-16 22:00:00
## 3854 2022-12-16 21:38:37      TRUE 2022-12-16 22:00:00
## 3855 2022-12-16 21:38:36      TRUE 2022-12-16 22:00:00
## 3856 2022-12-16 21:38:30      TRUE 2022-12-16 22:00:00
## 3857 2022-12-16 21:38:26      TRUE 2022-12-16 22:00:00
## 3858 2022-12-16 21:38:14      TRUE 2022-12-16 22:00:00
## 3859 2022-12-16 21:38:13      TRUE 2022-12-16 22:00:00
## 3860 2022-12-16 21:38:12      TRUE 2022-12-16 22:00:00
## 3861 2022-12-16 21:38:09      TRUE 2022-12-16 22:00:00
## 3862 2022-12-16 21:38:07      TRUE 2022-12-16 22:00:00
## 3863 2022-12-16 21:37:51      TRUE 2022-12-16 22:00:00
## 3864 2022-12-16 21:37:49      TRUE 2022-12-16 22:00:00
## 3865 2022-12-16 21:37:47      TRUE 2022-12-16 22:00:00
## 3866 2022-12-16 21:37:46      TRUE 2022-12-16 22:00:00
## 3867 2022-12-16 21:37:43      TRUE 2022-12-16 22:00:00
## 3868 2022-12-16 21:37:42      TRUE 2022-12-16 22:00:00
## 3869 2022-12-16 21:37:38      TRUE 2022-12-16 22:00:00
## 3870 2022-12-16 21:37:37      TRUE 2022-12-16 22:00:00
## 3871 2022-12-16 21:37:37      TRUE 2022-12-16 22:00:00
## 3872 2022-12-16 21:37:29      TRUE 2022-12-16 22:00:00
## 3873 2022-12-16 21:37:27      TRUE 2022-12-16 22:00:00
## 3874 2022-12-16 21:37:20      TRUE 2022-12-16 22:00:00
## 3875 2022-12-16 21:37:16      TRUE 2022-12-16 22:00:00
## 3876 2022-12-16 21:37:16      TRUE 2022-12-16 22:00:00
## 3877 2022-12-16 21:37:15      TRUE 2022-12-16 22:00:00
## 3878 2022-12-16 21:37:15      TRUE 2022-12-16 22:00:00
## 3879 2022-12-16 21:37:14      TRUE 2022-12-16 22:00:00
## 3880 2022-12-16 21:37:12      TRUE 2022-12-16 22:00:00
## 3881 2022-12-16 21:37:09      TRUE 2022-12-16 22:00:00
## 3882 2022-12-16 21:37:08      TRUE 2022-12-16 22:00:00
## 3883 2022-12-16 21:37:08      TRUE 2022-12-16 22:00:00
## 3884 2022-12-16 21:37:06      TRUE 2022-12-16 22:00:00
## 3885 2022-12-16 21:37:05      TRUE 2022-12-16 22:00:00
## 3886 2022-12-16 21:37:02      TRUE 2022-12-16 22:00:00
## 3887 2022-12-16 21:37:01      TRUE 2022-12-16 22:00:00
## 3888 2022-12-16 21:37:01      TRUE 2022-12-16 22:00:00
## 3889 2022-12-16 21:37:00      TRUE 2022-12-16 22:00:00
## 3890 2022-12-16 21:36:59      TRUE 2022-12-16 22:00:00
## 3891 2022-12-16 21:36:59      TRUE 2022-12-16 22:00:00
## 3892 2022-12-16 21:36:57      TRUE 2022-12-16 22:00:00
## 3893 2022-12-16 21:36:48      TRUE 2022-12-16 22:00:00
## 3894 2022-12-16 21:36:45      TRUE 2022-12-16 22:00:00
## 3895 2022-12-16 21:36:40      TRUE 2022-12-16 22:00:00
## 3896 2022-12-16 21:36:39      TRUE 2022-12-16 22:00:00
## 3897 2022-12-16 21:36:38      TRUE 2022-12-16 22:00:00
## 3898 2022-12-16 21:36:33      TRUE 2022-12-16 22:00:00
## 3899 2022-12-16 21:36:29      TRUE 2022-12-16 22:00:00
## 3900 2022-12-16 21:36:28      TRUE 2022-12-16 22:00:00
## 3901 2022-12-16 21:36:27      TRUE 2022-12-16 22:00:00
## 3902 2022-12-16 21:36:26      TRUE 2022-12-16 22:00:00
## 3903 2022-12-16 21:36:24      TRUE 2022-12-16 22:00:00
## 3904 2022-12-16 21:36:24      TRUE 2022-12-16 22:00:00
## 3905 2022-12-16 21:36:23      TRUE 2022-12-16 22:00:00
## 3906 2022-12-16 21:36:23      TRUE 2022-12-16 22:00:00
## 3907 2022-12-16 21:36:21      TRUE 2022-12-16 22:00:00
## 3908 2022-12-16 21:36:20      TRUE 2022-12-16 22:00:00
## 3909 2022-12-16 21:36:05      TRUE 2022-12-16 22:00:00
## 3910 2022-12-16 21:36:01      TRUE 2022-12-16 22:00:00
## 3911 2022-12-16 21:35:53      TRUE 2022-12-16 22:00:00
## 3912 2022-12-16 21:35:48      TRUE 2022-12-16 22:00:00
## 3913 2022-12-16 21:35:44      TRUE 2022-12-16 22:00:00
## 3914 2022-12-16 21:35:41      TRUE 2022-12-16 22:00:00
## 3915 2022-12-16 21:35:39      TRUE 2022-12-16 22:00:00
## 3916 2022-12-16 21:35:30      TRUE 2022-12-16 22:00:00
## 3917 2022-12-16 21:35:28      TRUE 2022-12-16 22:00:00
## 3918 2022-12-16 21:35:27      TRUE 2022-12-16 22:00:00
## 3919 2022-12-16 21:35:26      TRUE 2022-12-16 22:00:00
## 3920 2022-12-16 21:35:24      TRUE 2022-12-16 22:00:00
## 3921 2022-12-16 21:35:23      TRUE 2022-12-16 22:00:00
## 3922 2022-12-16 21:35:19      TRUE 2022-12-16 22:00:00
## 3923 2022-12-16 21:35:14      TRUE 2022-12-16 22:00:00
## 3924 2022-12-16 21:35:09      TRUE 2022-12-16 22:00:00
## 3925 2022-12-16 21:35:07      TRUE 2022-12-16 22:00:00
## 3926 2022-12-16 21:35:07      TRUE 2022-12-16 22:00:00
## 3927 2022-12-16 21:35:04      TRUE 2022-12-16 22:00:00
## 3928 2022-12-16 21:34:59      TRUE 2022-12-16 22:00:00
## 3929 2022-12-16 21:34:59      TRUE 2022-12-16 22:00:00
## 3930 2022-12-16 21:34:57      TRUE 2022-12-16 22:00:00
## 3931 2022-12-16 21:34:54      TRUE 2022-12-16 22:00:00
## 3932 2022-12-16 21:34:51      TRUE 2022-12-16 22:00:00
## 3933 2022-12-16 21:34:50      TRUE 2022-12-16 22:00:00
## 3934 2022-12-16 21:34:45      TRUE 2022-12-16 22:00:00
## 3935 2022-12-16 21:34:45      TRUE 2022-12-16 22:00:00
## 3936 2022-12-16 21:34:41      TRUE 2022-12-16 22:00:00
## 3937 2022-12-16 21:34:41      TRUE 2022-12-16 22:00:00
## 3938 2022-12-16 21:34:38      TRUE 2022-12-16 22:00:00
## 3939 2022-12-16 21:34:34      TRUE 2022-12-16 22:00:00
## 3940 2022-12-16 21:34:30      TRUE 2022-12-16 22:00:00
## 3941 2022-12-16 21:34:27      TRUE 2022-12-16 22:00:00
## 3942 2022-12-16 21:34:26      TRUE 2022-12-16 22:00:00
## 3943 2022-12-16 21:34:26      TRUE 2022-12-16 22:00:00
## 3944 2022-12-16 21:34:23      TRUE 2022-12-16 22:00:00
## 3945 2022-12-16 21:34:23      TRUE 2022-12-16 22:00:00
## 3946 2022-12-16 21:34:18      TRUE 2022-12-16 22:00:00
## 3947 2022-12-16 21:34:12      TRUE 2022-12-16 22:00:00
## 3948 2022-12-16 21:34:11      TRUE 2022-12-16 22:00:00
## 3949 2022-12-16 21:34:00      TRUE 2022-12-16 22:00:00
## 3950 2022-12-16 21:33:58      TRUE 2022-12-16 22:00:00
## 3951 2022-12-16 21:33:57      TRUE 2022-12-16 22:00:00
## 3952 2022-12-16 21:33:54      TRUE 2022-12-16 22:00:00
## 3953 2022-12-16 21:33:45      TRUE 2022-12-16 22:00:00
## 3954 2022-12-16 21:33:43      TRUE 2022-12-16 22:00:00
## 3955 2022-12-16 21:33:42      TRUE 2022-12-16 22:00:00
## 3956 2022-12-16 21:33:38      TRUE 2022-12-16 22:00:00
## 3957 2022-12-16 21:33:38      TRUE 2022-12-16 22:00:00
## 3958 2022-12-16 21:33:37      TRUE 2022-12-16 22:00:00
## 3959 2022-12-16 21:33:34      TRUE 2022-12-16 22:00:00
## 3960 2022-12-16 21:33:32      TRUE 2022-12-16 22:00:00
## 3961 2022-12-16 21:33:31      TRUE 2022-12-16 22:00:00
## 3962 2022-12-16 21:33:22      TRUE 2022-12-16 22:00:00
## 3963 2022-12-16 21:33:18      TRUE 2022-12-16 22:00:00
## 3964 2022-12-16 21:33:17      TRUE 2022-12-16 22:00:00
## 3965 2022-12-16 21:33:14      TRUE 2022-12-16 22:00:00
## 3966 2022-12-16 21:33:09      TRUE 2022-12-16 22:00:00
## 3967 2022-12-16 21:33:07      TRUE 2022-12-16 22:00:00
## 3968 2022-12-16 21:33:02      TRUE 2022-12-16 22:00:00
## 3969 2022-12-16 21:33:00      TRUE 2022-12-16 22:00:00
## 3970 2022-12-16 21:32:59      TRUE 2022-12-16 22:00:00
## 3971 2022-12-16 21:32:54      TRUE 2022-12-16 22:00:00
## 3972 2022-12-16 21:32:54      TRUE 2022-12-16 22:00:00
## 3973 2022-12-16 21:32:47      TRUE 2022-12-16 22:00:00
## 3974 2022-12-16 21:32:46      TRUE 2022-12-16 22:00:00
## 3975 2022-12-16 21:32:35      TRUE 2022-12-16 22:00:00
## 3976 2022-12-16 21:32:33      TRUE 2022-12-16 22:00:00
## 3977 2022-12-16 21:32:31      TRUE 2022-12-16 22:00:00
## 3978 2022-12-16 21:32:29      TRUE 2022-12-16 22:00:00
## 3979 2022-12-16 21:32:29      TRUE 2022-12-16 22:00:00
## 3980 2022-12-16 21:32:29      TRUE 2022-12-16 22:00:00
## 3981 2022-12-16 21:32:26      TRUE 2022-12-16 22:00:00
## 3982 2022-12-16 21:32:26      TRUE 2022-12-16 22:00:00
## 3983 2022-12-16 21:32:26      TRUE 2022-12-16 22:00:00
## 3984 2022-12-16 21:32:23      TRUE 2022-12-16 22:00:00
## 3985 2022-12-16 21:32:21      TRUE 2022-12-16 22:00:00
## 3986 2022-12-16 21:32:21      TRUE 2022-12-16 22:00:00
## 3987 2022-12-16 21:32:19      TRUE 2022-12-16 22:00:00
## 3988 2022-12-16 21:32:16      TRUE 2022-12-16 22:00:00
## 3989 2022-12-16 21:32:04      TRUE 2022-12-16 22:00:00
## 3990 2022-12-16 21:31:49      TRUE 2022-12-16 22:00:00
## 3991 2022-12-16 21:31:45      TRUE 2022-12-16 22:00:00
## 3992 2022-12-16 21:31:42      TRUE 2022-12-16 22:00:00
## 3993 2022-12-16 21:31:40      TRUE 2022-12-16 22:00:00
## 3994 2022-12-16 21:31:32      TRUE 2022-12-16 22:00:00
## 3995 2022-12-16 21:31:30      TRUE 2022-12-16 22:00:00
## 3996 2022-12-16 21:31:20      TRUE 2022-12-16 22:00:00
## 3997 2022-12-16 21:31:20      TRUE 2022-12-16 22:00:00
## 3998 2022-12-16 21:31:18      TRUE 2022-12-16 22:00:00
## 3999 2022-12-16 21:31:16      TRUE 2022-12-16 22:00:00
## 4000 2022-12-16 21:31:16      TRUE 2022-12-16 22:00:00
## 4001 2022-12-16 21:31:09      TRUE 2022-12-16 22:00:00
## 4002 2022-12-16 21:31:07      TRUE 2022-12-16 22:00:00
## 4003 2022-12-16 21:31:06      TRUE 2022-12-16 22:00:00
## 4004 2022-12-16 21:31:06      TRUE 2022-12-16 22:00:00
## 4005 2022-12-16 21:31:02      TRUE 2022-12-16 22:00:00
## 4006 2022-12-16 21:31:02      TRUE 2022-12-16 22:00:00
## 4007 2022-12-16 21:31:00      TRUE 2022-12-16 22:00:00
## 4008 2022-12-16 21:30:58      TRUE 2022-12-16 22:00:00
## 4009 2022-12-16 21:30:56      TRUE 2022-12-16 22:00:00
## 4010 2022-12-16 21:30:56      TRUE 2022-12-16 22:00:00
## 4011 2022-12-16 21:30:52      TRUE 2022-12-16 22:00:00
## 4012 2022-12-16 21:30:51      TRUE 2022-12-16 22:00:00
## 4013 2022-12-16 21:30:49      TRUE 2022-12-16 22:00:00
## 4014 2022-12-16 21:30:48      TRUE 2022-12-16 22:00:00
## 4015 2022-12-16 21:30:47      TRUE 2022-12-16 22:00:00
## 4016 2022-12-16 21:30:47      TRUE 2022-12-16 22:00:00
## 4017 2022-12-16 21:30:47      TRUE 2022-12-16 22:00:00
## 4018 2022-12-16 21:30:45      TRUE 2022-12-16 22:00:00
## 4019 2022-12-16 21:30:44      TRUE 2022-12-16 22:00:00
## 4020 2022-12-16 21:30:43      TRUE 2022-12-16 22:00:00
## 4021 2022-12-16 21:30:40      TRUE 2022-12-16 22:00:00
## 4022 2022-12-16 21:30:39      TRUE 2022-12-16 22:00:00
## 4023 2022-12-16 21:30:37      TRUE 2022-12-16 22:00:00
## 4024 2022-12-16 21:30:36      TRUE 2022-12-16 22:00:00
## 4025 2022-12-16 21:30:36      TRUE 2022-12-16 22:00:00
## 4026 2022-12-16 21:30:33      TRUE 2022-12-16 22:00:00
## 4027 2022-12-16 21:30:31      TRUE 2022-12-16 22:00:00
## 4028 2022-12-16 21:30:30      TRUE 2022-12-16 22:00:00
## 4029 2022-12-16 21:30:26      TRUE 2022-12-16 22:00:00
## 4030 2022-12-16 21:30:25      TRUE 2022-12-16 22:00:00
## 4031 2022-12-16 21:30:20      TRUE 2022-12-16 22:00:00
## 4032 2022-12-16 21:30:18      TRUE 2022-12-16 22:00:00
## 4033 2022-12-16 21:30:15      TRUE 2022-12-16 22:00:00
## 4034 2022-12-16 21:30:15      TRUE 2022-12-16 22:00:00
## 4035 2022-12-16 21:30:13      TRUE 2022-12-16 22:00:00
## 4036 2022-12-16 21:30:12      TRUE 2022-12-16 22:00:00
## 4037 2022-12-16 21:30:12      TRUE 2022-12-16 22:00:00
## 4038 2022-12-16 21:30:10      TRUE 2022-12-16 22:00:00
## 4039 2022-12-16 21:30:07      TRUE 2022-12-16 22:00:00
## 4040 2022-12-16 21:30:05      TRUE 2022-12-16 22:00:00
## 4041 2022-12-16 21:29:59      TRUE 2022-12-16 21:00:00
## 4042 2022-12-16 21:29:54      TRUE 2022-12-16 21:00:00
## 4043 2022-12-16 21:29:49      TRUE 2022-12-16 21:00:00
## 4044 2022-12-16 21:29:42      TRUE 2022-12-16 21:00:00
## 4045 2022-12-16 21:29:42      TRUE 2022-12-16 21:00:00
## 4046 2022-12-16 21:29:39      TRUE 2022-12-16 21:00:00
## 4047 2022-12-16 21:29:38      TRUE 2022-12-16 21:00:00
## 4048 2022-12-16 21:29:33      TRUE 2022-12-16 21:00:00
## 4049 2022-12-16 21:29:29      TRUE 2022-12-16 21:00:00
## 4050 2022-12-16 21:29:29      TRUE 2022-12-16 21:00:00
## 4051 2022-12-16 21:29:19      TRUE 2022-12-16 21:00:00
## 4052 2022-12-16 21:29:11      TRUE 2022-12-16 21:00:00
## 4053 2022-12-16 21:29:09      TRUE 2022-12-16 21:00:00
## 4054 2022-12-16 21:29:07      TRUE 2022-12-16 21:00:00
## 4055 2022-12-16 21:29:06      TRUE 2022-12-16 21:00:00
## 4056 2022-12-16 21:29:04      TRUE 2022-12-16 21:00:00
## 4057 2022-12-16 21:29:02      TRUE 2022-12-16 21:00:00
## 4058 2022-12-16 21:29:02      TRUE 2022-12-16 21:00:00
## 4059 2022-12-16 21:29:01      TRUE 2022-12-16 21:00:00
## 4060 2022-12-16 21:28:52      TRUE 2022-12-16 21:00:00
## 4061 2022-12-16 21:28:45      TRUE 2022-12-16 21:00:00
## 4062 2022-12-16 21:28:41      TRUE 2022-12-16 21:00:00
## 4063 2022-12-16 21:28:36      TRUE 2022-12-16 21:00:00
## 4064 2022-12-16 21:28:30      TRUE 2022-12-16 21:00:00
## 4065 2022-12-16 21:28:29      TRUE 2022-12-16 21:00:00
## 4066 2022-12-16 21:28:25      TRUE 2022-12-16 21:00:00
## 4067 2022-12-16 21:28:18      TRUE 2022-12-16 21:00:00
## 4068 2022-12-16 21:28:13      TRUE 2022-12-16 21:00:00
## 4069 2022-12-16 21:28:12      TRUE 2022-12-16 21:00:00
## 4070 2022-12-16 21:28:06      TRUE 2022-12-16 21:00:00
## 4071 2022-12-16 21:28:02      TRUE 2022-12-16 21:00:00
## 4072 2022-12-16 21:27:58      TRUE 2022-12-16 21:00:00
## 4073 2022-12-16 21:27:56      TRUE 2022-12-16 21:00:00
## 4074 2022-12-16 21:27:55      TRUE 2022-12-16 21:00:00
## 4075 2022-12-16 21:27:54      TRUE 2022-12-16 21:00:00
## 4076 2022-12-16 21:27:48      TRUE 2022-12-16 21:00:00
## 4077 2022-12-16 21:27:47      TRUE 2022-12-16 21:00:00
## 4078 2022-12-16 21:27:41      TRUE 2022-12-16 21:00:00
## 4079 2022-12-16 21:27:36      TRUE 2022-12-16 21:00:00
## 4080 2022-12-16 21:27:33      TRUE 2022-12-16 21:00:00
## 4081 2022-12-16 21:27:24      TRUE 2022-12-16 21:00:00
## 4082 2022-12-16 21:27:23      TRUE 2022-12-16 21:00:00
## 4083 2022-12-16 21:27:20      TRUE 2022-12-16 21:00:00
## 4084 2022-12-16 21:27:19      TRUE 2022-12-16 21:00:00
## 4085 2022-12-16 21:27:16      TRUE 2022-12-16 21:00:00
## 4086 2022-12-16 21:27:14      TRUE 2022-12-16 21:00:00
## 4087 2022-12-16 21:27:09      TRUE 2022-12-16 21:00:00
## 4088 2022-12-16 21:27:09      TRUE 2022-12-16 21:00:00
## 4089 2022-12-16 21:27:07      TRUE 2022-12-16 21:00:00
## 4090 2022-12-16 21:27:07      TRUE 2022-12-16 21:00:00
## 4091 2022-12-16 21:27:06      TRUE 2022-12-16 21:00:00
## 4092 2022-12-16 21:27:02      TRUE 2022-12-16 21:00:00
## 4093 2022-12-16 21:27:01      TRUE 2022-12-16 21:00:00
## 4094 2022-12-16 21:26:57      TRUE 2022-12-16 21:00:00
## 4095 2022-12-16 21:26:56      TRUE 2022-12-16 21:00:00
## 4096 2022-12-16 21:26:54      TRUE 2022-12-16 21:00:00
## 4097 2022-12-16 21:26:50      TRUE 2022-12-16 21:00:00
## 4098 2022-12-16 21:26:49      TRUE 2022-12-16 21:00:00
## 4099 2022-12-16 21:26:40      TRUE 2022-12-16 21:00:00
## 4100 2022-12-16 21:26:40      TRUE 2022-12-16 21:00:00
## 4101 2022-12-16 21:26:36      TRUE 2022-12-16 21:00:00
## 4102 2022-12-16 21:26:35      TRUE 2022-12-16 21:00:00
## 4103 2022-12-16 21:26:34      TRUE 2022-12-16 21:00:00
## 4104 2022-12-16 21:26:34      TRUE 2022-12-16 21:00:00
## 4105 2022-12-16 21:26:33      TRUE 2022-12-16 21:00:00
## 4106 2022-12-16 21:26:33      TRUE 2022-12-16 21:00:00
## 4107 2022-12-16 21:26:32      TRUE 2022-12-16 21:00:00
## 4108 2022-12-16 21:26:31      TRUE 2022-12-16 21:00:00
## 4109 2022-12-16 21:26:29      TRUE 2022-12-16 21:00:00
## 4110 2022-12-16 21:26:27      TRUE 2022-12-16 21:00:00
## 4111 2022-12-16 21:26:17      TRUE 2022-12-16 21:00:00
## 4112 2022-12-16 21:26:00      TRUE 2022-12-16 21:00:00
## 4113 2022-12-16 21:25:58      TRUE 2022-12-16 21:00:00
## 4114 2022-12-16 21:25:56      TRUE 2022-12-16 21:00:00
## 4115 2022-12-16 21:25:50      TRUE 2022-12-16 21:00:00
## 4116 2022-12-16 21:25:48      TRUE 2022-12-16 21:00:00
## 4117 2022-12-16 21:25:47      TRUE 2022-12-16 21:00:00
## 4118 2022-12-16 21:25:46      TRUE 2022-12-16 21:00:00
## 4119 2022-12-16 21:25:45      TRUE 2022-12-16 21:00:00
## 4120 2022-12-16 21:25:43      TRUE 2022-12-16 21:00:00
## 4121 2022-12-16 21:25:36      TRUE 2022-12-16 21:00:00
## 4122 2022-12-16 21:25:35      TRUE 2022-12-16 21:00:00
## 4123 2022-12-16 21:25:33      TRUE 2022-12-16 21:00:00
## 4124 2022-12-16 21:25:20      TRUE 2022-12-16 21:00:00
## 4125 2022-12-16 21:25:12      TRUE 2022-12-16 21:00:00
## 4126 2022-12-16 21:25:10      TRUE 2022-12-16 21:00:00
## 4127 2022-12-16 21:25:10      TRUE 2022-12-16 21:00:00
## 4128 2022-12-16 21:25:09      TRUE 2022-12-16 21:00:00
## 4129 2022-12-16 21:25:06      TRUE 2022-12-16 21:00:00
## 4130 2022-12-16 21:25:04      TRUE 2022-12-16 21:00:00
## 4131 2022-12-16 21:24:57      TRUE 2022-12-16 21:00:00
## 4132 2022-12-16 21:24:51      TRUE 2022-12-16 21:00:00
## 4133 2022-12-16 21:24:47      TRUE 2022-12-16 21:00:00
## 4134 2022-12-16 21:24:42      TRUE 2022-12-16 21:00:00
## 4135 2022-12-16 21:24:35      TRUE 2022-12-16 21:00:00
## 4136 2022-12-16 21:24:35      TRUE 2022-12-16 21:00:00
## 4137 2022-12-16 21:24:33      TRUE 2022-12-16 21:00:00
## 4138 2022-12-16 21:24:32      TRUE 2022-12-16 21:00:00
## 4139 2022-12-16 21:24:31      TRUE 2022-12-16 21:00:00
## 4140 2022-12-16 21:24:27      TRUE 2022-12-16 21:00:00
## 4141 2022-12-16 21:24:24      TRUE 2022-12-16 21:00:00
## 4142 2022-12-16 21:24:21      TRUE 2022-12-16 21:00:00
## 4143 2022-12-16 21:24:20      TRUE 2022-12-16 21:00:00
## 4144 2022-12-16 21:24:16      TRUE 2022-12-16 21:00:00
## 4145 2022-12-16 21:24:14      TRUE 2022-12-16 21:00:00
## 4146 2022-12-16 21:24:04      TRUE 2022-12-16 21:00:00
## 4147 2022-12-16 21:24:00      TRUE 2022-12-16 21:00:00
## 4148 2022-12-16 21:23:56      TRUE 2022-12-16 21:00:00
## 4149 2022-12-16 21:23:51      TRUE 2022-12-16 21:00:00
## 4150 2022-12-16 21:23:51      TRUE 2022-12-16 21:00:00
## 4151 2022-12-16 21:23:51      TRUE 2022-12-16 21:00:00
## 4152 2022-12-16 21:23:49      TRUE 2022-12-16 21:00:00
## 4153 2022-12-16 21:23:49      TRUE 2022-12-16 21:00:00
## 4154 2022-12-16 21:23:47      TRUE 2022-12-16 21:00:00
## 4155 2022-12-16 21:23:45      TRUE 2022-12-16 21:00:00
## 4156 2022-12-16 21:23:44      TRUE 2022-12-16 21:00:00
## 4157 2022-12-16 21:23:40      TRUE 2022-12-16 21:00:00
## 4158 2022-12-16 21:23:34      TRUE 2022-12-16 21:00:00
## 4159 2022-12-16 21:23:27      TRUE 2022-12-16 21:00:00
## 4160 2022-12-16 21:23:26      TRUE 2022-12-16 21:00:00
## 4161 2022-12-16 21:23:25      TRUE 2022-12-16 21:00:00
## 4162 2022-12-16 21:23:22      TRUE 2022-12-16 21:00:00
## 4163 2022-12-16 21:23:19      TRUE 2022-12-16 21:00:00
## 4164 2022-12-16 21:23:16      TRUE 2022-12-16 21:00:00
## 4165 2022-12-16 21:23:16      TRUE 2022-12-16 21:00:00
## 4166 2022-12-16 21:23:06      TRUE 2022-12-16 21:00:00
## 4167 2022-12-16 21:23:04      TRUE 2022-12-16 21:00:00
## 4168 2022-12-16 21:23:04      TRUE 2022-12-16 21:00:00
## 4169 2022-12-16 21:23:04      TRUE 2022-12-16 21:00:00
## 4170 2022-12-16 21:23:01      TRUE 2022-12-16 21:00:00
## 4171 2022-12-16 21:22:59      TRUE 2022-12-16 21:00:00
## 4172 2022-12-16 21:22:58      TRUE 2022-12-16 21:00:00
## 4173 2022-12-16 21:22:57      TRUE 2022-12-16 21:00:00
## 4174 2022-12-16 21:22:57      TRUE 2022-12-16 21:00:00
## 4175 2022-12-16 21:22:55      TRUE 2022-12-16 21:00:00
## 4176 2022-12-16 21:22:46      TRUE 2022-12-16 21:00:00
## 4177 2022-12-16 21:22:44      TRUE 2022-12-16 21:00:00
## 4178 2022-12-16 21:22:43      TRUE 2022-12-16 21:00:00
## 4179 2022-12-16 21:22:37      TRUE 2022-12-16 21:00:00
## 4180 2022-12-16 21:22:37      TRUE 2022-12-16 21:00:00
## 4181 2022-12-16 21:22:33      TRUE 2022-12-16 21:00:00
## 4182 2022-12-16 21:22:32      TRUE 2022-12-16 21:00:00
## 4183 2022-12-16 21:22:30      TRUE 2022-12-16 21:00:00
## 4184 2022-12-16 21:22:29      TRUE 2022-12-16 21:00:00
## 4185 2022-12-16 21:22:24      TRUE 2022-12-16 21:00:00
## 4186 2022-12-16 21:22:23      TRUE 2022-12-16 21:00:00
## 4187 2022-12-16 21:22:19      TRUE 2022-12-16 21:00:00
## 4188 2022-12-16 21:22:17      TRUE 2022-12-16 21:00:00
## 4189 2022-12-16 21:22:07      TRUE 2022-12-16 21:00:00
## 4190 2022-12-16 21:22:05      TRUE 2022-12-16 21:00:00
## 4191 2022-12-16 21:22:01      TRUE 2022-12-16 21:00:00
## 4192 2022-12-16 21:22:01      TRUE 2022-12-16 21:00:00
## 4193 2022-12-16 21:21:58      TRUE 2022-12-16 21:00:00
## 4194 2022-12-16 21:21:58      TRUE 2022-12-16 21:00:00
## 4195 2022-12-16 21:21:57      TRUE 2022-12-16 21:00:00
## 4196 2022-12-16 21:21:52      TRUE 2022-12-16 21:00:00
## 4197 2022-12-16 21:21:49      TRUE 2022-12-16 21:00:00
## 4198 2022-12-16 21:21:47      TRUE 2022-12-16 21:00:00
## 4199 2022-12-16 21:21:43      TRUE 2022-12-16 21:00:00
## 4200 2022-12-16 21:21:39      TRUE 2022-12-16 21:00:00
## 4201 2022-12-16 21:21:38      TRUE 2022-12-16 21:00:00
## 4202 2022-12-16 21:21:37      TRUE 2022-12-16 21:00:00
## 4203 2022-12-16 21:21:34      TRUE 2022-12-16 21:00:00
## 4204 2022-12-16 21:21:31      TRUE 2022-12-16 21:00:00
## 4205 2022-12-16 21:21:30      TRUE 2022-12-16 21:00:00
## 4206 2022-12-16 21:21:29      TRUE 2022-12-16 21:00:00
## 4207 2022-12-16 21:21:17      TRUE 2022-12-16 21:00:00
## 4208 2022-12-16 21:21:14      TRUE 2022-12-16 21:00:00
## 4209 2022-12-16 21:21:13      TRUE 2022-12-16 21:00:00
## 4210 2022-12-16 21:21:10      TRUE 2022-12-16 21:00:00
## 4211 2022-12-16 21:20:53      TRUE 2022-12-16 21:00:00
## 4212 2022-12-16 21:20:50      TRUE 2022-12-16 21:00:00
## 4213 2022-12-16 21:20:43      TRUE 2022-12-16 21:00:00
## 4214 2022-12-16 21:20:41      TRUE 2022-12-16 21:00:00
## 4215 2022-12-16 21:20:40      TRUE 2022-12-16 21:00:00
## 4216 2022-12-16 21:20:40      TRUE 2022-12-16 21:00:00
## 4217 2022-12-16 21:20:39      TRUE 2022-12-16 21:00:00
## 4218 2022-12-16 21:20:38      TRUE 2022-12-16 21:00:00
## 4219 2022-12-16 21:20:36      TRUE 2022-12-16 21:00:00
## 4220 2022-12-16 21:20:35      TRUE 2022-12-16 21:00:00
## 4221 2022-12-16 21:20:33      TRUE 2022-12-16 21:00:00
## 4222 2022-12-16 21:20:33      TRUE 2022-12-16 21:00:00
## 4223 2022-12-16 21:20:31      TRUE 2022-12-16 21:00:00
## 4224 2022-12-16 21:20:31      TRUE 2022-12-16 21:00:00
## 4225 2022-12-16 21:20:31      TRUE 2022-12-16 21:00:00
## 4226 2022-12-16 21:20:30      TRUE 2022-12-16 21:00:00
## 4227 2022-12-16 21:20:26      TRUE 2022-12-16 21:00:00
## 4228 2022-12-16 21:20:23      TRUE 2022-12-16 21:00:00
## 4229 2022-12-16 21:20:18      TRUE 2022-12-16 21:00:00
## 4230 2022-12-16 21:20:15      TRUE 2022-12-16 21:00:00
## 4231 2022-12-16 21:20:13      TRUE 2022-12-16 21:00:00
## 4232 2022-12-16 21:20:10      TRUE 2022-12-16 21:00:00
## 4233 2022-12-16 21:20:09      TRUE 2022-12-16 21:00:00
## 4234 2022-12-16 21:20:08      TRUE 2022-12-16 21:00:00
## 4235 2022-12-16 21:20:03      TRUE 2022-12-16 21:00:00
## 4236 2022-12-16 21:20:02      TRUE 2022-12-16 21:00:00
## 4237 2022-12-16 21:20:01      TRUE 2022-12-16 21:00:00
## 4238 2022-12-16 21:20:00      TRUE 2022-12-16 21:00:00
## 4239 2022-12-16 21:20:00      TRUE 2022-12-16 21:00:00
## 4240 2022-12-16 21:19:54      TRUE 2022-12-16 21:00:00
## 4241 2022-12-16 21:19:50      TRUE 2022-12-16 21:00:00
## 4242 2022-12-16 21:19:49      TRUE 2022-12-16 21:00:00
## 4243 2022-12-16 21:19:49      TRUE 2022-12-16 21:00:00
## 4244 2022-12-16 21:19:41      TRUE 2022-12-16 21:00:00
## 4245 2022-12-16 21:19:39      TRUE 2022-12-16 21:00:00
## 4246 2022-12-16 21:19:39      TRUE 2022-12-16 21:00:00
## 4247 2022-12-16 21:19:38      TRUE 2022-12-16 21:00:00
## 4248 2022-12-16 21:19:36      TRUE 2022-12-16 21:00:00
## 4249 2022-12-16 21:19:34      TRUE 2022-12-16 21:00:00
## 4250 2022-12-16 21:19:29      TRUE 2022-12-16 21:00:00
## 4251 2022-12-16 21:19:27      TRUE 2022-12-16 21:00:00
## 4252 2022-12-16 21:19:26      TRUE 2022-12-16 21:00:00
## 4253 2022-12-16 21:19:23      TRUE 2022-12-16 21:00:00
## 4254 2022-12-16 21:19:18      TRUE 2022-12-16 21:00:00
## 4255 2022-12-16 21:19:18      TRUE 2022-12-16 21:00:00
## 4256 2022-12-16 21:19:13      TRUE 2022-12-16 21:00:00
## 4257 2022-12-16 21:19:13      TRUE 2022-12-16 21:00:00
## 4258 2022-12-16 21:19:06      TRUE 2022-12-16 21:00:00
## 4259 2022-12-16 21:19:05      TRUE 2022-12-16 21:00:00
## 4260 2022-12-16 21:18:59      TRUE 2022-12-16 21:00:00
## 4261 2022-12-16 21:18:55      TRUE 2022-12-16 21:00:00
## 4262 2022-12-16 21:18:48      TRUE 2022-12-16 21:00:00
## 4263 2022-12-16 21:18:43      TRUE 2022-12-16 21:00:00
## 4264 2022-12-16 21:18:43      TRUE 2022-12-16 21:00:00
## 4265 2022-12-16 21:18:40      TRUE 2022-12-16 21:00:00
## 4266 2022-12-16 21:18:38      TRUE 2022-12-16 21:00:00
## 4267 2022-12-16 21:18:35      TRUE 2022-12-16 21:00:00
## 4268 2022-12-16 21:18:32      TRUE 2022-12-16 21:00:00
## 4269 2022-12-16 21:18:30      TRUE 2022-12-16 21:00:00
## 4270 2022-12-16 21:18:26      TRUE 2022-12-16 21:00:00
## 4271 2022-12-16 21:18:21      TRUE 2022-12-16 21:00:00
## 4272 2022-12-16 21:18:17      TRUE 2022-12-16 21:00:00
## 4273 2022-12-16 21:18:16      TRUE 2022-12-16 21:00:00
## 4274 2022-12-16 21:18:16      TRUE 2022-12-16 21:00:00
## 4275 2022-12-16 21:18:13      TRUE 2022-12-16 21:00:00
## 4276 2022-12-16 21:18:10      TRUE 2022-12-16 21:00:00
## 4277 2022-12-16 21:18:06      TRUE 2022-12-16 21:00:00
## 4278 2022-12-16 21:18:06      TRUE 2022-12-16 21:00:00
## 4279 2022-12-16 21:18:05      TRUE 2022-12-16 21:00:00
## 4280 2022-12-16 21:18:04      TRUE 2022-12-16 21:00:00
## 4281 2022-12-16 21:18:02      TRUE 2022-12-16 21:00:00
## 4282 2022-12-16 21:17:53      TRUE 2022-12-16 21:00:00
## 4283 2022-12-16 21:17:43      TRUE 2022-12-16 21:00:00
## 4284 2022-12-16 21:17:42      TRUE 2022-12-16 21:00:00
## 4285 2022-12-16 21:17:38      TRUE 2022-12-16 21:00:00
## 4286 2022-12-16 21:17:32      TRUE 2022-12-16 21:00:00
## 4287 2022-12-16 21:17:27      TRUE 2022-12-16 21:00:00
## 4288 2022-12-16 21:17:23      TRUE 2022-12-16 21:00:00
## 4289 2022-12-16 21:17:16      TRUE 2022-12-16 21:00:00
## 4290 2022-12-16 21:17:09      TRUE 2022-12-16 21:00:00
## 4291 2022-12-16 21:17:01      TRUE 2022-12-16 21:00:00
## 4292 2022-12-16 21:17:00      TRUE 2022-12-16 21:00:00
## 4293 2022-12-16 21:16:57      TRUE 2022-12-16 21:00:00
## 4294 2022-12-16 21:16:54      TRUE 2022-12-16 21:00:00
## 4295 2022-12-16 21:16:42      TRUE 2022-12-16 21:00:00
## 4296 2022-12-16 21:16:39      TRUE 2022-12-16 21:00:00
## 4297 2022-12-16 21:16:30      TRUE 2022-12-16 21:00:00
## 4298 2022-12-16 21:16:23      TRUE 2022-12-16 21:00:00
## 4299 2022-12-16 21:16:22      TRUE 2022-12-16 21:00:00
## 4300 2022-12-16 21:16:20      TRUE 2022-12-16 21:00:00
## 4301 2022-12-16 21:16:19      TRUE 2022-12-16 21:00:00
## 4302 2022-12-16 21:16:17      TRUE 2022-12-16 21:00:00
## 4303 2022-12-16 21:16:15      TRUE 2022-12-16 21:00:00
## 4304 2022-12-16 21:16:13      TRUE 2022-12-16 21:00:00
## 4305 2022-12-16 21:16:11      TRUE 2022-12-16 21:00:00
## 4306 2022-12-16 21:16:09      TRUE 2022-12-16 21:00:00
## 4307 2022-12-16 21:16:09      TRUE 2022-12-16 21:00:00
## 4308 2022-12-16 21:16:08      TRUE 2022-12-16 21:00:00
## 4309 2022-12-16 21:16:03      TRUE 2022-12-16 21:00:00
## 4310 2022-12-16 21:16:03      TRUE 2022-12-16 21:00:00
## 4311 2022-12-16 21:16:03      TRUE 2022-12-16 21:00:00
## 4312 2022-12-16 21:16:03      TRUE 2022-12-16 21:00:00
## 4313 2022-12-16 21:15:58      TRUE 2022-12-16 21:00:00
## 4314 2022-12-16 21:15:58      TRUE 2022-12-16 21:00:00
## 4315 2022-12-16 21:15:56      TRUE 2022-12-16 21:00:00
## 4316 2022-12-16 21:15:52      TRUE 2022-12-16 21:00:00
## 4317 2022-12-16 21:15:50      TRUE 2022-12-16 21:00:00
## 4318 2022-12-16 21:15:49      TRUE 2022-12-16 21:00:00
## 4319 2022-12-16 21:15:48      TRUE 2022-12-16 21:00:00
## 4320 2022-12-16 21:15:46      TRUE 2022-12-16 21:00:00
## 4321 2022-12-16 21:15:44      TRUE 2022-12-16 21:00:00
## 4322 2022-12-16 21:15:39      TRUE 2022-12-16 21:00:00
## 4323 2022-12-16 21:15:35      TRUE 2022-12-16 21:00:00
## 4324 2022-12-16 21:15:25      TRUE 2022-12-16 21:00:00
## 4325 2022-12-16 21:15:25      TRUE 2022-12-16 21:00:00
## 4326 2022-12-16 21:15:24      TRUE 2022-12-16 21:00:00
## 4327 2022-12-16 21:15:21      TRUE 2022-12-16 21:00:00
## 4328 2022-12-16 21:15:21      TRUE 2022-12-16 21:00:00
## 4329 2022-12-16 21:15:18      TRUE 2022-12-16 21:00:00
## 4330 2022-12-16 21:15:06      TRUE 2022-12-16 21:00:00
## 4331 2022-12-16 21:15:06      TRUE 2022-12-16 21:00:00
## 4332 2022-12-16 21:14:54      TRUE 2022-12-16 21:00:00
## 4333 2022-12-16 21:14:51      TRUE 2022-12-16 21:00:00
## 4334 2022-12-16 21:14:48      TRUE 2022-12-16 21:00:00
## 4335 2022-12-16 21:14:42      TRUE 2022-12-16 21:00:00
## 4336 2022-12-16 21:14:35      TRUE 2022-12-16 21:00:00
## 4337 2022-12-16 21:14:35      TRUE 2022-12-16 21:00:00
## 4338 2022-12-16 21:14:30      TRUE 2022-12-16 21:00:00
## 4339 2022-12-16 21:14:29      TRUE 2022-12-16 21:00:00
## 4340 2022-12-16 21:14:29      TRUE 2022-12-16 21:00:00
## 4341 2022-12-16 21:14:28      TRUE 2022-12-16 21:00:00
## 4342 2022-12-16 21:14:28      TRUE 2022-12-16 21:00:00
## 4343 2022-12-16 21:14:23      TRUE 2022-12-16 21:00:00
## 4344 2022-12-16 21:14:22      TRUE 2022-12-16 21:00:00
## 4345 2022-12-16 21:14:18      TRUE 2022-12-16 21:00:00
## 4346 2022-12-16 21:14:17      TRUE 2022-12-16 21:00:00
## 4347 2022-12-16 21:14:16      TRUE 2022-12-16 21:00:00
## 4348 2022-12-16 21:14:11      TRUE 2022-12-16 21:00:00
## 4349 2022-12-16 21:14:08      TRUE 2022-12-16 21:00:00
## 4350 2022-12-16 21:14:04      TRUE 2022-12-16 21:00:00
## 4351 2022-12-16 21:13:58      TRUE 2022-12-16 21:00:00
## 4352 2022-12-16 21:13:57      TRUE 2022-12-16 21:00:00
## 4353 2022-12-16 21:13:55      TRUE 2022-12-16 21:00:00
## 4354 2022-12-16 21:13:55      TRUE 2022-12-16 21:00:00
## 4355 2022-12-16 21:13:53      TRUE 2022-12-16 21:00:00
## 4356 2022-12-16 21:13:50      TRUE 2022-12-16 21:00:00
## 4357 2022-12-16 21:13:46      TRUE 2022-12-16 21:00:00
## 4358 2022-12-16 21:13:46      TRUE 2022-12-16 21:00:00
## 4359 2022-12-16 21:13:45      TRUE 2022-12-16 21:00:00
## 4360 2022-12-16 21:13:41      TRUE 2022-12-16 21:00:00
## 4361 2022-12-16 21:13:37      TRUE 2022-12-16 21:00:00
## 4362 2022-12-16 21:13:36      TRUE 2022-12-16 21:00:00
## 4363 2022-12-16 21:13:35      TRUE 2022-12-16 21:00:00
## 4364 2022-12-16 21:13:35      TRUE 2022-12-16 21:00:00
## 4365 2022-12-16 21:13:34      TRUE 2022-12-16 21:00:00
## 4366 2022-12-16 21:13:31      TRUE 2022-12-16 21:00:00
## 4367 2022-12-16 21:13:31      TRUE 2022-12-16 21:00:00
## 4368 2022-12-16 21:13:28      TRUE 2022-12-16 21:00:00
## 4369 2022-12-16 21:13:22      TRUE 2022-12-16 21:00:00
## 4370 2022-12-16 21:13:21      TRUE 2022-12-16 21:00:00
## 4371 2022-12-16 21:13:20      TRUE 2022-12-16 21:00:00
## 4372 2022-12-16 21:13:20      TRUE 2022-12-16 21:00:00
## 4373 2022-12-16 21:13:19      TRUE 2022-12-16 21:00:00
## 4374 2022-12-16 21:13:13      TRUE 2022-12-16 21:00:00
## 4375 2022-12-16 21:13:13      TRUE 2022-12-16 21:00:00
## 4376 2022-12-16 21:13:11      TRUE 2022-12-16 21:00:00
## 4377 2022-12-16 21:13:10      TRUE 2022-12-16 21:00:00
## 4378 2022-12-16 21:13:03      TRUE 2022-12-16 21:00:00
## 4379 2022-12-16 21:13:02      TRUE 2022-12-16 21:00:00
## 4380 2022-12-16 21:12:56      TRUE 2022-12-16 21:00:00
## 4381 2022-12-16 21:12:54      TRUE 2022-12-16 21:00:00
## 4382 2022-12-16 21:12:52      TRUE 2022-12-16 21:00:00
## 4383 2022-12-16 21:12:49      TRUE 2022-12-16 21:00:00
## 4384 2022-12-16 21:12:47      TRUE 2022-12-16 21:00:00
## 4385 2022-12-16 21:12:45      TRUE 2022-12-16 21:00:00
## 4386 2022-12-16 21:12:43      TRUE 2022-12-16 21:00:00
## 4387 2022-12-16 21:12:43      TRUE 2022-12-16 21:00:00
## 4388 2022-12-16 21:12:42      TRUE 2022-12-16 21:00:00
## 4389 2022-12-16 21:12:42      TRUE 2022-12-16 21:00:00
## 4390 2022-12-16 21:12:40      TRUE 2022-12-16 21:00:00
## 4391 2022-12-16 21:12:40      TRUE 2022-12-16 21:00:00
## 4392 2022-12-16 21:12:39      TRUE 2022-12-16 21:00:00
## 4393 2022-12-16 21:12:34      TRUE 2022-12-16 21:00:00
## 4394 2022-12-16 21:12:28      TRUE 2022-12-16 21:00:00
## 4395 2022-12-16 21:12:27      TRUE 2022-12-16 21:00:00
## 4396 2022-12-16 21:12:19      TRUE 2022-12-16 21:00:00
## 4397 2022-12-16 21:12:19      TRUE 2022-12-16 21:00:00
## 4398 2022-12-16 21:12:18      TRUE 2022-12-16 21:00:00
## 4399 2022-12-16 21:12:15      TRUE 2022-12-16 21:00:00
## 4400 2022-12-16 21:12:14      TRUE 2022-12-16 21:00:00
## 4401 2022-12-16 21:12:13      TRUE 2022-12-16 21:00:00
## 4402 2022-12-16 21:12:11      TRUE 2022-12-16 21:00:00
## 4403 2022-12-16 21:12:11      TRUE 2022-12-16 21:00:00
## 4404 2022-12-16 21:12:07      TRUE 2022-12-16 21:00:00
## 4405 2022-12-16 21:12:02      TRUE 2022-12-16 21:00:00
## 4406 2022-12-16 21:11:57      TRUE 2022-12-16 21:00:00
## 4407 2022-12-16 21:11:50      TRUE 2022-12-16 21:00:00
## 4408 2022-12-16 21:11:50      TRUE 2022-12-16 21:00:00
## 4409 2022-12-16 21:11:49      TRUE 2022-12-16 21:00:00
## 4410 2022-12-16 21:11:48      TRUE 2022-12-16 21:00:00
## 4411 2022-12-16 21:11:48      TRUE 2022-12-16 21:00:00
## 4412 2022-12-16 21:11:45      TRUE 2022-12-16 21:00:00
## 4413 2022-12-16 21:11:44      TRUE 2022-12-16 21:00:00
## 4414 2022-12-16 21:11:40      TRUE 2022-12-16 21:00:00
## 4415 2022-12-16 21:11:31      TRUE 2022-12-16 21:00:00
## 4416 2022-12-16 21:11:27      TRUE 2022-12-16 21:00:00
## 4417 2022-12-16 21:11:27      TRUE 2022-12-16 21:00:00
## 4418 2022-12-16 21:11:22      TRUE 2022-12-16 21:00:00
## 4419 2022-12-16 21:11:21      TRUE 2022-12-16 21:00:00
## 4420 2022-12-16 21:11:18      TRUE 2022-12-16 21:00:00
## 4421 2022-12-16 21:11:15      TRUE 2022-12-16 21:00:00
## 4422 2022-12-16 21:11:11      TRUE 2022-12-16 21:00:00
## 4423 2022-12-16 21:11:11      TRUE 2022-12-16 21:00:00
## 4424 2022-12-16 21:11:09      TRUE 2022-12-16 21:00:00
## 4425 2022-12-16 21:11:06      TRUE 2022-12-16 21:00:00
## 4426 2022-12-16 21:11:03      TRUE 2022-12-16 21:00:00
## 4427 2022-12-16 21:10:57      TRUE 2022-12-16 21:00:00
## 4428 2022-12-16 21:10:56      TRUE 2022-12-16 21:00:00
## 4429 2022-12-16 21:10:53      TRUE 2022-12-16 21:00:00
## 4430 2022-12-16 21:10:53      TRUE 2022-12-16 21:00:00
## 4431 2022-12-16 21:10:50      TRUE 2022-12-16 21:00:00
## 4432 2022-12-16 21:10:48      TRUE 2022-12-16 21:00:00
## 4433 2022-12-16 21:10:48      TRUE 2022-12-16 21:00:00
## 4434 2022-12-16 21:10:45      TRUE 2022-12-16 21:00:00
## 4435 2022-12-16 21:10:40      TRUE 2022-12-16 21:00:00
## 4436 2022-12-16 21:10:40      TRUE 2022-12-16 21:00:00
## 4437 2022-12-16 21:10:35      TRUE 2022-12-16 21:00:00
## 4438 2022-12-16 21:10:34      TRUE 2022-12-16 21:00:00
## 4439 2022-12-16 21:10:33      TRUE 2022-12-16 21:00:00
## 4440 2022-12-16 21:10:32      TRUE 2022-12-16 21:00:00
## 4441 2022-12-16 21:10:31      TRUE 2022-12-16 21:00:00
## 4442 2022-12-16 21:10:28      TRUE 2022-12-16 21:00:00
## 4443 2022-12-16 21:10:22      TRUE 2022-12-16 21:00:00
## 4444 2022-12-16 21:10:11      TRUE 2022-12-16 21:00:00
## 4445 2022-12-16 21:10:08      TRUE 2022-12-16 21:00:00
## 4446 2022-12-16 21:10:04      TRUE 2022-12-16 21:00:00
## 4447 2022-12-16 21:10:03      TRUE 2022-12-16 21:00:00
## 4448 2022-12-16 21:09:54      TRUE 2022-12-16 21:00:00
## 4449 2022-12-16 21:09:54      TRUE 2022-12-16 21:00:00
## 4450 2022-12-16 21:09:48      TRUE 2022-12-16 21:00:00
## 4451 2022-12-16 21:09:46      TRUE 2022-12-16 21:00:00
## 4452 2022-12-16 21:09:46      TRUE 2022-12-16 21:00:00
## 4453 2022-12-16 21:09:45      TRUE 2022-12-16 21:00:00
## 4454 2022-12-16 21:09:35      TRUE 2022-12-16 21:00:00
## 4455 2022-12-16 21:09:32      TRUE 2022-12-16 21:00:00
## 4456 2022-12-16 21:09:29      TRUE 2022-12-16 21:00:00
## 4457 2022-12-16 21:09:28      TRUE 2022-12-16 21:00:00
## 4458 2022-12-16 21:09:10      TRUE 2022-12-16 21:00:00
## 4459 2022-12-16 21:09:09      TRUE 2022-12-16 21:00:00
## 4460 2022-12-16 21:09:02      TRUE 2022-12-16 21:00:00
## 4461 2022-12-16 21:08:56      TRUE 2022-12-16 21:00:00
## 4462 2022-12-16 21:08:50      TRUE 2022-12-16 21:00:00
## 4463 2022-12-16 21:08:48      TRUE 2022-12-16 21:00:00
## 4464 2022-12-16 21:08:45      TRUE 2022-12-16 21:00:00
## 4465 2022-12-16 21:08:44      TRUE 2022-12-16 21:00:00
## 4466 2022-12-16 21:08:41      TRUE 2022-12-16 21:00:00
## 4467 2022-12-16 21:08:39      TRUE 2022-12-16 21:00:00
## 4468 2022-12-16 21:08:38      TRUE 2022-12-16 21:00:00
## 4469 2022-12-16 21:08:36      TRUE 2022-12-16 21:00:00
## 4470 2022-12-16 21:08:35      TRUE 2022-12-16 21:00:00
## 4471 2022-12-16 21:08:31      TRUE 2022-12-16 21:00:00
## 4472 2022-12-16 21:08:31      TRUE 2022-12-16 21:00:00
## 4473 2022-12-16 21:08:30      TRUE 2022-12-16 21:00:00
## 4474 2022-12-16 21:08:24      TRUE 2022-12-16 21:00:00
## 4475 2022-12-16 21:08:15      TRUE 2022-12-16 21:00:00
## 4476 2022-12-16 21:08:13      TRUE 2022-12-16 21:00:00
## 4477 2022-12-16 21:08:10      TRUE 2022-12-16 21:00:00
## 4478 2022-12-16 21:08:09      TRUE 2022-12-16 21:00:00
## 4479 2022-12-16 21:08:08      TRUE 2022-12-16 21:00:00
## 4480 2022-12-16 21:08:08      TRUE 2022-12-16 21:00:00
## 4481 2022-12-16 21:08:07      TRUE 2022-12-16 21:00:00
## 4482 2022-12-16 21:08:06      TRUE 2022-12-16 21:00:00
## 4483 2022-12-16 21:08:02      TRUE 2022-12-16 21:00:00
## 4484 2022-12-16 21:07:56      TRUE 2022-12-16 21:00:00
## 4485 2022-12-16 21:07:52      TRUE 2022-12-16 21:00:00
## 4486 2022-12-16 21:07:52      TRUE 2022-12-16 21:00:00
## 4487 2022-12-16 21:07:48      TRUE 2022-12-16 21:00:00
## 4488 2022-12-16 21:07:46      TRUE 2022-12-16 21:00:00
## 4489 2022-12-16 21:07:43      TRUE 2022-12-16 21:00:00
## 4490 2022-12-16 21:07:38      TRUE 2022-12-16 21:00:00
## 4491 2022-12-16 21:07:34      TRUE 2022-12-16 21:00:00
## 4492 2022-12-16 21:07:33      TRUE 2022-12-16 21:00:00
## 4493 2022-12-16 21:07:31      TRUE 2022-12-16 21:00:00
## 4494 2022-12-16 21:07:30      TRUE 2022-12-16 21:00:00
## 4495 2022-12-16 21:07:27      TRUE 2022-12-16 21:00:00
## 4496 2022-12-16 21:07:27      TRUE 2022-12-16 21:00:00
## 4497 2022-12-16 21:07:25      TRUE 2022-12-16 21:00:00
## 4498 2022-12-16 21:07:25      TRUE 2022-12-16 21:00:00
## 4499 2022-12-16 21:07:19      TRUE 2022-12-16 21:00:00
## 4500 2022-12-16 21:07:17      TRUE 2022-12-16 21:00:00
## 4501 2022-12-16 21:07:14      TRUE 2022-12-16 21:00:00
## 4502 2022-12-16 21:07:00      TRUE 2022-12-16 21:00:00
## 4503 2022-12-16 21:06:59      TRUE 2022-12-16 21:00:00
## 4504 2022-12-16 21:06:56      TRUE 2022-12-16 21:00:00
## 4505 2022-12-16 21:06:52      TRUE 2022-12-16 21:00:00
## 4506 2022-12-16 21:06:47      TRUE 2022-12-16 21:00:00
## 4507 2022-12-16 21:06:44      TRUE 2022-12-16 21:00:00
## 4508 2022-12-16 21:06:43      TRUE 2022-12-16 21:00:00
## 4509 2022-12-16 21:06:42      TRUE 2022-12-16 21:00:00
## 4510 2022-12-16 21:06:42      TRUE 2022-12-16 21:00:00
## 4511 2022-12-16 21:06:39      TRUE 2022-12-16 21:00:00
## 4512 2022-12-16 21:06:37      TRUE 2022-12-16 21:00:00
## 4513 2022-12-16 21:06:36      TRUE 2022-12-16 21:00:00
## 4514 2022-12-16 21:06:35      TRUE 2022-12-16 21:00:00
## 4515 2022-12-16 21:06:34      TRUE 2022-12-16 21:00:00
## 4516 2022-12-16 21:06:30      TRUE 2022-12-16 21:00:00
## 4517 2022-12-16 21:06:28      TRUE 2022-12-16 21:00:00
## 4518 2022-12-16 21:06:24      TRUE 2022-12-16 21:00:00
## 4519 2022-12-16 21:06:21      TRUE 2022-12-16 21:00:00
## 4520 2022-12-16 21:06:19      TRUE 2022-12-16 21:00:00
## 4521 2022-12-16 21:06:14      TRUE 2022-12-16 21:00:00
## 4522 2022-12-16 21:06:14      TRUE 2022-12-16 21:00:00
## 4523 2022-12-16 21:06:14      TRUE 2022-12-16 21:00:00
## 4524 2022-12-16 21:06:11      TRUE 2022-12-16 21:00:00
## 4525 2022-12-16 21:06:08      TRUE 2022-12-16 21:00:00
## 4526 2022-12-16 21:06:02      TRUE 2022-12-16 21:00:00
## 4527 2022-12-16 21:06:00      TRUE 2022-12-16 21:00:00
## 4528 2022-12-16 21:05:58      TRUE 2022-12-16 21:00:00
## 4529 2022-12-16 21:05:56      TRUE 2022-12-16 21:00:00
## 4530 2022-12-16 21:05:56      TRUE 2022-12-16 21:00:00
## 4531 2022-12-16 21:05:54      TRUE 2022-12-16 21:00:00
## 4532 2022-12-16 21:05:53      TRUE 2022-12-16 21:00:00
## 4533 2022-12-16 21:05:51      TRUE 2022-12-16 21:00:00
## 4534 2022-12-16 21:05:49      TRUE 2022-12-16 21:00:00
## 4535 2022-12-16 21:05:49      TRUE 2022-12-16 21:00:00
## 4536 2022-12-16 21:05:48      TRUE 2022-12-16 21:00:00
## 4537 2022-12-16 21:05:45      TRUE 2022-12-16 21:00:00
## 4538 2022-12-16 21:05:45      TRUE 2022-12-16 21:00:00
## 4539 2022-12-16 21:05:42      TRUE 2022-12-16 21:00:00
## 4540 2022-12-16 21:05:41      TRUE 2022-12-16 21:00:00
## 4541 2022-12-16 21:05:38      TRUE 2022-12-16 21:00:00
## 4542 2022-12-16 21:05:36      TRUE 2022-12-16 21:00:00
## 4543 2022-12-16 21:05:36      TRUE 2022-12-16 21:00:00
## 4544 2022-12-16 21:05:36      TRUE 2022-12-16 21:00:00
## 4545 2022-12-16 21:05:35      TRUE 2022-12-16 21:00:00
## 4546 2022-12-16 21:05:30      TRUE 2022-12-16 21:00:00
## 4547 2022-12-16 21:05:29      TRUE 2022-12-16 21:00:00
## 4548 2022-12-16 21:05:28      TRUE 2022-12-16 21:00:00
## 4549 2022-12-16 21:05:28      TRUE 2022-12-16 21:00:00
## 4550 2022-12-16 21:05:25      TRUE 2022-12-16 21:00:00
## 4551 2022-12-16 21:05:23      TRUE 2022-12-16 21:00:00
## 4552 2022-12-16 21:05:20      TRUE 2022-12-16 21:00:00
## 4553 2022-12-16 21:05:20      TRUE 2022-12-16 21:00:00
## 4554 2022-12-16 21:05:18      TRUE 2022-12-16 21:00:00
## 4555 2022-12-16 21:05:16      TRUE 2022-12-16 21:00:00
## 4556 2022-12-16 21:05:15      TRUE 2022-12-16 21:00:00
## 4557 2022-12-16 21:05:13      TRUE 2022-12-16 21:00:00
## 4558 2022-12-16 21:05:13      TRUE 2022-12-16 21:00:00
## 4559 2022-12-16 21:05:04      TRUE 2022-12-16 21:00:00
## 4560 2022-12-16 21:05:04      TRUE 2022-12-16 21:00:00
## 4561 2022-12-16 21:05:04      TRUE 2022-12-16 21:00:00
## 4562 2022-12-16 21:05:02      TRUE 2022-12-16 21:00:00
## 4563 2022-12-16 21:04:59      TRUE 2022-12-16 21:00:00
## 4564 2022-12-16 21:04:58      TRUE 2022-12-16 21:00:00
## 4565 2022-12-16 21:04:54      TRUE 2022-12-16 21:00:00
## 4566 2022-12-16 21:04:42      TRUE 2022-12-16 21:00:00
## 4567 2022-12-16 21:04:41      TRUE 2022-12-16 21:00:00
## 4568 2022-12-16 21:04:39      TRUE 2022-12-16 21:00:00
## 4569 2022-12-16 21:04:38      TRUE 2022-12-16 21:00:00
## 4570 2022-12-16 21:04:33      TRUE 2022-12-16 21:00:00
## 4571 2022-12-16 21:04:33      TRUE 2022-12-16 21:00:00
## 4572 2022-12-16 21:04:32      TRUE 2022-12-16 21:00:00
## 4573 2022-12-16 21:04:31      TRUE 2022-12-16 21:00:00
## 4574 2022-12-16 21:04:24      TRUE 2022-12-16 21:00:00
## 4575 2022-12-16 21:04:23      TRUE 2022-12-16 21:00:00
## 4576 2022-12-16 21:04:18      TRUE 2022-12-16 21:00:00
## 4577 2022-12-16 21:04:15      TRUE 2022-12-16 21:00:00
## 4578 2022-12-16 21:04:15      TRUE 2022-12-16 21:00:00
## 4579 2022-12-16 21:04:09      TRUE 2022-12-16 21:00:00
## 4580 2022-12-16 21:04:08      TRUE 2022-12-16 21:00:00
## 4581 2022-12-16 21:04:06      TRUE 2022-12-16 21:00:00
## 4582 2022-12-16 21:04:06      TRUE 2022-12-16 21:00:00
## 4583 2022-12-16 21:04:03      TRUE 2022-12-16 21:00:00
## 4584 2022-12-16 21:04:01      TRUE 2022-12-16 21:00:00
## 4585 2022-12-16 21:03:58      TRUE 2022-12-16 21:00:00
## 4586 2022-12-16 21:03:57      TRUE 2022-12-16 21:00:00
## 4587 2022-12-16 21:03:53      TRUE 2022-12-16 21:00:00
## 4588 2022-12-16 21:03:51      TRUE 2022-12-16 21:00:00
## 4589 2022-12-16 21:03:50      TRUE 2022-12-16 21:00:00
## 4590 2022-12-16 21:03:46      TRUE 2022-12-16 21:00:00
## 4591 2022-12-16 21:03:45      TRUE 2022-12-16 21:00:00
## 4592 2022-12-16 21:03:39      TRUE 2022-12-16 21:00:00
## 4593 2022-12-16 21:03:36      TRUE 2022-12-16 21:00:00
## 4594 2022-12-16 21:03:30      TRUE 2022-12-16 21:00:00
## 4595 2022-12-16 21:03:29      TRUE 2022-12-16 21:00:00
## 4596 2022-12-16 21:03:21      TRUE 2022-12-16 21:00:00
## 4597 2022-12-16 21:03:13      TRUE 2022-12-16 21:00:00
## 4598 2022-12-16 21:03:06      TRUE 2022-12-16 21:00:00
## 4599 2022-12-16 21:02:58      TRUE 2022-12-16 21:00:00
## 4600 2022-12-16 21:02:55      TRUE 2022-12-16 21:00:00
## 4601 2022-12-16 21:02:54      TRUE 2022-12-16 21:00:00
## 4602 2022-12-16 21:02:53      TRUE 2022-12-16 21:00:00
## 4603 2022-12-16 21:02:53      TRUE 2022-12-16 21:00:00
## 4604 2022-12-16 21:02:53      TRUE 2022-12-16 21:00:00
## 4605 2022-12-16 21:02:48      TRUE 2022-12-16 21:00:00
## 4606 2022-12-16 21:02:44      TRUE 2022-12-16 21:00:00
## 4607 2022-12-16 21:02:42      TRUE 2022-12-16 21:00:00
## 4608 2022-12-16 21:02:33      TRUE 2022-12-16 21:00:00
## 4609 2022-12-16 21:02:29      TRUE 2022-12-16 21:00:00
## 4610 2022-12-16 21:02:28      TRUE 2022-12-16 21:00:00
## 4611 2022-12-16 21:02:26      TRUE 2022-12-16 21:00:00
## 4612 2022-12-16 21:02:21      TRUE 2022-12-16 21:00:00
## 4613 2022-12-16 21:02:19      TRUE 2022-12-16 21:00:00
## 4614 2022-12-16 21:02:13      TRUE 2022-12-16 21:00:00
## 4615 2022-12-16 21:02:11      TRUE 2022-12-16 21:00:00
## 4616 2022-12-16 21:02:11      TRUE 2022-12-16 21:00:00
## 4617 2022-12-16 21:02:10      TRUE 2022-12-16 21:00:00
## 4618 2022-12-16 21:02:09      TRUE 2022-12-16 21:00:00
## 4619 2022-12-16 21:02:09      TRUE 2022-12-16 21:00:00
## 4620 2022-12-16 21:02:07      TRUE 2022-12-16 21:00:00
## 4621 2022-12-16 21:02:02      TRUE 2022-12-16 21:00:00
## 4622 2022-12-16 21:02:01      TRUE 2022-12-16 21:00:00
## 4623 2022-12-16 21:02:00      TRUE 2022-12-16 21:00:00
## 4624 2022-12-16 21:01:56      TRUE 2022-12-16 21:00:00
## 4625 2022-12-16 21:01:52      TRUE 2022-12-16 21:00:00
## 4626 2022-12-16 21:01:43      TRUE 2022-12-16 21:00:00
## 4627 2022-12-16 21:01:42      TRUE 2022-12-16 21:00:00
## 4628 2022-12-16 21:01:41      TRUE 2022-12-16 21:00:00
## 4629 2022-12-16 21:01:40      TRUE 2022-12-16 21:00:00
## 4630 2022-12-16 21:01:39      TRUE 2022-12-16 21:00:00
## 4631 2022-12-16 21:01:21      TRUE 2022-12-16 21:00:00
## 4632 2022-12-16 21:01:10      TRUE 2022-12-16 21:00:00
## 4633 2022-12-16 21:01:00      TRUE 2022-12-16 21:00:00
## 4634 2022-12-16 21:00:55      TRUE 2022-12-16 21:00:00
## 4635 2022-12-16 21:00:52      TRUE 2022-12-16 21:00:00
## 4636 2022-12-16 21:00:43      TRUE 2022-12-16 21:00:00
## 4637 2022-12-16 21:00:41      TRUE 2022-12-16 21:00:00
## 4638 2022-12-16 21:00:37      TRUE 2022-12-16 21:00:00
## 4639 2022-12-16 21:00:35      TRUE 2022-12-16 21:00:00
## 4640 2022-12-16 21:00:33      TRUE 2022-12-16 21:00:00
## 4641 2022-12-16 21:00:26      TRUE 2022-12-16 21:00:00
## 4642 2022-12-16 21:00:26      TRUE 2022-12-16 21:00:00
## 4643 2022-12-16 21:00:24      TRUE 2022-12-16 21:00:00
## 4644 2022-12-16 21:00:23      TRUE 2022-12-16 21:00:00
## 4645 2022-12-16 21:00:11      TRUE 2022-12-16 21:00:00
## 4646 2022-12-16 21:00:04      TRUE 2022-12-16 21:00:00
## 4647 2022-12-16 20:59:58      TRUE 2022-12-16 21:00:00
## 4648 2022-12-16 20:59:58      TRUE 2022-12-16 21:00:00
## 4649 2022-12-16 20:59:56      TRUE 2022-12-16 21:00:00
## 4650 2022-12-16 20:59:49      TRUE 2022-12-16 21:00:00
## 4651 2022-12-16 20:59:45      TRUE 2022-12-16 21:00:00
## 4652 2022-12-16 20:59:38      TRUE 2022-12-16 21:00:00
## 4653 2022-12-16 20:59:37      TRUE 2022-12-16 21:00:00
## 4654 2022-12-16 20:59:33      TRUE 2022-12-16 21:00:00
## 4655 2022-12-16 20:59:33      TRUE 2022-12-16 21:00:00
## 4656 2022-12-16 20:59:29      TRUE 2022-12-16 21:00:00
## 4657 2022-12-16 20:59:27      TRUE 2022-12-16 21:00:00
## 4658 2022-12-16 20:59:26      TRUE 2022-12-16 21:00:00
## 4659 2022-12-16 20:59:22      TRUE 2022-12-16 21:00:00
## 4660 2022-12-16 20:59:22      TRUE 2022-12-16 21:00:00
## 4661 2022-12-16 20:59:19      TRUE 2022-12-16 21:00:00
## 4662 2022-12-16 20:59:15      TRUE 2022-12-16 21:00:00
## 4663 2022-12-16 20:59:13      TRUE 2022-12-16 21:00:00
## 4664 2022-12-16 20:59:06      TRUE 2022-12-16 21:00:00
## 4665 2022-12-16 20:59:04      TRUE 2022-12-16 21:00:00
## 4666 2022-12-16 20:59:02      TRUE 2022-12-16 21:00:00
## 4667 2022-12-16 20:58:57      TRUE 2022-12-16 21:00:00
## 4668 2022-12-16 20:58:55      TRUE 2022-12-16 21:00:00
## 4669 2022-12-16 20:58:52      TRUE 2022-12-16 21:00:00
## 4670 2022-12-16 20:58:52      TRUE 2022-12-16 21:00:00
## 4671 2022-12-16 20:58:43      TRUE 2022-12-16 21:00:00
## 4672 2022-12-16 20:58:26      TRUE 2022-12-16 21:00:00
## 4673 2022-12-16 20:58:21      TRUE 2022-12-16 21:00:00
## 4674 2022-12-16 20:58:20      TRUE 2022-12-16 21:00:00
## 4675 2022-12-16 20:58:13      TRUE 2022-12-16 21:00:00
## 4676 2022-12-16 20:58:01      TRUE 2022-12-16 21:00:00
## 4677 2022-12-16 20:58:00      TRUE 2022-12-16 21:00:00
## 4678 2022-12-16 20:58:00      TRUE 2022-12-16 21:00:00
## 4679 2022-12-16 20:57:58      TRUE 2022-12-16 21:00:00
## 4680 2022-12-16 20:57:53      TRUE 2022-12-16 21:00:00
## 4681 2022-12-16 20:57:52      TRUE 2022-12-16 21:00:00
## 4682 2022-12-16 20:57:50      TRUE 2022-12-16 21:00:00
## 4683 2022-12-16 20:57:48      TRUE 2022-12-16 21:00:00
## 4684 2022-12-16 20:57:44      TRUE 2022-12-16 21:00:00
## 4685 2022-12-16 20:57:35      TRUE 2022-12-16 21:00:00
## 4686 2022-12-16 20:57:32      TRUE 2022-12-16 21:00:00
## 4687 2022-12-16 20:57:29      TRUE 2022-12-16 21:00:00
## 4688 2022-12-16 20:57:25      TRUE 2022-12-16 21:00:00
## 4689 2022-12-16 20:57:22      TRUE 2022-12-16 21:00:00
## 4690 2022-12-16 20:57:17      TRUE 2022-12-16 21:00:00
## 4691 2022-12-16 20:57:16      TRUE 2022-12-16 21:00:00
## 4692 2022-12-16 20:57:04      TRUE 2022-12-16 21:00:00
## 4693 2022-12-16 20:57:01      TRUE 2022-12-16 21:00:00
## 4694 2022-12-16 20:56:56      TRUE 2022-12-16 21:00:00
## 4695 2022-12-16 20:56:56      TRUE 2022-12-16 21:00:00
## 4696 2022-12-16 20:56:41      TRUE 2022-12-16 21:00:00
## 4697 2022-12-16 20:56:33      TRUE 2022-12-16 21:00:00
## 4698 2022-12-16 20:56:29      TRUE 2022-12-16 21:00:00
## 4699 2022-12-16 20:56:25      TRUE 2022-12-16 21:00:00
## 4700 2022-12-16 20:56:23      TRUE 2022-12-16 21:00:00
## 4701 2022-12-16 20:56:23      TRUE 2022-12-16 21:00:00
## 4702 2022-12-16 20:56:22      TRUE 2022-12-16 21:00:00
## 4703 2022-12-16 20:56:20      TRUE 2022-12-16 21:00:00
## 4704 2022-12-16 20:56:18      TRUE 2022-12-16 21:00:00
## 4705 2022-12-16 20:56:14      TRUE 2022-12-16 21:00:00
## 4706 2022-12-16 20:56:12      TRUE 2022-12-16 21:00:00
## 4707 2022-12-16 20:56:08      TRUE 2022-12-16 21:00:00
## 4708 2022-12-16 20:56:07      TRUE 2022-12-16 21:00:00
## 4709 2022-12-16 20:56:03      TRUE 2022-12-16 21:00:00
## 4710 2022-12-16 20:56:02      TRUE 2022-12-16 21:00:00
## 4711 2022-12-16 20:55:56      TRUE 2022-12-16 21:00:00
## 4712 2022-12-16 20:55:46      TRUE 2022-12-16 21:00:00
## 4713 2022-12-16 20:55:43      TRUE 2022-12-16 21:00:00
## 4714 2022-12-16 20:55:43      TRUE 2022-12-16 21:00:00
## 4715 2022-12-16 20:55:40      TRUE 2022-12-16 21:00:00
## 4716 2022-12-16 20:55:37      TRUE 2022-12-16 21:00:00
## 4717 2022-12-16 20:55:33      TRUE 2022-12-16 21:00:00
## 4718 2022-12-16 20:55:32      TRUE 2022-12-16 21:00:00
## 4719 2022-12-16 20:55:32      TRUE 2022-12-16 21:00:00
## 4720 2022-12-16 20:55:25      TRUE 2022-12-16 21:00:00
## 4721 2022-12-16 20:55:21      TRUE 2022-12-16 21:00:00
## 4722 2022-12-16 20:55:20      TRUE 2022-12-16 21:00:00
## 4723 2022-12-16 20:55:19      TRUE 2022-12-16 21:00:00
## 4724 2022-12-16 20:55:18      TRUE 2022-12-16 21:00:00
## 4725 2022-12-16 20:55:16      TRUE 2022-12-16 21:00:00
## 4726 2022-12-16 20:55:08      TRUE 2022-12-16 21:00:00
## 4727 2022-12-16 20:55:02      TRUE 2022-12-16 21:00:00
## 4728 2022-12-16 20:54:57      TRUE 2022-12-16 21:00:00
## 4729 2022-12-16 20:54:51      TRUE 2022-12-16 21:00:00
## 4730 2022-12-16 20:54:49      TRUE 2022-12-16 21:00:00
## 4731 2022-12-16 20:54:45      TRUE 2022-12-16 21:00:00
## 4732 2022-12-16 20:54:45      TRUE 2022-12-16 21:00:00
## 4733 2022-12-16 20:54:44      TRUE 2022-12-16 21:00:00
## 4734 2022-12-16 20:54:39      TRUE 2022-12-16 21:00:00
## 4735 2022-12-16 20:54:38      TRUE 2022-12-16 21:00:00
## 4736 2022-12-16 20:54:38      TRUE 2022-12-16 21:00:00
## 4737 2022-12-16 20:54:37      TRUE 2022-12-16 21:00:00
## 4738 2022-12-16 20:54:33      TRUE 2022-12-16 21:00:00
## 4739 2022-12-16 20:54:32      TRUE 2022-12-16 21:00:00
## 4740 2022-12-16 20:54:31      TRUE 2022-12-16 21:00:00
## 4741 2022-12-16 20:54:22      TRUE 2022-12-16 21:00:00
## 4742 2022-12-16 20:54:19      TRUE 2022-12-16 21:00:00
## 4743 2022-12-16 20:54:13      TRUE 2022-12-16 21:00:00
## 4744 2022-12-16 20:54:09      TRUE 2022-12-16 21:00:00
## 4745 2022-12-16 20:54:09      TRUE 2022-12-16 21:00:00
## 4746 2022-12-16 20:54:08      TRUE 2022-12-16 21:00:00
## 4747 2022-12-16 20:54:01      TRUE 2022-12-16 21:00:00
## 4748 2022-12-16 20:53:59      TRUE 2022-12-16 21:00:00
## 4749 2022-12-16 20:53:53      TRUE 2022-12-16 21:00:00
## 4750 2022-12-16 20:53:52      TRUE 2022-12-16 21:00:00
## 4751 2022-12-16 20:53:46      TRUE 2022-12-16 21:00:00
## 4752 2022-12-16 20:53:29      TRUE 2022-12-16 21:00:00
## 4753 2022-12-16 20:53:22      TRUE 2022-12-16 21:00:00
## 4754 2022-12-16 20:53:18      TRUE 2022-12-16 21:00:00
## 4755 2022-12-16 20:53:13      TRUE 2022-12-16 21:00:00
## 4756 2022-12-16 20:53:12      TRUE 2022-12-16 21:00:00
## 4757 2022-12-16 20:53:06      TRUE 2022-12-16 21:00:00
## 4758 2022-12-16 20:53:03      TRUE 2022-12-16 21:00:00
## 4759 2022-12-16 20:52:57      TRUE 2022-12-16 21:00:00
## 4760 2022-12-16 20:52:48      TRUE 2022-12-16 21:00:00
## 4761 2022-12-16 20:52:44      TRUE 2022-12-16 21:00:00
## 4762 2022-12-16 20:52:43      TRUE 2022-12-16 21:00:00
## 4763 2022-12-16 20:52:38      TRUE 2022-12-16 21:00:00
## 4764 2022-12-16 20:52:35      TRUE 2022-12-16 21:00:00
## 4765 2022-12-16 20:52:33      TRUE 2022-12-16 21:00:00
## 4766 2022-12-16 20:52:30      TRUE 2022-12-16 21:00:00
## 4767 2022-12-16 20:52:29      TRUE 2022-12-16 21:00:00
## 4768 2022-12-16 20:52:20      TRUE 2022-12-16 21:00:00
## 4769 2022-12-16 20:52:18      TRUE 2022-12-16 21:00:00
## 4770 2022-12-16 20:52:15      TRUE 2022-12-16 21:00:00
## 4771 2022-12-16 20:52:07      TRUE 2022-12-16 21:00:00
## 4772 2022-12-16 20:52:04      TRUE 2022-12-16 21:00:00
## 4773 2022-12-16 20:52:01      TRUE 2022-12-16 21:00:00
## 4774 2022-12-16 20:51:58      TRUE 2022-12-16 21:00:00
## 4775 2022-12-16 20:51:54      TRUE 2022-12-16 21:00:00
## 4776 2022-12-16 20:51:48      TRUE 2022-12-16 21:00:00
## 4777 2022-12-16 20:51:46      TRUE 2022-12-16 21:00:00
## 4778 2022-12-16 20:51:42      TRUE 2022-12-16 21:00:00
## 4779 2022-12-16 20:51:38      TRUE 2022-12-16 21:00:00
## 4780 2022-12-16 20:51:34      TRUE 2022-12-16 21:00:00
## 4781 2022-12-16 20:51:34      TRUE 2022-12-16 21:00:00
## 4782 2022-12-16 20:51:33      TRUE 2022-12-16 21:00:00
## 4783 2022-12-16 20:51:30      TRUE 2022-12-16 21:00:00
## 4784 2022-12-16 20:51:25      TRUE 2022-12-16 21:00:00
## 4785 2022-12-16 20:51:22      TRUE 2022-12-16 21:00:00
## 4786 2022-12-16 20:51:12      TRUE 2022-12-16 21:00:00
## 4787 2022-12-16 20:51:03      TRUE 2022-12-16 21:00:00
## 4788 2022-12-16 20:51:03      TRUE 2022-12-16 21:00:00
## 4789 2022-12-16 20:51:01      TRUE 2022-12-16 21:00:00
## 4790 2022-12-16 20:50:57      TRUE 2022-12-16 21:00:00
## 4791 2022-12-16 20:50:50      TRUE 2022-12-16 21:00:00
## 4792 2022-12-16 20:50:47      TRUE 2022-12-16 21:00:00
## 4793 2022-12-16 20:50:46      TRUE 2022-12-16 21:00:00
## 4794 2022-12-16 20:50:36      TRUE 2022-12-16 21:00:00
## 4795 2022-12-16 20:50:35      TRUE 2022-12-16 21:00:00
## 4796 2022-12-16 20:50:22      TRUE 2022-12-16 21:00:00
## 4797 2022-12-16 20:50:19      TRUE 2022-12-16 21:00:00
## 4798 2022-12-16 20:50:04      TRUE 2022-12-16 21:00:00
## 4799 2022-12-16 20:50:02      TRUE 2022-12-16 21:00:00
## 4800 2022-12-16 20:50:01      TRUE 2022-12-16 21:00:00
## 4801 2022-12-16 20:49:47      TRUE 2022-12-16 21:00:00
## 4802 2022-12-16 20:49:44      TRUE 2022-12-16 21:00:00
## 4803 2022-12-16 20:49:36      TRUE 2022-12-16 21:00:00
## 4804 2022-12-16 20:49:19      TRUE 2022-12-16 21:00:00
## 4805 2022-12-16 20:49:18      TRUE 2022-12-16 21:00:00
## 4806 2022-12-16 20:49:17      TRUE 2022-12-16 21:00:00
## 4807 2022-12-16 20:49:13      TRUE 2022-12-16 21:00:00
## 4808 2022-12-16 20:49:09      TRUE 2022-12-16 21:00:00
## 4809 2022-12-16 20:49:09      TRUE 2022-12-16 21:00:00
## 4810 2022-12-16 20:49:01      TRUE 2022-12-16 21:00:00
## 4811 2022-12-16 20:48:53      TRUE 2022-12-16 21:00:00
## 4812 2022-12-16 20:48:41      TRUE 2022-12-16 21:00:00
## 4813 2022-12-16 20:48:37      TRUE 2022-12-16 21:00:00
## 4814 2022-12-16 20:48:34      TRUE 2022-12-16 21:00:00
## 4815 2022-12-16 20:48:33      TRUE 2022-12-16 21:00:00
## 4816 2022-12-16 20:48:29      TRUE 2022-12-16 21:00:00
## 4817 2022-12-16 20:48:28      TRUE 2022-12-16 21:00:00
## 4818 2022-12-16 20:48:18      TRUE 2022-12-16 21:00:00
## 4819 2022-12-16 20:48:12      TRUE 2022-12-16 21:00:00
## 4820 2022-12-16 20:48:09      TRUE 2022-12-16 21:00:00
## 4821 2022-12-16 20:48:06      TRUE 2022-12-16 21:00:00
## 4822 2022-12-16 20:48:06      TRUE 2022-12-16 21:00:00
## 4823 2022-12-16 20:48:01      TRUE 2022-12-16 21:00:00
## 4824 2022-12-16 20:48:01      TRUE 2022-12-16 21:00:00
## 4825 2022-12-16 20:47:56      TRUE 2022-12-16 21:00:00
## 4826 2022-12-16 20:47:48      TRUE 2022-12-16 21:00:00
## 4827 2022-12-16 20:47:46      TRUE 2022-12-16 21:00:00
## 4828 2022-12-16 20:47:45      TRUE 2022-12-16 21:00:00
## 4829 2022-12-16 20:47:36      TRUE 2022-12-16 21:00:00
## 4830 2022-12-16 20:47:35      TRUE 2022-12-16 21:00:00
## 4831 2022-12-16 20:47:30      TRUE 2022-12-16 21:00:00
## 4832 2022-12-16 20:47:29      TRUE 2022-12-16 21:00:00
## 4833 2022-12-16 20:47:23      TRUE 2022-12-16 21:00:00
## 4834 2022-12-16 20:47:23      TRUE 2022-12-16 21:00:00
## 4835 2022-12-16 20:47:19      TRUE 2022-12-16 21:00:00
## 4836 2022-12-16 20:47:15      TRUE 2022-12-16 21:00:00
## 4837 2022-12-16 20:47:11      TRUE 2022-12-16 21:00:00
## 4838 2022-12-16 20:47:09      TRUE 2022-12-16 21:00:00
## 4839 2022-12-16 20:46:59      TRUE 2022-12-16 21:00:00
## 4840 2022-12-16 20:46:56      TRUE 2022-12-16 21:00:00
## 4841 2022-12-16 20:46:55      TRUE 2022-12-16 21:00:00
## 4842 2022-12-16 20:46:51      TRUE 2022-12-16 21:00:00
## 4843 2022-12-16 20:46:51      TRUE 2022-12-16 21:00:00
## 4844 2022-12-16 20:46:46      TRUE 2022-12-16 21:00:00
## 4845 2022-12-16 20:46:46      TRUE 2022-12-16 21:00:00
## 4846 2022-12-16 20:46:41      TRUE 2022-12-16 21:00:00
## 4847 2022-12-16 20:46:35      TRUE 2022-12-16 21:00:00
## 4848 2022-12-16 20:46:32      TRUE 2022-12-16 21:00:00
## 4849 2022-12-16 20:46:30      TRUE 2022-12-16 21:00:00
## 4850 2022-12-16 20:46:26      TRUE 2022-12-16 21:00:00
## 4851 2022-12-16 20:46:22      TRUE 2022-12-16 21:00:00
## 4852 2022-12-16 20:46:20      TRUE 2022-12-16 21:00:00
## 4853 2022-12-16 20:46:15      TRUE 2022-12-16 21:00:00
## 4854 2022-12-16 20:46:07      TRUE 2022-12-16 21:00:00
## 4855 2022-12-16 20:45:44      TRUE 2022-12-16 21:00:00
## 4856 2022-12-16 20:45:41      TRUE 2022-12-16 21:00:00
## 4857 2022-12-16 20:45:40      TRUE 2022-12-16 21:00:00
## 4858 2022-12-16 20:45:35      TRUE 2022-12-16 21:00:00
## 4859 2022-12-16 20:45:33      TRUE 2022-12-16 21:00:00
## 4860 2022-12-16 20:45:32      TRUE 2022-12-16 21:00:00
## 4861 2022-12-16 20:45:31      TRUE 2022-12-16 21:00:00
## 4862 2022-12-16 20:45:26      TRUE 2022-12-16 21:00:00
## 4863 2022-12-16 20:45:16      TRUE 2022-12-16 21:00:00
## 4864 2022-12-16 20:45:10      TRUE 2022-12-16 21:00:00
## 4865 2022-12-16 20:45:07      TRUE 2022-12-16 21:00:00
## 4866 2022-12-16 20:45:07      TRUE 2022-12-16 21:00:00
## 4867 2022-12-16 20:45:03      TRUE 2022-12-16 21:00:00
## 4868 2022-12-16 20:45:03      TRUE 2022-12-16 21:00:00
## 4869 2022-12-16 20:45:00      TRUE 2022-12-16 21:00:00
## 4870 2022-12-16 20:45:00      TRUE 2022-12-16 21:00:00
## 4871 2022-12-16 20:44:54      TRUE 2022-12-16 21:00:00
## 4872 2022-12-16 20:44:53      TRUE 2022-12-16 21:00:00
## 4873 2022-12-16 20:44:51      TRUE 2022-12-16 21:00:00
## 4874 2022-12-16 20:44:50      TRUE 2022-12-16 21:00:00
## 4875 2022-12-16 20:44:50      TRUE 2022-12-16 21:00:00
## 4876 2022-12-16 20:44:48      TRUE 2022-12-16 21:00:00
## 4877 2022-12-16 20:44:47      TRUE 2022-12-16 21:00:00
## 4878 2022-12-16 20:44:45      TRUE 2022-12-16 21:00:00
## 4879 2022-12-16 20:44:44      TRUE 2022-12-16 21:00:00
## 4880 2022-12-16 20:44:44      TRUE 2022-12-16 21:00:00
## 4881 2022-12-16 20:44:41      TRUE 2022-12-16 21:00:00
## 4882 2022-12-16 20:44:41      TRUE 2022-12-16 21:00:00
## 4883 2022-12-16 20:44:27      TRUE 2022-12-16 21:00:00
## 4884 2022-12-16 20:44:26      TRUE 2022-12-16 21:00:00
## 4885 2022-12-16 20:44:22      TRUE 2022-12-16 21:00:00
## 4886 2022-12-16 20:44:21      TRUE 2022-12-16 21:00:00
## 4887 2022-12-16 20:44:13      TRUE 2022-12-16 21:00:00
## 4888 2022-12-16 20:44:01      TRUE 2022-12-16 21:00:00
## 4889 2022-12-16 20:43:53      TRUE 2022-12-16 21:00:00
## 4890 2022-12-16 20:43:52      TRUE 2022-12-16 21:00:00
## 4891 2022-12-16 20:43:44      TRUE 2022-12-16 21:00:00
## 4892 2022-12-16 20:43:43      TRUE 2022-12-16 21:00:00
## 4893 2022-12-16 20:43:36      TRUE 2022-12-16 21:00:00
## 4894 2022-12-16 20:43:34      TRUE 2022-12-16 21:00:00
## 4895 2022-12-16 20:43:34      TRUE 2022-12-16 21:00:00
## 4896 2022-12-16 20:43:29      TRUE 2022-12-16 21:00:00
## 4897 2022-12-16 20:43:27      TRUE 2022-12-16 21:00:00
## 4898 2022-12-16 20:43:26      TRUE 2022-12-16 21:00:00
## 4899 2022-12-16 20:43:25      TRUE 2022-12-16 21:00:00
## 4900 2022-12-16 20:43:25      TRUE 2022-12-16 21:00:00
## 4901 2022-12-16 20:43:24      TRUE 2022-12-16 21:00:00
## 4902 2022-12-16 20:43:22      TRUE 2022-12-16 21:00:00
## 4903 2022-12-16 20:43:22      TRUE 2022-12-16 21:00:00
## 4904 2022-12-16 20:43:21      TRUE 2022-12-16 21:00:00
## 4905 2022-12-16 20:43:19      TRUE 2022-12-16 21:00:00
## 4906 2022-12-16 20:43:14      TRUE 2022-12-16 21:00:00
## 4907 2022-12-16 20:43:14      TRUE 2022-12-16 21:00:00
## 4908 2022-12-16 20:43:11      TRUE 2022-12-16 21:00:00
## 4909 2022-12-16 20:43:04      TRUE 2022-12-16 21:00:00
## 4910 2022-12-16 20:42:59      TRUE 2022-12-16 21:00:00
## 4911 2022-12-16 20:42:56      TRUE 2022-12-16 21:00:00
## 4912 2022-12-16 20:42:54      TRUE 2022-12-16 21:00:00
## 4913 2022-12-16 20:42:52      TRUE 2022-12-16 21:00:00
## 4914 2022-12-16 20:42:49      TRUE 2022-12-16 21:00:00
## 4915 2022-12-16 20:42:48      TRUE 2022-12-16 21:00:00
## 4916 2022-12-16 20:42:48      TRUE 2022-12-16 21:00:00
## 4917 2022-12-16 20:42:48      TRUE 2022-12-16 21:00:00
## 4918 2022-12-16 20:42:47      TRUE 2022-12-16 21:00:00
## 4919 2022-12-16 20:42:44      TRUE 2022-12-16 21:00:00
## 4920 2022-12-16 20:42:42      TRUE 2022-12-16 21:00:00
## 4921 2022-12-16 20:42:41      TRUE 2022-12-16 21:00:00
## 4922 2022-12-16 20:42:40      TRUE 2022-12-16 21:00:00
## 4923 2022-12-16 20:42:39      TRUE 2022-12-16 21:00:00
## 4924 2022-12-16 20:42:36      TRUE 2022-12-16 21:00:00
## 4925 2022-12-16 20:42:34      TRUE 2022-12-16 21:00:00
## 4926 2022-12-16 20:42:32      TRUE 2022-12-16 21:00:00
## 4927 2022-12-16 20:42:28      TRUE 2022-12-16 21:00:00
## 4928 2022-12-16 20:42:28      TRUE 2022-12-16 21:00:00
## 4929 2022-12-16 20:42:28      TRUE 2022-12-16 21:00:00
## 4930 2022-12-16 20:42:25      TRUE 2022-12-16 21:00:00
## 4931 2022-12-16 20:42:20      TRUE 2022-12-16 21:00:00
## 4932 2022-12-16 20:42:19      TRUE 2022-12-16 21:00:00
## 4933 2022-12-16 20:42:16      TRUE 2022-12-16 21:00:00
## 4934 2022-12-16 20:42:13      TRUE 2022-12-16 21:00:00
## 4935 2022-12-16 20:42:12      TRUE 2022-12-16 21:00:00
## 4936 2022-12-16 20:42:02      TRUE 2022-12-16 21:00:00
## 4937 2022-12-16 20:41:43      TRUE 2022-12-16 21:00:00
## 4938 2022-12-16 20:41:42      TRUE 2022-12-16 21:00:00
## 4939 2022-12-16 20:41:38      TRUE 2022-12-16 21:00:00
## 4940 2022-12-16 20:41:34      TRUE 2022-12-16 21:00:00
## 4941 2022-12-16 20:41:34      TRUE 2022-12-16 21:00:00
## 4942 2022-12-16 20:41:34      TRUE 2022-12-16 21:00:00
## 4943 2022-12-16 20:41:30      TRUE 2022-12-16 21:00:00
## 4944 2022-12-16 20:41:30      TRUE 2022-12-16 21:00:00
## 4945 2022-12-16 20:41:29      TRUE 2022-12-16 21:00:00
## 4946 2022-12-16 20:41:25      TRUE 2022-12-16 21:00:00
## 4947 2022-12-16 20:41:23      TRUE 2022-12-16 21:00:00
## 4948 2022-12-16 20:41:23      TRUE 2022-12-16 21:00:00
## 4949 2022-12-16 20:41:21      TRUE 2022-12-16 21:00:00
## 4950 2022-12-16 20:41:12      TRUE 2022-12-16 21:00:00
## 4951 2022-12-16 20:41:08      TRUE 2022-12-16 21:00:00
## 4952 2022-12-16 20:41:08      TRUE 2022-12-16 21:00:00
## 4953 2022-12-16 20:41:05      TRUE 2022-12-16 21:00:00
## 4954 2022-12-16 20:41:05      TRUE 2022-12-16 21:00:00
## 4955 2022-12-16 20:41:04      TRUE 2022-12-16 21:00:00
## 4956 2022-12-16 20:41:04      TRUE 2022-12-16 21:00:00
## 4957 2022-12-16 20:41:03      TRUE 2022-12-16 21:00:00
## 4958 2022-12-16 20:41:01      TRUE 2022-12-16 21:00:00
## 4959 2022-12-16 20:40:55      TRUE 2022-12-16 21:00:00
## 4960 2022-12-16 20:40:50      TRUE 2022-12-16 21:00:00
## 4961 2022-12-16 20:40:47      TRUE 2022-12-16 21:00:00
## 4962 2022-12-16 20:40:46      TRUE 2022-12-16 21:00:00
## 4963 2022-12-16 20:40:43      TRUE 2022-12-16 21:00:00
## 4964 2022-12-16 20:40:42      TRUE 2022-12-16 21:00:00
## 4965 2022-12-16 20:40:41      TRUE 2022-12-16 21:00:00
## 4966 2022-12-16 20:40:37      TRUE 2022-12-16 21:00:00
## 4967 2022-12-16 20:40:29      TRUE 2022-12-16 21:00:00
## 4968 2022-12-16 20:40:27      TRUE 2022-12-16 21:00:00
## 4969 2022-12-16 20:40:24      TRUE 2022-12-16 21:00:00
## 4970 2022-12-16 20:40:21      TRUE 2022-12-16 21:00:00
## 4971 2022-12-16 20:40:16      TRUE 2022-12-16 21:00:00
## 4972 2022-12-16 20:40:15      TRUE 2022-12-16 21:00:00
## 4973 2022-12-16 20:40:12      TRUE 2022-12-16 21:00:00
## 4974 2022-12-16 20:40:12      TRUE 2022-12-16 21:00:00
## 4975 2022-12-16 20:40:06      TRUE 2022-12-16 21:00:00
## 4976 2022-12-16 20:40:01      TRUE 2022-12-16 21:00:00
## 4977 2022-12-16 20:40:01      TRUE 2022-12-16 21:00:00
## 4978 2022-12-16 20:39:59      TRUE 2022-12-16 21:00:00
## 4979 2022-12-16 20:39:59      TRUE 2022-12-16 21:00:00
## 4980 2022-12-16 20:39:56      TRUE 2022-12-16 21:00:00
## 4981 2022-12-16 20:39:55      TRUE 2022-12-16 21:00:00
## 4982 2022-12-16 20:39:51      TRUE 2022-12-16 21:00:00
## 4983 2022-12-16 20:39:47      TRUE 2022-12-16 21:00:00
## 4984 2022-12-16 20:39:43      TRUE 2022-12-16 21:00:00
## 4985 2022-12-16 20:39:43      TRUE 2022-12-16 21:00:00
## 4986 2022-12-16 20:39:35      TRUE 2022-12-16 21:00:00
## 4987 2022-12-16 20:39:34      TRUE 2022-12-16 21:00:00
## 4988 2022-12-16 20:39:31      TRUE 2022-12-16 21:00:00
## 4989 2022-12-16 20:39:31      TRUE 2022-12-16 21:00:00
## 4990 2022-12-16 20:39:28      TRUE 2022-12-16 21:00:00
## 4991 2022-12-16 20:39:24      TRUE 2022-12-16 21:00:00
## 4992 2022-12-16 20:39:22      TRUE 2022-12-16 21:00:00
## 4993 2022-12-16 20:39:18      TRUE 2022-12-16 21:00:00
## 4994 2022-12-16 20:39:16      TRUE 2022-12-16 21:00:00
## 4995 2022-12-16 20:39:12      TRUE 2022-12-16 21:00:00
## 4996 2022-12-16 20:39:11      TRUE 2022-12-16 21:00:00
## 4997 2022-12-16 20:39:11      TRUE 2022-12-16 21:00:00
## 4998 2022-12-16 20:39:09      TRUE 2022-12-16 21:00:00
## 4999 2022-12-16 20:39:06      TRUE 2022-12-16 21:00:00
## 5000 2022-12-16 20:39:04      TRUE 2022-12-16 21:00:00
## 5001 2022-12-16 20:39:02      TRUE 2022-12-16 21:00:00
## 5002 2022-12-16 20:38:58      TRUE 2022-12-16 21:00:00
## 5003 2022-12-16 20:38:56      TRUE 2022-12-16 21:00:00
## 5004 2022-12-16 20:38:44      TRUE 2022-12-16 21:00:00
## 5005 2022-12-16 20:38:43      TRUE 2022-12-16 21:00:00
## 5006 2022-12-16 20:38:38      TRUE 2022-12-16 21:00:00
## 5007 2022-12-16 20:38:37      TRUE 2022-12-16 21:00:00
## 5008 2022-12-16 20:38:35      TRUE 2022-12-16 21:00:00
## 5009 2022-12-16 20:38:28      TRUE 2022-12-16 21:00:00
## 5010 2022-12-16 20:38:25      TRUE 2022-12-16 21:00:00
## 5011 2022-12-16 20:38:23      TRUE 2022-12-16 21:00:00
## 5012 2022-12-16 20:38:21      TRUE 2022-12-16 21:00:00
## 5013 2022-12-16 20:38:19      TRUE 2022-12-16 21:00:00
## 5014 2022-12-16 20:37:53      TRUE 2022-12-16 21:00:00
## 5015 2022-12-16 20:37:52      TRUE 2022-12-16 21:00:00
## 5016 2022-12-16 20:37:49      TRUE 2022-12-16 21:00:00
## 5017 2022-12-16 20:37:46      TRUE 2022-12-16 21:00:00
## 5018 2022-12-16 20:37:46      TRUE 2022-12-16 21:00:00
## 5019 2022-12-16 20:37:42      TRUE 2022-12-16 21:00:00
## 5020 2022-12-16 20:37:41      TRUE 2022-12-16 21:00:00
## 5021 2022-12-16 20:37:38      TRUE 2022-12-16 21:00:00
## 5022 2022-12-16 20:37:37      TRUE 2022-12-16 21:00:00
## 5023 2022-12-16 20:37:37      TRUE 2022-12-16 21:00:00
## 5024 2022-12-16 20:37:34      TRUE 2022-12-16 21:00:00
## 5025 2022-12-16 20:37:28      TRUE 2022-12-16 21:00:00
## 5026 2022-12-16 20:37:28      TRUE 2022-12-16 21:00:00
## 5027 2022-12-16 20:37:27      TRUE 2022-12-16 21:00:00
## 5028 2022-12-16 20:37:26      TRUE 2022-12-16 21:00:00
## 5029 2022-12-16 20:37:21      TRUE 2022-12-16 21:00:00
## 5030 2022-12-16 20:37:18      TRUE 2022-12-16 21:00:00
## 5031 2022-12-16 20:37:14      TRUE 2022-12-16 21:00:00
## 5032 2022-12-16 20:37:12      TRUE 2022-12-16 21:00:00
## 5033 2022-12-16 20:37:05      TRUE 2022-12-16 21:00:00
## 5034 2022-12-16 20:37:03      TRUE 2022-12-16 21:00:00
## 5035 2022-12-16 20:36:56      TRUE 2022-12-16 21:00:00
## 5036 2022-12-16 20:36:55      TRUE 2022-12-16 21:00:00
## 5037 2022-12-16 20:36:51      TRUE 2022-12-16 21:00:00
## 5038 2022-12-16 20:36:49      TRUE 2022-12-16 21:00:00
## 5039 2022-12-16 20:36:47      TRUE 2022-12-16 21:00:00
## 5040 2022-12-16 20:36:46      TRUE 2022-12-16 21:00:00
## 5041 2022-12-16 20:36:40      TRUE 2022-12-16 21:00:00
## 5042 2022-12-16 20:36:32      TRUE 2022-12-16 21:00:00
## 5043 2022-12-16 20:36:30      TRUE 2022-12-16 21:00:00
## 5044 2022-12-16 20:36:29      TRUE 2022-12-16 21:00:00
## 5045 2022-12-16 20:36:23      TRUE 2022-12-16 21:00:00
## 5046 2022-12-16 20:36:17      TRUE 2022-12-16 21:00:00
## 5047 2022-12-16 20:36:09      TRUE 2022-12-16 21:00:00
## 5048 2022-12-16 20:36:07      TRUE 2022-12-16 21:00:00
## 5049 2022-12-16 20:36:02      TRUE 2022-12-16 21:00:00
## 5050 2022-12-16 20:35:58      TRUE 2022-12-16 21:00:00
## 5051 2022-12-16 20:35:56      TRUE 2022-12-16 21:00:00
## 5052 2022-12-16 20:35:54      TRUE 2022-12-16 21:00:00
## 5053 2022-12-16 20:35:44      TRUE 2022-12-16 21:00:00
## 5054 2022-12-16 20:35:44      TRUE 2022-12-16 21:00:00
## 5055 2022-12-16 20:35:40      TRUE 2022-12-16 21:00:00
## 5056 2022-12-16 20:35:36      TRUE 2022-12-16 21:00:00
## 5057 2022-12-16 20:35:22      TRUE 2022-12-16 21:00:00
## 5058 2022-12-16 20:35:20      TRUE 2022-12-16 21:00:00
## 5059 2022-12-16 20:35:20      TRUE 2022-12-16 21:00:00
## 5060 2022-12-16 20:35:19      TRUE 2022-12-16 21:00:00
## 5061 2022-12-16 20:35:17      TRUE 2022-12-16 21:00:00
## 5062 2022-12-16 20:35:12      TRUE 2022-12-16 21:00:00
## 5063 2022-12-16 20:35:09      TRUE 2022-12-16 21:00:00
## 5064 2022-12-16 20:35:07      TRUE 2022-12-16 21:00:00
## 5065 2022-12-16 20:35:07      TRUE 2022-12-16 21:00:00
## 5066 2022-12-16 20:34:58      TRUE 2022-12-16 21:00:00
## 5067 2022-12-16 20:34:50      TRUE 2022-12-16 21:00:00
## 5068 2022-12-16 20:34:37      TRUE 2022-12-16 21:00:00
## 5069 2022-12-16 20:34:27      TRUE 2022-12-16 21:00:00
## 5070 2022-12-16 20:34:20      TRUE 2022-12-16 21:00:00
## 5071 2022-12-16 20:34:17      TRUE 2022-12-16 21:00:00
## 5072 2022-12-16 20:34:10      TRUE 2022-12-16 21:00:00
## 5073 2022-12-16 20:34:07      TRUE 2022-12-16 21:00:00
## 5074 2022-12-16 20:33:54      TRUE 2022-12-16 21:00:00
## 5075 2022-12-16 20:33:51      TRUE 2022-12-16 21:00:00
## 5076 2022-12-16 20:33:47      TRUE 2022-12-16 21:00:00
## 5077 2022-12-16 20:33:42      TRUE 2022-12-16 21:00:00
## 5078 2022-12-16 20:33:39      TRUE 2022-12-16 21:00:00
## 5079 2022-12-16 20:33:38      TRUE 2022-12-16 21:00:00
## 5080 2022-12-16 20:33:36      TRUE 2022-12-16 21:00:00
## 5081 2022-12-16 20:33:32      TRUE 2022-12-16 21:00:00
## 5082 2022-12-16 20:33:28      TRUE 2022-12-16 21:00:00
## 5083 2022-12-16 20:33:22      TRUE 2022-12-16 21:00:00
## 5084 2022-12-16 20:33:18      TRUE 2022-12-16 21:00:00
## 5085 2022-12-16 20:33:14      TRUE 2022-12-16 21:00:00
## 5086 2022-12-16 20:33:08      TRUE 2022-12-16 21:00:00
## 5087 2022-12-16 20:32:52      TRUE 2022-12-16 21:00:00
## 5088 2022-12-16 20:32:49      TRUE 2022-12-16 21:00:00
## 5089 2022-12-16 20:32:47      TRUE 2022-12-16 21:00:00
## 5090 2022-12-16 20:32:46      TRUE 2022-12-16 21:00:00
## 5091 2022-12-16 20:32:46      TRUE 2022-12-16 21:00:00
## 5092 2022-12-16 20:32:42      TRUE 2022-12-16 21:00:00
## 5093 2022-12-16 20:32:40      TRUE 2022-12-16 21:00:00
## 5094 2022-12-16 20:32:40      TRUE 2022-12-16 21:00:00
## 5095 2022-12-16 20:32:27      TRUE 2022-12-16 21:00:00
## 5096 2022-12-16 20:32:27      TRUE 2022-12-16 21:00:00
## 5097 2022-12-16 20:32:25      TRUE 2022-12-16 21:00:00
## 5098 2022-12-16 20:32:19      TRUE 2022-12-16 21:00:00
## 5099 2022-12-16 20:32:18      TRUE 2022-12-16 21:00:00
## 5100 2022-12-16 20:32:17      TRUE 2022-12-16 21:00:00
## 5101 2022-12-16 20:32:12      TRUE 2022-12-16 21:00:00
## 5102 2022-12-16 20:32:08      TRUE 2022-12-16 21:00:00
## 5103 2022-12-16 20:32:06      TRUE 2022-12-16 21:00:00
## 5104 2022-12-16 20:32:03      TRUE 2022-12-16 21:00:00
## 5105 2022-12-16 20:32:00      TRUE 2022-12-16 21:00:00
## 5106 2022-12-16 20:31:59      TRUE 2022-12-16 21:00:00
## 5107 2022-12-16 20:31:57      TRUE 2022-12-16 21:00:00
## 5108 2022-12-16 20:31:56      TRUE 2022-12-16 21:00:00
## 5109 2022-12-16 20:31:55      TRUE 2022-12-16 21:00:00
## 5110 2022-12-16 20:31:52      TRUE 2022-12-16 21:00:00
## 5111 2022-12-16 20:31:49      TRUE 2022-12-16 21:00:00
## 5112 2022-12-16 20:31:49      TRUE 2022-12-16 21:00:00
## 5113 2022-12-16 20:31:44      TRUE 2022-12-16 21:00:00
## 5114 2022-12-16 20:31:35      TRUE 2022-12-16 21:00:00
## 5115 2022-12-16 20:31:30      TRUE 2022-12-16 21:00:00
## 5116 2022-12-16 20:31:27      TRUE 2022-12-16 21:00:00
## 5117 2022-12-16 20:31:13      TRUE 2022-12-16 21:00:00
## 5118 2022-12-16 20:31:11      TRUE 2022-12-16 21:00:00
## 5119 2022-12-16 20:31:10      TRUE 2022-12-16 21:00:00
## 5120 2022-12-16 20:31:10      TRUE 2022-12-16 21:00:00
## 5121 2022-12-16 20:31:08      TRUE 2022-12-16 21:00:00
## 5122 2022-12-16 20:31:07      TRUE 2022-12-16 21:00:00
## 5123 2022-12-16 20:31:05      TRUE 2022-12-16 21:00:00
## 5124 2022-12-16 20:31:05      TRUE 2022-12-16 21:00:00
## 5125 2022-12-16 20:31:04      TRUE 2022-12-16 21:00:00
## 5126 2022-12-16 20:30:58      TRUE 2022-12-16 21:00:00
## 5127 2022-12-16 20:30:54      TRUE 2022-12-16 21:00:00
## 5128 2022-12-16 20:30:52      TRUE 2022-12-16 21:00:00
## 5129 2022-12-16 20:30:47      TRUE 2022-12-16 21:00:00
## 5130 2022-12-16 20:30:44      TRUE 2022-12-16 21:00:00
## 5131 2022-12-16 20:30:44      TRUE 2022-12-16 21:00:00
## 5132 2022-12-16 20:30:39      TRUE 2022-12-16 21:00:00
## 5133 2022-12-16 20:30:36      TRUE 2022-12-16 21:00:00
## 5134 2022-12-16 20:30:32      TRUE 2022-12-16 21:00:00
## 5135 2022-12-16 20:30:32      TRUE 2022-12-16 21:00:00
## 5136 2022-12-16 20:30:32      TRUE 2022-12-16 21:00:00
## 5137 2022-12-16 20:30:30      TRUE 2022-12-16 21:00:00
## 5138 2022-12-16 20:30:29      TRUE 2022-12-16 21:00:00
## 5139 2022-12-16 20:30:24      TRUE 2022-12-16 21:00:00
## 5140 2022-12-16 20:30:23      TRUE 2022-12-16 21:00:00
## 5141 2022-12-16 20:30:17      TRUE 2022-12-16 21:00:00
## 5142 2022-12-16 20:30:16      TRUE 2022-12-16 21:00:00
## 5143 2022-12-16 20:30:14      TRUE 2022-12-16 21:00:00
## 5144 2022-12-16 20:29:53      TRUE 2022-12-16 20:00:00
## 5145 2022-12-16 20:29:45      TRUE 2022-12-16 20:00:00
## 5146 2022-12-16 20:29:40      TRUE 2022-12-16 20:00:00
## 5147 2022-12-16 20:29:32      TRUE 2022-12-16 20:00:00
## 5148 2022-12-16 20:29:25      TRUE 2022-12-16 20:00:00
## 5149 2022-12-16 20:29:25      TRUE 2022-12-16 20:00:00
## 5150 2022-12-16 20:29:16      TRUE 2022-12-16 20:00:00
## 5151 2022-12-16 20:29:08      TRUE 2022-12-16 20:00:00
## 5152 2022-12-16 20:29:03      TRUE 2022-12-16 20:00:00
## 5153 2022-12-16 20:29:03      TRUE 2022-12-16 20:00:00
## 5154 2022-12-16 20:29:00      TRUE 2022-12-16 20:00:00
## 5155 2022-12-16 20:29:00      TRUE 2022-12-16 20:00:00
## 5156 2022-12-16 20:28:55      TRUE 2022-12-16 20:00:00
## 5157 2022-12-16 20:28:52      TRUE 2022-12-16 20:00:00
## 5158 2022-12-16 20:28:49      TRUE 2022-12-16 20:00:00
## 5159 2022-12-16 20:28:46      TRUE 2022-12-16 20:00:00
## 5160 2022-12-16 20:28:46      TRUE 2022-12-16 20:00:00
## 5161 2022-12-16 20:28:40      TRUE 2022-12-16 20:00:00
## 5162 2022-12-16 20:28:38      TRUE 2022-12-16 20:00:00
## 5163 2022-12-16 20:28:22      TRUE 2022-12-16 20:00:00
## 5164 2022-12-16 20:28:17      TRUE 2022-12-16 20:00:00
## 5165 2022-12-16 20:28:16      TRUE 2022-12-16 20:00:00
## 5166 2022-12-16 20:28:15      TRUE 2022-12-16 20:00:00
## 5167 2022-12-16 20:28:12      TRUE 2022-12-16 20:00:00
## 5168 2022-12-16 20:28:07      TRUE 2022-12-16 20:00:00
## 5169 2022-12-16 20:28:03      TRUE 2022-12-16 20:00:00
## 5170 2022-12-16 20:27:58      TRUE 2022-12-16 20:00:00
## 5171 2022-12-16 20:27:55      TRUE 2022-12-16 20:00:00
## 5172 2022-12-16 20:27:45      TRUE 2022-12-16 20:00:00
## 5173 2022-12-16 20:27:40      TRUE 2022-12-16 20:00:00
## 5174 2022-12-16 20:27:36      TRUE 2022-12-16 20:00:00
## 5175 2022-12-16 20:27:35      TRUE 2022-12-16 20:00:00
## 5176 2022-12-16 20:27:29      TRUE 2022-12-16 20:00:00
## 5177 2022-12-16 20:27:28      TRUE 2022-12-16 20:00:00
## 5178 2022-12-16 20:27:24      TRUE 2022-12-16 20:00:00
## 5179 2022-12-16 20:27:24      TRUE 2022-12-16 20:00:00
## 5180 2022-12-16 20:27:23      TRUE 2022-12-16 20:00:00
## 5181 2022-12-16 20:27:22      TRUE 2022-12-16 20:00:00
## 5182 2022-12-16 20:27:14      TRUE 2022-12-16 20:00:00
## 5183 2022-12-16 20:27:13      TRUE 2022-12-16 20:00:00
## 5184 2022-12-16 20:27:10      TRUE 2022-12-16 20:00:00
## 5185 2022-12-16 20:27:03      TRUE 2022-12-16 20:00:00
## 5186 2022-12-16 20:27:03      TRUE 2022-12-16 20:00:00
## 5187 2022-12-16 20:27:01      TRUE 2022-12-16 20:00:00
## 5188 2022-12-16 20:26:39      TRUE 2022-12-16 20:00:00
## 5189 2022-12-16 20:26:36      TRUE 2022-12-16 20:00:00
## 5190 2022-12-16 20:26:25      TRUE 2022-12-16 20:00:00
## 5191 2022-12-16 20:26:24      TRUE 2022-12-16 20:00:00
## 5192 2022-12-16 20:26:21      TRUE 2022-12-16 20:00:00
## 5193 2022-12-16 20:26:14      TRUE 2022-12-16 20:00:00
## 5194 2022-12-16 20:26:12      TRUE 2022-12-16 20:00:00
## 5195 2022-12-16 20:26:12      TRUE 2022-12-16 20:00:00
## 5196 2022-12-16 20:26:11      TRUE 2022-12-16 20:00:00
## 5197 2022-12-16 20:26:09      TRUE 2022-12-16 20:00:00
## 5198 2022-12-16 20:26:07      TRUE 2022-12-16 20:00:00
## 5199 2022-12-16 20:25:51      TRUE 2022-12-16 20:00:00
## 5200 2022-12-16 20:25:45      TRUE 2022-12-16 20:00:00
## 5201 2022-12-16 20:25:45      TRUE 2022-12-16 20:00:00
## 5202 2022-12-16 20:25:45      TRUE 2022-12-16 20:00:00
## 5203 2022-12-16 20:25:41      TRUE 2022-12-16 20:00:00
## 5204 2022-12-16 20:25:40      TRUE 2022-12-16 20:00:00
## 5205 2022-12-16 20:25:39      TRUE 2022-12-16 20:00:00
## 5206 2022-12-16 20:25:38      TRUE 2022-12-16 20:00:00
## 5207 2022-12-16 20:25:33      TRUE 2022-12-16 20:00:00
## 5208 2022-12-16 20:25:27      TRUE 2022-12-16 20:00:00
## 5209 2022-12-16 20:25:18      TRUE 2022-12-16 20:00:00
## 5210 2022-12-16 20:25:14      TRUE 2022-12-16 20:00:00
## 5211 2022-12-16 20:25:13      TRUE 2022-12-16 20:00:00
## 5212 2022-12-16 20:25:10      TRUE 2022-12-16 20:00:00
## 5213 2022-12-16 20:24:58      TRUE 2022-12-16 20:00:00
## 5214 2022-12-16 20:24:57      TRUE 2022-12-16 20:00:00
## 5215 2022-12-16 20:24:56      TRUE 2022-12-16 20:00:00
## 5216 2022-12-16 20:24:40      TRUE 2022-12-16 20:00:00
## 5217 2022-12-16 20:24:38      TRUE 2022-12-16 20:00:00
## 5218 2022-12-16 20:24:37      TRUE 2022-12-16 20:00:00
## 5219 2022-12-16 20:24:33      TRUE 2022-12-16 20:00:00
## 5220 2022-12-16 20:24:32      TRUE 2022-12-16 20:00:00
## 5221 2022-12-16 20:24:28      TRUE 2022-12-16 20:00:00
## 5222 2022-12-16 20:24:27      TRUE 2022-12-16 20:00:00
## 5223 2022-12-16 20:24:22      TRUE 2022-12-16 20:00:00
## 5224 2022-12-16 20:24:10      TRUE 2022-12-16 20:00:00
## 5225 2022-12-16 20:24:09      TRUE 2022-12-16 20:00:00
## 5226 2022-12-16 20:23:45      TRUE 2022-12-16 20:00:00
## 5227 2022-12-16 20:23:44      TRUE 2022-12-16 20:00:00
## 5228 2022-12-16 20:23:37      TRUE 2022-12-16 20:00:00
## 5229 2022-12-16 20:23:18      TRUE 2022-12-16 20:00:00
## 5230 2022-12-16 20:23:13      TRUE 2022-12-16 20:00:00
## 5231 2022-12-16 20:23:10      TRUE 2022-12-16 20:00:00
## 5232 2022-12-16 20:23:10      TRUE 2022-12-16 20:00:00
## 5233 2022-12-16 20:23:07      TRUE 2022-12-16 20:00:00
## 5234 2022-12-16 20:23:02      TRUE 2022-12-16 20:00:00
## 5235 2022-12-16 20:23:00      TRUE 2022-12-16 20:00:00
## 5236 2022-12-16 20:22:59      TRUE 2022-12-16 20:00:00
## 5237 2022-12-16 20:22:58      TRUE 2022-12-16 20:00:00
## 5238 2022-12-16 20:22:57      TRUE 2022-12-16 20:00:00
## 5239 2022-12-16 20:22:57      TRUE 2022-12-16 20:00:00
## 5240 2022-12-16 20:22:57      TRUE 2022-12-16 20:00:00
## 5241 2022-12-16 20:22:56      TRUE 2022-12-16 20:00:00
## 5242 2022-12-16 20:22:53      TRUE 2022-12-16 20:00:00
## 5243 2022-12-16 20:22:50      TRUE 2022-12-16 20:00:00
## 5244 2022-12-16 20:22:42      TRUE 2022-12-16 20:00:00
## 5245 2022-12-16 20:22:40      TRUE 2022-12-16 20:00:00
## 5246 2022-12-16 20:22:35      TRUE 2022-12-16 20:00:00
## 5247 2022-12-16 20:22:34      TRUE 2022-12-16 20:00:00
## 5248 2022-12-16 20:22:31      TRUE 2022-12-16 20:00:00
## 5249 2022-12-16 20:22:19      TRUE 2022-12-16 20:00:00
## 5250 2022-12-16 20:22:09      TRUE 2022-12-16 20:00:00
## 5251 2022-12-16 20:22:09      TRUE 2022-12-16 20:00:00
## 5252 2022-12-16 20:22:08      TRUE 2022-12-16 20:00:00
## 5253 2022-12-16 20:22:04      TRUE 2022-12-16 20:00:00
## 5254 2022-12-16 20:22:03      TRUE 2022-12-16 20:00:00
## 5255 2022-12-16 20:22:03      TRUE 2022-12-16 20:00:00
## 5256 2022-12-16 20:22:03      TRUE 2022-12-16 20:00:00
## 5257 2022-12-16 20:22:01      TRUE 2022-12-16 20:00:00
## 5258 2022-12-16 20:22:01      TRUE 2022-12-16 20:00:00
## 5259 2022-12-16 20:21:59      TRUE 2022-12-16 20:00:00
## 5260 2022-12-16 20:21:58      TRUE 2022-12-16 20:00:00
## 5261 2022-12-16 20:21:49      TRUE 2022-12-16 20:00:00
## 5262 2022-12-16 20:21:48      TRUE 2022-12-16 20:00:00
## 5263 2022-12-16 20:21:43      TRUE 2022-12-16 20:00:00
## 5264 2022-12-16 20:21:43      TRUE 2022-12-16 20:00:00
## 5265 2022-12-16 20:21:35      TRUE 2022-12-16 20:00:00
## 5266 2022-12-16 20:21:34      TRUE 2022-12-16 20:00:00
## 5267 2022-12-16 20:21:32      TRUE 2022-12-16 20:00:00
## 5268 2022-12-16 20:21:31      TRUE 2022-12-16 20:00:00
## 5269 2022-12-16 20:21:24      TRUE 2022-12-16 20:00:00
## 5270 2022-12-16 20:21:19      TRUE 2022-12-16 20:00:00
## 5271 2022-12-16 20:21:17      TRUE 2022-12-16 20:00:00
## 5272 2022-12-16 20:21:15      TRUE 2022-12-16 20:00:00
## 5273 2022-12-16 20:21:14      TRUE 2022-12-16 20:00:00
## 5274 2022-12-16 20:21:12      TRUE 2022-12-16 20:00:00
## 5275 2022-12-16 20:21:11      TRUE 2022-12-16 20:00:00
## 5276 2022-12-16 20:21:11      TRUE 2022-12-16 20:00:00
## 5277 2022-12-16 20:21:10      TRUE 2022-12-16 20:00:00
## 5278 2022-12-16 20:21:07      TRUE 2022-12-16 20:00:00
## 5279 2022-12-16 20:21:06      TRUE 2022-12-16 20:00:00
## 5280 2022-12-16 20:21:02      TRUE 2022-12-16 20:00:00
## 5281 2022-12-16 20:21:01      TRUE 2022-12-16 20:00:00
## 5282 2022-12-16 20:20:59      TRUE 2022-12-16 20:00:00
## 5283 2022-12-16 20:20:57      TRUE 2022-12-16 20:00:00
## 5284 2022-12-16 20:20:35      TRUE 2022-12-16 20:00:00
## 5285 2022-12-16 20:20:34      TRUE 2022-12-16 20:00:00
## 5286 2022-12-16 20:20:33      TRUE 2022-12-16 20:00:00
## 5287 2022-12-16 20:20:30      TRUE 2022-12-16 20:00:00
## 5288 2022-12-16 20:20:23      TRUE 2022-12-16 20:00:00
## 5289 2022-12-16 20:20:23      TRUE 2022-12-16 20:00:00
## 5290 2022-12-16 20:20:22      TRUE 2022-12-16 20:00:00
## 5291 2022-12-16 20:20:20      TRUE 2022-12-16 20:00:00
## 5292 2022-12-16 20:20:10      TRUE 2022-12-16 20:00:00
## 5293 2022-12-16 20:20:06      TRUE 2022-12-16 20:00:00
## 5294 2022-12-16 20:20:01      TRUE 2022-12-16 20:00:00
## 5295 2022-12-16 20:19:59      TRUE 2022-12-16 20:00:00
## 5296 2022-12-16 20:19:59      TRUE 2022-12-16 20:00:00
## 5297 2022-12-16 20:19:57      TRUE 2022-12-16 20:00:00
## 5298 2022-12-16 20:19:55      TRUE 2022-12-16 20:00:00
## 5299 2022-12-16 20:19:53      TRUE 2022-12-16 20:00:00
## 5300 2022-12-16 20:19:52      TRUE 2022-12-16 20:00:00
## 5301 2022-12-16 20:19:51      TRUE 2022-12-16 20:00:00
## 5302 2022-12-16 20:19:51      TRUE 2022-12-16 20:00:00
## 5303 2022-12-16 20:19:44      TRUE 2022-12-16 20:00:00
## 5304 2022-12-16 20:19:41      TRUE 2022-12-16 20:00:00
## 5305 2022-12-16 20:19:29      TRUE 2022-12-16 20:00:00
## 5306 2022-12-16 20:19:27      TRUE 2022-12-16 20:00:00
## 5307 2022-12-16 20:19:26      TRUE 2022-12-16 20:00:00
## 5308 2022-12-16 20:19:18      TRUE 2022-12-16 20:00:00
## 5309 2022-12-16 20:19:17      TRUE 2022-12-16 20:00:00
## 5310 2022-12-16 20:19:12      TRUE 2022-12-16 20:00:00
## 5311 2022-12-16 20:19:07      TRUE 2022-12-16 20:00:00
## 5312 2022-12-16 20:19:06      TRUE 2022-12-16 20:00:00
## 5313 2022-12-16 20:19:05      TRUE 2022-12-16 20:00:00
## 5314 2022-12-16 20:19:03      TRUE 2022-12-16 20:00:00
## 5315 2022-12-16 20:18:55      TRUE 2022-12-16 20:00:00
## 5316 2022-12-16 20:18:54      TRUE 2022-12-16 20:00:00
## 5317 2022-12-16 20:18:53      TRUE 2022-12-16 20:00:00
## 5318 2022-12-16 20:18:51      TRUE 2022-12-16 20:00:00
## 5319 2022-12-16 20:18:45      TRUE 2022-12-16 20:00:00
## 5320 2022-12-16 20:18:42      TRUE 2022-12-16 20:00:00
## 5321 2022-12-16 20:18:41      TRUE 2022-12-16 20:00:00
## 5322 2022-12-16 20:18:32      TRUE 2022-12-16 20:00:00
## 5323 2022-12-16 20:18:26      TRUE 2022-12-16 20:00:00
## 5324 2022-12-16 20:18:17      TRUE 2022-12-16 20:00:00
## 5325 2022-12-16 20:18:15      TRUE 2022-12-16 20:00:00
## 5326 2022-12-16 20:18:10      TRUE 2022-12-16 20:00:00
## 5327 2022-12-16 20:18:09      TRUE 2022-12-16 20:00:00
## 5328 2022-12-16 20:18:07      TRUE 2022-12-16 20:00:00
## 5329 2022-12-16 20:18:04      TRUE 2022-12-16 20:00:00
## 5330 2022-12-16 20:17:56      TRUE 2022-12-16 20:00:00
## 5331 2022-12-16 20:17:54      TRUE 2022-12-16 20:00:00
## 5332 2022-12-16 20:17:53      TRUE 2022-12-16 20:00:00
## 5333 2022-12-16 20:17:52      TRUE 2022-12-16 20:00:00
## 5334 2022-12-16 20:17:52      TRUE 2022-12-16 20:00:00
## 5335 2022-12-16 20:17:50      TRUE 2022-12-16 20:00:00
## 5336 2022-12-16 20:17:49      TRUE 2022-12-16 20:00:00
## 5337 2022-12-16 20:17:44      TRUE 2022-12-16 20:00:00
## 5338 2022-12-16 20:17:42      TRUE 2022-12-16 20:00:00
## 5339 2022-12-16 20:17:40      TRUE 2022-12-16 20:00:00
## 5340 2022-12-16 20:17:38      TRUE 2022-12-16 20:00:00
## 5341 2022-12-16 20:17:35      TRUE 2022-12-16 20:00:00
## 5342 2022-12-16 20:17:31      TRUE 2022-12-16 20:00:00
## 5343 2022-12-16 20:17:17      TRUE 2022-12-16 20:00:00
## 5344 2022-12-16 20:17:12      TRUE 2022-12-16 20:00:00
## 5345 2022-12-16 20:17:11      TRUE 2022-12-16 20:00:00
## 5346 2022-12-16 20:17:11      TRUE 2022-12-16 20:00:00
## 5347 2022-12-16 20:17:09      TRUE 2022-12-16 20:00:00
## 5348 2022-12-16 20:17:08      TRUE 2022-12-16 20:00:00
## 5349 2022-12-16 20:17:06      TRUE 2022-12-16 20:00:00
## 5350 2022-12-16 20:16:57      TRUE 2022-12-16 20:00:00
## 5351 2022-12-16 20:16:55      TRUE 2022-12-16 20:00:00
## 5352 2022-12-16 20:16:54      TRUE 2022-12-16 20:00:00
## 5353 2022-12-16 20:16:53      TRUE 2022-12-16 20:00:00
## 5354 2022-12-16 20:16:53      TRUE 2022-12-16 20:00:00
## 5355 2022-12-16 20:16:49      TRUE 2022-12-16 20:00:00
## 5356 2022-12-16 20:16:48      TRUE 2022-12-16 20:00:00
## 5357 2022-12-16 20:16:47      TRUE 2022-12-16 20:00:00
## 5358 2022-12-16 20:16:46      TRUE 2022-12-16 20:00:00
## 5359 2022-12-16 20:16:36      TRUE 2022-12-16 20:00:00
## 5360 2022-12-16 20:16:34      TRUE 2022-12-16 20:00:00
## 5361 2022-12-16 20:16:33      TRUE 2022-12-16 20:00:00
## 5362 2022-12-16 20:16:32      TRUE 2022-12-16 20:00:00
## 5363 2022-12-16 20:16:31      TRUE 2022-12-16 20:00:00
## 5364 2022-12-16 20:16:30      TRUE 2022-12-16 20:00:00
## 5365 2022-12-16 20:16:20      TRUE 2022-12-16 20:00:00
## 5366 2022-12-16 20:16:18      TRUE 2022-12-16 20:00:00
## 5367 2022-12-16 20:16:14      TRUE 2022-12-16 20:00:00
## 5368 2022-12-16 20:16:11      TRUE 2022-12-16 20:00:00
## 5369 2022-12-16 20:16:10      TRUE 2022-12-16 20:00:00
## 5370 2022-12-16 20:16:09      TRUE 2022-12-16 20:00:00
## 5371 2022-12-16 20:16:07      TRUE 2022-12-16 20:00:00
## 5372 2022-12-16 20:15:52      TRUE 2022-12-16 20:00:00
## 5373 2022-12-16 20:15:49      TRUE 2022-12-16 20:00:00
## 5374 2022-12-16 20:15:46      TRUE 2022-12-16 20:00:00
## 5375 2022-12-16 20:15:41      TRUE 2022-12-16 20:00:00
## 5376 2022-12-16 20:15:39      TRUE 2022-12-16 20:00:00
## 5377 2022-12-16 20:15:39      TRUE 2022-12-16 20:00:00
## 5378 2022-12-16 20:15:39      TRUE 2022-12-16 20:00:00
## 5379 2022-12-16 20:15:39      TRUE 2022-12-16 20:00:00
## 5380 2022-12-16 20:15:35      TRUE 2022-12-16 20:00:00
## 5381 2022-12-16 20:15:31      TRUE 2022-12-16 20:00:00
## 5382 2022-12-16 20:15:28      TRUE 2022-12-16 20:00:00
## 5383 2022-12-16 20:15:27      TRUE 2022-12-16 20:00:00
## 5384 2022-12-16 20:15:25      TRUE 2022-12-16 20:00:00
## 5385 2022-12-16 20:15:22      TRUE 2022-12-16 20:00:00
## 5386 2022-12-16 20:15:21      TRUE 2022-12-16 20:00:00
## 5387 2022-12-16 20:15:21      TRUE 2022-12-16 20:00:00
## 5388 2022-12-16 20:15:16      TRUE 2022-12-16 20:00:00
## 5389 2022-12-16 20:15:16      TRUE 2022-12-16 20:00:00
## 5390 2022-12-16 20:15:15      TRUE 2022-12-16 20:00:00
## 5391 2022-12-16 20:15:13      TRUE 2022-12-16 20:00:00
## 5392 2022-12-16 20:15:09      TRUE 2022-12-16 20:00:00
## 5393 2022-12-16 20:14:57      TRUE 2022-12-16 20:00:00
## 5394 2022-12-16 20:14:55      TRUE 2022-12-16 20:00:00
## 5395 2022-12-16 20:14:44      TRUE 2022-12-16 20:00:00
## 5396 2022-12-16 20:14:40      TRUE 2022-12-16 20:00:00
## 5397 2022-12-16 20:14:39      TRUE 2022-12-16 20:00:00
## 5398 2022-12-16 20:14:36      TRUE 2022-12-16 20:00:00
## 5399 2022-12-16 20:14:34      TRUE 2022-12-16 20:00:00
## 5400 2022-12-16 20:14:32      TRUE 2022-12-16 20:00:00
## 5401 2022-12-16 20:14:31      TRUE 2022-12-16 20:00:00
## 5402 2022-12-16 20:14:27      TRUE 2022-12-16 20:00:00
## 5403 2022-12-16 20:14:25      TRUE 2022-12-16 20:00:00
## 5404 2022-12-16 20:14:19      TRUE 2022-12-16 20:00:00
## 5405 2022-12-16 20:14:14      TRUE 2022-12-16 20:00:00
## 5406 2022-12-16 20:14:13      TRUE 2022-12-16 20:00:00
## 5407 2022-12-16 20:14:11      TRUE 2022-12-16 20:00:00
## 5408 2022-12-16 20:14:08      TRUE 2022-12-16 20:00:00
## 5409 2022-12-16 20:14:04      TRUE 2022-12-16 20:00:00
## 5410 2022-12-16 20:14:02      TRUE 2022-12-16 20:00:00
## 5411 2022-12-16 20:13:57      TRUE 2022-12-16 20:00:00
## 5412 2022-12-16 20:13:55      TRUE 2022-12-16 20:00:00
## 5413 2022-12-16 20:13:51      TRUE 2022-12-16 20:00:00
## 5414 2022-12-16 20:13:48      TRUE 2022-12-16 20:00:00
## 5415 2022-12-16 20:13:48      TRUE 2022-12-16 20:00:00
## 5416 2022-12-16 20:13:45      TRUE 2022-12-16 20:00:00
## 5417 2022-12-16 20:13:41      TRUE 2022-12-16 20:00:00
## 5418 2022-12-16 20:13:24      TRUE 2022-12-16 20:00:00
## 5419 2022-12-16 20:13:22      TRUE 2022-12-16 20:00:00
## 5420 2022-12-16 20:13:15      TRUE 2022-12-16 20:00:00
## 5421 2022-12-16 20:13:12      TRUE 2022-12-16 20:00:00
## 5422 2022-12-16 20:13:05      TRUE 2022-12-16 20:00:00
## 5423 2022-12-16 20:13:04      TRUE 2022-12-16 20:00:00
## 5424 2022-12-16 20:13:04      TRUE 2022-12-16 20:00:00
## 5425 2022-12-16 20:13:03      TRUE 2022-12-16 20:00:00
## 5426 2022-12-16 20:13:01      TRUE 2022-12-16 20:00:00
## 5427 2022-12-16 20:12:54      TRUE 2022-12-16 20:00:00
## 5428 2022-12-16 20:12:54      TRUE 2022-12-16 20:00:00
## 5429 2022-12-16 20:12:49      TRUE 2022-12-16 20:00:00
## 5430 2022-12-16 20:12:44      TRUE 2022-12-16 20:00:00
## 5431 2022-12-16 20:12:38      TRUE 2022-12-16 20:00:00
## 5432 2022-12-16 20:12:37      TRUE 2022-12-16 20:00:00
## 5433 2022-12-16 20:12:35      TRUE 2022-12-16 20:00:00
## 5434 2022-12-16 20:12:25      TRUE 2022-12-16 20:00:00
## 5435 2022-12-16 20:12:21      TRUE 2022-12-16 20:00:00
## 5436 2022-12-16 20:12:20      TRUE 2022-12-16 20:00:00
## 5437 2022-12-16 20:12:09      TRUE 2022-12-16 20:00:00
## 5438 2022-12-16 20:12:07      TRUE 2022-12-16 20:00:00
## 5439 2022-12-16 20:12:03      TRUE 2022-12-16 20:00:00
## 5440 2022-12-16 20:11:50      TRUE 2022-12-16 20:00:00
## 5441 2022-12-16 20:11:49      TRUE 2022-12-16 20:00:00
## 5442 2022-12-16 20:11:48      TRUE 2022-12-16 20:00:00
## 5443 2022-12-16 20:11:46      TRUE 2022-12-16 20:00:00
## 5444 2022-12-16 20:11:41      TRUE 2022-12-16 20:00:00
## 5445 2022-12-16 20:11:37      TRUE 2022-12-16 20:00:00
## 5446 2022-12-16 20:11:35      TRUE 2022-12-16 20:00:00
## 5447 2022-12-16 20:11:22      TRUE 2022-12-16 20:00:00
## 5448 2022-12-16 20:11:22      TRUE 2022-12-16 20:00:00
## 5449 2022-12-16 20:11:18      TRUE 2022-12-16 20:00:00
## 5450 2022-12-16 20:11:14      TRUE 2022-12-16 20:00:00
## 5451 2022-12-16 20:11:09      TRUE 2022-12-16 20:00:00
## 5452 2022-12-16 20:11:08      TRUE 2022-12-16 20:00:00
## 5453 2022-12-16 20:11:06      TRUE 2022-12-16 20:00:00
## 5454 2022-12-16 20:11:00      TRUE 2022-12-16 20:00:00
## 5455 2022-12-16 20:10:58      TRUE 2022-12-16 20:00:00
## 5456 2022-12-16 20:10:57      TRUE 2022-12-16 20:00:00
## 5457 2022-12-16 20:10:37      TRUE 2022-12-16 20:00:00
## 5458 2022-12-16 20:10:35      TRUE 2022-12-16 20:00:00
## 5459 2022-12-16 20:10:32      TRUE 2022-12-16 20:00:00
## 5460 2022-12-16 20:10:28      TRUE 2022-12-16 20:00:00
## 5461 2022-12-16 20:10:26      TRUE 2022-12-16 20:00:00
## 5462 2022-12-16 20:10:24      TRUE 2022-12-16 20:00:00
## 5463 2022-12-16 20:10:17      TRUE 2022-12-16 20:00:00
## 5464 2022-12-16 20:10:14      TRUE 2022-12-16 20:00:00
## 5465 2022-12-16 20:10:10      TRUE 2022-12-16 20:00:00
## 5466 2022-12-16 20:10:07      TRUE 2022-12-16 20:00:00
## 5467 2022-12-16 20:10:00      TRUE 2022-12-16 20:00:00
## 5468 2022-12-16 20:09:59      TRUE 2022-12-16 20:00:00
## 5469 2022-12-16 20:09:52      TRUE 2022-12-16 20:00:00
## 5470 2022-12-16 20:09:46      TRUE 2022-12-16 20:00:00
## 5471 2022-12-16 20:09:45      TRUE 2022-12-16 20:00:00
## 5472 2022-12-16 20:09:44      TRUE 2022-12-16 20:00:00
## 5473 2022-12-16 20:09:38      TRUE 2022-12-16 20:00:00
## 5474 2022-12-16 20:09:35      TRUE 2022-12-16 20:00:00
## 5475 2022-12-16 20:09:35      TRUE 2022-12-16 20:00:00
## 5476 2022-12-16 20:09:27      TRUE 2022-12-16 20:00:00
## 5477 2022-12-16 20:09:20      TRUE 2022-12-16 20:00:00
## 5478 2022-12-16 20:09:20      TRUE 2022-12-16 20:00:00
## 5479 2022-12-16 20:09:17      TRUE 2022-12-16 20:00:00
## 5480 2022-12-16 20:09:01      TRUE 2022-12-16 20:00:00
## 5481 2022-12-16 20:08:56      TRUE 2022-12-16 20:00:00
## 5482 2022-12-16 20:08:54      TRUE 2022-12-16 20:00:00
## 5483 2022-12-16 20:08:47      TRUE 2022-12-16 20:00:00
## 5484 2022-12-16 20:08:43      TRUE 2022-12-16 20:00:00
## 5485 2022-12-16 20:08:32      TRUE 2022-12-16 20:00:00
## 5486 2022-12-16 20:08:28      TRUE 2022-12-16 20:00:00
## 5487 2022-12-16 20:08:28      TRUE 2022-12-16 20:00:00
## 5488 2022-12-16 20:08:28      TRUE 2022-12-16 20:00:00
## 5489 2022-12-16 20:08:23      TRUE 2022-12-16 20:00:00
## 5490 2022-12-16 20:08:14      TRUE 2022-12-16 20:00:00
## 5491 2022-12-16 20:08:09      TRUE 2022-12-16 20:00:00
## 5492 2022-12-16 20:08:06      TRUE 2022-12-16 20:00:00
## 5493 2022-12-16 20:08:05      TRUE 2022-12-16 20:00:00
## 5494 2022-12-16 20:08:02      TRUE 2022-12-16 20:00:00
## 5495 2022-12-16 20:07:58      TRUE 2022-12-16 20:00:00
## 5496 2022-12-16 20:07:57      TRUE 2022-12-16 20:00:00
## 5497 2022-12-16 20:07:56      TRUE 2022-12-16 20:00:00
## 5498 2022-12-16 20:07:55      TRUE 2022-12-16 20:00:00
## 5499 2022-12-16 20:07:46      TRUE 2022-12-16 20:00:00
## 5500 2022-12-16 20:07:40      TRUE 2022-12-16 20:00:00
## 5501 2022-12-16 20:07:33      TRUE 2022-12-16 20:00:00
## 5502 2022-12-16 20:07:33      TRUE 2022-12-16 20:00:00
## 5503 2022-12-16 20:07:29      TRUE 2022-12-16 20:00:00
## 5504 2022-12-16 20:07:21      TRUE 2022-12-16 20:00:00
## 5505 2022-12-16 20:07:18      TRUE 2022-12-16 20:00:00
## 5506 2022-12-16 20:07:15      TRUE 2022-12-16 20:00:00
## 5507 2022-12-16 20:07:08      TRUE 2022-12-16 20:00:00
## 5508 2022-12-16 20:07:07      TRUE 2022-12-16 20:00:00
## 5509 2022-12-16 20:07:07      TRUE 2022-12-16 20:00:00
## 5510 2022-12-16 20:07:05      TRUE 2022-12-16 20:00:00
## 5511 2022-12-16 20:07:03      TRUE 2022-12-16 20:00:00
## 5512 2022-12-16 20:07:03      TRUE 2022-12-16 20:00:00
## 5513 2022-12-16 20:07:02      TRUE 2022-12-16 20:00:00
## 5514 2022-12-16 20:07:02      TRUE 2022-12-16 20:00:00
## 5515 2022-12-16 20:06:59      TRUE 2022-12-16 20:00:00
## 5516 2022-12-16 20:06:54      TRUE 2022-12-16 20:00:00
## 5517 2022-12-16 20:06:50      TRUE 2022-12-16 20:00:00
## 5518 2022-12-16 20:06:46      TRUE 2022-12-16 20:00:00
## 5519 2022-12-16 20:06:45      TRUE 2022-12-16 20:00:00
## 5520 2022-12-16 20:06:37      TRUE 2022-12-16 20:00:00
## 5521 2022-12-16 20:06:32      TRUE 2022-12-16 20:00:00
## 5522 2022-12-16 20:06:28      TRUE 2022-12-16 20:00:00
## 5523 2022-12-16 20:06:26      TRUE 2022-12-16 20:00:00
## 5524 2022-12-16 20:06:26      TRUE 2022-12-16 20:00:00
## 5525 2022-12-16 20:06:25      TRUE 2022-12-16 20:00:00
## 5526 2022-12-16 20:06:23      TRUE 2022-12-16 20:00:00
## 5527 2022-12-16 20:06:21      TRUE 2022-12-16 20:00:00
## 5528 2022-12-16 20:06:04      TRUE 2022-12-16 20:00:00
## 5529 2022-12-16 20:06:01      TRUE 2022-12-16 20:00:00
## 5530 2022-12-16 20:05:49      TRUE 2022-12-16 20:00:00
## 5531 2022-12-16 20:05:45      TRUE 2022-12-16 20:00:00
## 5532 2022-12-16 20:05:39      TRUE 2022-12-16 20:00:00
## 5533 2022-12-16 20:05:31      TRUE 2022-12-16 20:00:00
## 5534 2022-12-16 20:05:23      TRUE 2022-12-16 20:00:00
## 5535 2022-12-16 20:05:21      TRUE 2022-12-16 20:00:00
## 5536 2022-12-16 20:05:19      TRUE 2022-12-16 20:00:00
## 5537 2022-12-16 20:05:19      TRUE 2022-12-16 20:00:00
## 5538 2022-12-16 20:05:15      TRUE 2022-12-16 20:00:00
## 5539 2022-12-16 20:05:11      TRUE 2022-12-16 20:00:00
## 5540 2022-12-16 20:05:09      TRUE 2022-12-16 20:00:00
## 5541 2022-12-16 20:05:06      TRUE 2022-12-16 20:00:00
## 5542 2022-12-16 20:05:03      TRUE 2022-12-16 20:00:00
## 5543 2022-12-16 20:05:02      TRUE 2022-12-16 20:00:00
## 5544 2022-12-16 20:04:58      TRUE 2022-12-16 20:00:00
## 5545 2022-12-16 20:04:56      TRUE 2022-12-16 20:00:00
## 5546 2022-12-16 20:04:55      TRUE 2022-12-16 20:00:00
## 5547 2022-12-16 20:04:48      TRUE 2022-12-16 20:00:00
## 5548 2022-12-16 20:04:48      TRUE 2022-12-16 20:00:00
## 5549 2022-12-16 20:04:44      TRUE 2022-12-16 20:00:00
## 5550 2022-12-16 20:04:42      TRUE 2022-12-16 20:00:00
## 5551 2022-12-16 20:04:39      TRUE 2022-12-16 20:00:00
## 5552 2022-12-16 20:04:35      TRUE 2022-12-16 20:00:00
## 5553 2022-12-16 20:04:34      TRUE 2022-12-16 20:00:00
## 5554 2022-12-16 20:04:29      TRUE 2022-12-16 20:00:00
## 5555 2022-12-16 20:04:24      TRUE 2022-12-16 20:00:00
## 5556 2022-12-16 20:04:23      TRUE 2022-12-16 20:00:00
## 5557 2022-12-16 20:04:20      TRUE 2022-12-16 20:00:00
## 5558 2022-12-16 20:04:16      TRUE 2022-12-16 20:00:00
## 5559 2022-12-16 20:04:11      TRUE 2022-12-16 20:00:00
## 5560 2022-12-16 20:04:10      TRUE 2022-12-16 20:00:00
## 5561 2022-12-16 20:04:09      TRUE 2022-12-16 20:00:00
## 5562 2022-12-16 20:04:08      TRUE 2022-12-16 20:00:00
## 5563 2022-12-16 20:03:56      TRUE 2022-12-16 20:00:00
## 5564 2022-12-16 20:03:55      TRUE 2022-12-16 20:00:00
## 5565 2022-12-16 20:03:52      TRUE 2022-12-16 20:00:00
## 5566 2022-12-16 20:03:42      TRUE 2022-12-16 20:00:00
## 5567 2022-12-16 20:03:40      TRUE 2022-12-16 20:00:00
## 5568 2022-12-16 20:03:39      TRUE 2022-12-16 20:00:00
## 5569 2022-12-16 20:03:38      TRUE 2022-12-16 20:00:00
## 5570 2022-12-16 20:03:34      TRUE 2022-12-16 20:00:00
## 5571 2022-12-16 20:03:23      TRUE 2022-12-16 20:00:00
## 5572 2022-12-16 20:03:13      TRUE 2022-12-16 20:00:00
## 5573 2022-12-16 20:03:13      TRUE 2022-12-16 20:00:00
## 5574 2022-12-16 20:03:01      TRUE 2022-12-16 20:00:00
## 5575 2022-12-16 20:02:58      TRUE 2022-12-16 20:00:00
## 5576 2022-12-16 20:02:56      TRUE 2022-12-16 20:00:00
## 5577 2022-12-16 20:02:54      TRUE 2022-12-16 20:00:00
## 5578 2022-12-16 20:02:53      TRUE 2022-12-16 20:00:00
## 5579 2022-12-16 20:02:49      TRUE 2022-12-16 20:00:00
## 5580 2022-12-16 20:02:47      TRUE 2022-12-16 20:00:00
## 5581 2022-12-16 20:02:41      TRUE 2022-12-16 20:00:00
## 5582 2022-12-16 20:02:40      TRUE 2022-12-16 20:00:00
## 5583 2022-12-16 20:02:40      TRUE 2022-12-16 20:00:00
## 5584 2022-12-16 20:02:36      TRUE 2022-12-16 20:00:00
## 5585 2022-12-16 20:02:33      TRUE 2022-12-16 20:00:00
## 5586 2022-12-16 20:02:32      TRUE 2022-12-16 20:00:00
## 5587 2022-12-16 20:02:31      TRUE 2022-12-16 20:00:00
## 5588 2022-12-16 20:02:22      TRUE 2022-12-16 20:00:00
## 5589 2022-12-16 20:02:15      TRUE 2022-12-16 20:00:00
## 5590 2022-12-16 20:02:12      TRUE 2022-12-16 20:00:00
## 5591 2022-12-16 20:02:10      TRUE 2022-12-16 20:00:00
## 5592 2022-12-16 20:02:06      TRUE 2022-12-16 20:00:00
## 5593 2022-12-16 20:02:05      TRUE 2022-12-16 20:00:00
## 5594 2022-12-16 20:01:49      TRUE 2022-12-16 20:00:00
## 5595 2022-12-16 20:01:39      TRUE 2022-12-16 20:00:00
## 5596 2022-12-16 20:01:34      TRUE 2022-12-16 20:00:00
## 5597 2022-12-16 20:01:27      TRUE 2022-12-16 20:00:00
## 5598 2022-12-16 20:01:25      TRUE 2022-12-16 20:00:00
## 5599 2022-12-16 20:01:23      TRUE 2022-12-16 20:00:00
## 5600 2022-12-16 20:01:22      TRUE 2022-12-16 20:00:00
## 5601 2022-12-16 20:01:08      TRUE 2022-12-16 20:00:00
## 5602 2022-12-16 20:01:05      TRUE 2022-12-16 20:00:00
## 5603 2022-12-16 20:01:03      TRUE 2022-12-16 20:00:00
## 5604 2022-12-16 20:01:02      TRUE 2022-12-16 20:00:00
## 5605 2022-12-16 20:00:59      TRUE 2022-12-16 20:00:00
## 5606 2022-12-16 20:00:59      TRUE 2022-12-16 20:00:00
## 5607 2022-12-16 20:00:58      TRUE 2022-12-16 20:00:00
## 5608 2022-12-16 20:00:58      TRUE 2022-12-16 20:00:00
## 5609 2022-12-16 20:00:55      TRUE 2022-12-16 20:00:00
## 5610 2022-12-16 20:00:54      TRUE 2022-12-16 20:00:00
## 5611 2022-12-16 20:00:52      TRUE 2022-12-16 20:00:00
## 5612 2022-12-16 20:00:38      TRUE 2022-12-16 20:00:00
## 5613 2022-12-16 20:00:34      TRUE 2022-12-16 20:00:00
## 5614 2022-12-16 20:00:33      TRUE 2022-12-16 20:00:00
## 5615 2022-12-16 20:00:33      TRUE 2022-12-16 20:00:00
## 5616 2022-12-16 20:00:26      TRUE 2022-12-16 20:00:00
## 5617 2022-12-16 20:00:23      TRUE 2022-12-16 20:00:00
## 5618 2022-12-16 20:00:23      TRUE 2022-12-16 20:00:00
## 5619 2022-12-16 20:00:18      TRUE 2022-12-16 20:00:00
## 5620 2022-12-16 20:00:15      TRUE 2022-12-16 20:00:00
## 5621 2022-12-16 20:00:12      TRUE 2022-12-16 20:00:00
## 5622 2022-12-16 20:00:11      TRUE 2022-12-16 20:00:00
## 5623 2022-12-16 20:00:02      TRUE 2022-12-16 20:00:00
## 5624 2022-12-16 20:00:01      TRUE 2022-12-16 20:00:00
## 5625 2022-12-16 19:59:56      TRUE 2022-12-16 20:00:00
## 5626 2022-12-16 19:59:52      TRUE 2022-12-16 20:00:00
## 5627 2022-12-16 19:59:50      TRUE 2022-12-16 20:00:00
## 5628 2022-12-16 19:59:48      TRUE 2022-12-16 20:00:00
## 5629 2022-12-16 19:59:39      TRUE 2022-12-16 20:00:00
## 5630 2022-12-16 19:59:34      TRUE 2022-12-16 20:00:00
## 5631 2022-12-16 19:59:28      TRUE 2022-12-16 20:00:00
## 5632 2022-12-16 19:59:22      TRUE 2022-12-16 20:00:00
## 5633 2022-12-16 19:59:15      TRUE 2022-12-16 20:00:00
## 5634 2022-12-16 19:58:58      TRUE 2022-12-16 20:00:00
## 5635 2022-12-16 19:58:57      TRUE 2022-12-16 20:00:00
## 5636 2022-12-16 19:58:55      TRUE 2022-12-16 20:00:00
## 5637 2022-12-16 19:58:45      TRUE 2022-12-16 20:00:00
## 5638 2022-12-16 19:58:44      TRUE 2022-12-16 20:00:00
## 5639 2022-12-16 19:58:42      TRUE 2022-12-16 20:00:00
## 5640 2022-12-16 19:58:37      TRUE 2022-12-16 20:00:00
## 5641 2022-12-16 19:58:34      TRUE 2022-12-16 20:00:00
## 5642 2022-12-16 19:58:32      TRUE 2022-12-16 20:00:00
## 5643 2022-12-16 19:58:31      TRUE 2022-12-16 20:00:00
## 5644 2022-12-16 19:58:24      TRUE 2022-12-16 20:00:00
## 5645 2022-12-16 19:58:24      TRUE 2022-12-16 20:00:00
## 5646 2022-12-16 19:58:22      TRUE 2022-12-16 20:00:00
## 5647 2022-12-16 19:58:22      TRUE 2022-12-16 20:00:00
## 5648 2022-12-16 19:58:21      TRUE 2022-12-16 20:00:00
## 5649 2022-12-16 19:58:17      TRUE 2022-12-16 20:00:00
## 5650 2022-12-16 19:58:17      TRUE 2022-12-16 20:00:00
## 5651 2022-12-16 19:58:12      TRUE 2022-12-16 20:00:00
## 5652 2022-12-16 19:58:12      TRUE 2022-12-16 20:00:00
## 5653 2022-12-16 19:58:08      TRUE 2022-12-16 20:00:00
## 5654 2022-12-16 19:57:58      TRUE 2022-12-16 20:00:00
## 5655 2022-12-16 19:57:53      TRUE 2022-12-16 20:00:00
## 5656 2022-12-16 19:57:52      TRUE 2022-12-16 20:00:00
## 5657 2022-12-16 19:57:51      TRUE 2022-12-16 20:00:00
## 5658 2022-12-16 19:57:50      TRUE 2022-12-16 20:00:00
## 5659 2022-12-16 19:57:47      TRUE 2022-12-16 20:00:00
## 5660 2022-12-16 19:57:45      TRUE 2022-12-16 20:00:00
## 5661 2022-12-16 19:57:45      TRUE 2022-12-16 20:00:00
## 5662 2022-12-16 19:57:44      TRUE 2022-12-16 20:00:00
## 5663 2022-12-16 19:57:43      TRUE 2022-12-16 20:00:00
## 5664 2022-12-16 19:57:40      TRUE 2022-12-16 20:00:00
## 5665 2022-12-16 19:57:35      TRUE 2022-12-16 20:00:00
## 5666 2022-12-16 19:57:29      TRUE 2022-12-16 20:00:00
## 5667 2022-12-16 19:57:28      TRUE 2022-12-16 20:00:00
## 5668 2022-12-16 19:57:16      TRUE 2022-12-16 20:00:00
## 5669 2022-12-16 19:57:11      TRUE 2022-12-16 20:00:00
## 5670 2022-12-16 19:56:59      TRUE 2022-12-16 20:00:00
## 5671 2022-12-16 19:56:50      TRUE 2022-12-16 20:00:00
## 5672 2022-12-16 19:56:49      TRUE 2022-12-16 20:00:00
## 5673 2022-12-16 19:56:47      TRUE 2022-12-16 20:00:00
## 5674 2022-12-16 19:56:39      TRUE 2022-12-16 20:00:00
## 5675 2022-12-16 19:56:39      TRUE 2022-12-16 20:00:00
## 5676 2022-12-16 19:56:32      TRUE 2022-12-16 20:00:00
## 5677 2022-12-16 19:56:30      TRUE 2022-12-16 20:00:00
## 5678 2022-12-16 19:56:25      TRUE 2022-12-16 20:00:00
## 5679 2022-12-16 19:56:18      TRUE 2022-12-16 20:00:00
## 5680 2022-12-16 19:56:14      TRUE 2022-12-16 20:00:00
## 5681 2022-12-16 19:56:12      TRUE 2022-12-16 20:00:00
## 5682 2022-12-16 19:55:59      TRUE 2022-12-16 20:00:00
## 5683 2022-12-16 19:55:59      TRUE 2022-12-16 20:00:00
## 5684 2022-12-16 19:55:51      TRUE 2022-12-16 20:00:00
## 5685 2022-12-16 19:55:49      TRUE 2022-12-16 20:00:00
## 5686 2022-12-16 19:55:28      TRUE 2022-12-16 20:00:00
## 5687 2022-12-16 19:55:28      TRUE 2022-12-16 20:00:00
## 5688 2022-12-16 19:55:25      TRUE 2022-12-16 20:00:00
## 5689 2022-12-16 19:55:23      TRUE 2022-12-16 20:00:00
## 5690 2022-12-16 19:55:20      TRUE 2022-12-16 20:00:00
## 5691 2022-12-16 19:55:19      TRUE 2022-12-16 20:00:00
## 5692 2022-12-16 19:55:18      TRUE 2022-12-16 20:00:00
## 5693 2022-12-16 19:55:12      TRUE 2022-12-16 20:00:00
## 5694 2022-12-16 19:55:12      TRUE 2022-12-16 20:00:00
## 5695 2022-12-16 19:55:10      TRUE 2022-12-16 20:00:00
## 5696 2022-12-16 19:54:57      TRUE 2022-12-16 20:00:00
## 5697 2022-12-16 19:54:54      TRUE 2022-12-16 20:00:00
## 5698 2022-12-16 19:54:50      TRUE 2022-12-16 20:00:00
## 5699 2022-12-16 19:54:44      TRUE 2022-12-16 20:00:00
## 5700 2022-12-16 19:54:40      TRUE 2022-12-16 20:00:00
## 5701 2022-12-16 19:54:38      TRUE 2022-12-16 20:00:00
## 5702 2022-12-16 19:54:34      TRUE 2022-12-16 20:00:00
## 5703 2022-12-16 19:54:34      TRUE 2022-12-16 20:00:00
## 5704 2022-12-16 19:54:33      TRUE 2022-12-16 20:00:00
## 5705 2022-12-16 19:54:33      TRUE 2022-12-16 20:00:00
## 5706 2022-12-16 19:54:32      TRUE 2022-12-16 20:00:00
## 5707 2022-12-16 19:54:31      TRUE 2022-12-16 20:00:00
## 5708 2022-12-16 19:54:21      TRUE 2022-12-16 20:00:00
## 5709 2022-12-16 19:53:56      TRUE 2022-12-16 20:00:00
## 5710 2022-12-16 19:53:55      TRUE 2022-12-16 20:00:00
## 5711 2022-12-16 19:53:52      TRUE 2022-12-16 20:00:00
## 5712 2022-12-16 19:53:52      TRUE 2022-12-16 20:00:00
## 5713 2022-12-16 19:53:37      TRUE 2022-12-16 20:00:00
## 5714 2022-12-16 19:53:34      TRUE 2022-12-16 20:00:00
## 5715 2022-12-16 19:53:33      TRUE 2022-12-16 20:00:00
## 5716 2022-12-16 19:53:31      TRUE 2022-12-16 20:00:00
## 5717 2022-12-16 19:53:29      TRUE 2022-12-16 20:00:00
## 5718 2022-12-16 19:53:26      TRUE 2022-12-16 20:00:00
## 5719 2022-12-16 19:53:22      TRUE 2022-12-16 20:00:00
## 5720 2022-12-16 19:53:18      TRUE 2022-12-16 20:00:00
## 5721 2022-12-16 19:53:14      TRUE 2022-12-16 20:00:00
## 5722 2022-12-16 19:53:14      TRUE 2022-12-16 20:00:00
## 5723 2022-12-16 19:53:10      TRUE 2022-12-16 20:00:00
## 5724 2022-12-16 19:53:08      TRUE 2022-12-16 20:00:00
## 5725 2022-12-16 19:53:07      TRUE 2022-12-16 20:00:00
## 5726 2022-12-16 19:52:59      TRUE 2022-12-16 20:00:00
## 5727 2022-12-16 19:52:57      TRUE 2022-12-16 20:00:00
## 5728 2022-12-16 19:52:56      TRUE 2022-12-16 20:00:00
## 5729 2022-12-16 19:52:38      TRUE 2022-12-16 20:00:00
## 5730 2022-12-16 19:52:32      TRUE 2022-12-16 20:00:00
## 5731 2022-12-16 19:52:30      TRUE 2022-12-16 20:00:00
## 5732 2022-12-16 19:52:29      TRUE 2022-12-16 20:00:00
## 5733 2022-12-16 19:52:29      TRUE 2022-12-16 20:00:00
## 5734 2022-12-16 19:52:26      TRUE 2022-12-16 20:00:00
## 5735 2022-12-16 19:52:24      TRUE 2022-12-16 20:00:00
## 5736 2022-12-16 19:52:20      TRUE 2022-12-16 20:00:00
## 5737 2022-12-16 19:52:20      TRUE 2022-12-16 20:00:00
## 5738 2022-12-16 19:52:18      TRUE 2022-12-16 20:00:00
## 5739 2022-12-16 19:52:18      TRUE 2022-12-16 20:00:00
## 5740 2022-12-16 19:52:14      TRUE 2022-12-16 20:00:00
## 5741 2022-12-16 19:52:09      TRUE 2022-12-16 20:00:00
## 5742 2022-12-16 19:52:08      TRUE 2022-12-16 20:00:00
## 5743 2022-12-16 19:52:05      TRUE 2022-12-16 20:00:00
## 5744 2022-12-16 19:52:05      TRUE 2022-12-16 20:00:00
## 5745 2022-12-16 19:52:04      TRUE 2022-12-16 20:00:00
## 5746 2022-12-16 19:51:59      TRUE 2022-12-16 20:00:00
## 5747 2022-12-16 19:51:58      TRUE 2022-12-16 20:00:00
## 5748 2022-12-16 19:51:57      TRUE 2022-12-16 20:00:00
## 5749 2022-12-16 19:51:57      TRUE 2022-12-16 20:00:00
## 5750 2022-12-16 19:51:54      TRUE 2022-12-16 20:00:00
## 5751 2022-12-16 19:51:51      TRUE 2022-12-16 20:00:00
## 5752 2022-12-16 19:51:51      TRUE 2022-12-16 20:00:00
## 5753 2022-12-16 19:51:50      TRUE 2022-12-16 20:00:00
## 5754 2022-12-16 19:51:48      TRUE 2022-12-16 20:00:00
## 5755 2022-12-16 19:51:44      TRUE 2022-12-16 20:00:00
## 5756 2022-12-16 19:51:35      TRUE 2022-12-16 20:00:00
## 5757 2022-12-16 19:51:32      TRUE 2022-12-16 20:00:00
## 5758 2022-12-16 19:51:31      TRUE 2022-12-16 20:00:00
## 5759 2022-12-16 19:51:30      TRUE 2022-12-16 20:00:00
## 5760 2022-12-16 19:51:21      TRUE 2022-12-16 20:00:00
## 5761 2022-12-16 19:51:18      TRUE 2022-12-16 20:00:00
## 5762 2022-12-16 19:51:11      TRUE 2022-12-16 20:00:00
## 5763 2022-12-16 19:51:06      TRUE 2022-12-16 20:00:00
## 5764 2022-12-16 19:50:51      TRUE 2022-12-16 20:00:00
## 5765 2022-12-16 19:50:50      TRUE 2022-12-16 20:00:00
## 5766 2022-12-16 19:50:47      TRUE 2022-12-16 20:00:00
## 5767 2022-12-16 19:50:40      TRUE 2022-12-16 20:00:00
## 5768 2022-12-16 19:50:40      TRUE 2022-12-16 20:00:00
## 5769 2022-12-16 19:50:34      TRUE 2022-12-16 20:00:00
## 5770 2022-12-16 19:50:30      TRUE 2022-12-16 20:00:00
## 5771 2022-12-16 19:50:27      TRUE 2022-12-16 20:00:00
## 5772 2022-12-16 19:50:25      TRUE 2022-12-16 20:00:00
## 5773 2022-12-16 19:50:04      TRUE 2022-12-16 20:00:00
## 5774 2022-12-16 19:49:54      TRUE 2022-12-16 20:00:00
## 5775 2022-12-16 19:49:37      TRUE 2022-12-16 20:00:00
## 5776 2022-12-16 19:49:28      TRUE 2022-12-16 20:00:00
## 5777 2022-12-16 19:49:26      TRUE 2022-12-16 20:00:00
## 5778 2022-12-16 19:49:24      TRUE 2022-12-16 20:00:00
## 5779 2022-12-16 19:49:18      TRUE 2022-12-16 20:00:00
## 5780 2022-12-16 19:48:58      TRUE 2022-12-16 20:00:00
## 5781 2022-12-16 19:48:55      TRUE 2022-12-16 20:00:00
## 5782 2022-12-16 19:48:51      TRUE 2022-12-16 20:00:00
## 5783 2022-12-16 19:48:48      TRUE 2022-12-16 20:00:00
## 5784 2022-12-16 19:48:44      TRUE 2022-12-16 20:00:00
## 5785 2022-12-16 19:48:35      TRUE 2022-12-16 20:00:00
## 5786 2022-12-16 19:48:17      TRUE 2022-12-16 20:00:00
## 5787 2022-12-16 19:48:15      TRUE 2022-12-16 20:00:00
## 5788 2022-12-16 19:48:13      TRUE 2022-12-16 20:00:00
## 5789 2022-12-16 19:48:13      TRUE 2022-12-16 20:00:00
## 5790 2022-12-16 19:48:09      TRUE 2022-12-16 20:00:00
## 5791 2022-12-16 19:48:06      TRUE 2022-12-16 20:00:00
## 5792 2022-12-16 19:48:06      TRUE 2022-12-16 20:00:00
## 5793 2022-12-16 19:48:03      TRUE 2022-12-16 20:00:00
## 5794 2022-12-16 19:48:01      TRUE 2022-12-16 20:00:00
## 5795 2022-12-16 19:47:58      TRUE 2022-12-16 20:00:00
## 5796 2022-12-16 19:47:51      TRUE 2022-12-16 20:00:00
## 5797 2022-12-16 19:47:49      TRUE 2022-12-16 20:00:00
## 5798 2022-12-16 19:47:46      TRUE 2022-12-16 20:00:00
## 5799 2022-12-16 19:47:40      TRUE 2022-12-16 20:00:00
## 5800 2022-12-16 19:47:39      TRUE 2022-12-16 20:00:00
## 5801 2022-12-16 19:47:36      TRUE 2022-12-16 20:00:00
## 5802 2022-12-16 19:47:27      TRUE 2022-12-16 20:00:00
## 5803 2022-12-16 19:47:18      TRUE 2022-12-16 20:00:00
## 5804 2022-12-16 19:47:16      TRUE 2022-12-16 20:00:00
## 5805 2022-12-16 19:47:16      TRUE 2022-12-16 20:00:00
## 5806 2022-12-16 19:47:16      TRUE 2022-12-16 20:00:00
## 5807 2022-12-16 19:47:12      TRUE 2022-12-16 20:00:00
## 5808 2022-12-16 19:47:04      TRUE 2022-12-16 20:00:00
## 5809 2022-12-16 19:47:02      TRUE 2022-12-16 20:00:00
## 5810 2022-12-16 19:47:01      TRUE 2022-12-16 20:00:00
## 5811 2022-12-16 19:46:58      TRUE 2022-12-16 20:00:00
## 5812 2022-12-16 19:46:42      TRUE 2022-12-16 20:00:00
## 5813 2022-12-16 19:46:41      TRUE 2022-12-16 20:00:00
## 5814 2022-12-16 19:46:32      TRUE 2022-12-16 20:00:00
## 5815 2022-12-16 19:46:21      TRUE 2022-12-16 20:00:00
## 5816 2022-12-16 19:46:17      TRUE 2022-12-16 20:00:00
## 5817 2022-12-16 19:46:12      TRUE 2022-12-16 20:00:00
## 5818 2022-12-16 19:46:02      TRUE 2022-12-16 20:00:00
## 5819 2022-12-16 19:45:46      TRUE 2022-12-16 20:00:00
## 5820 2022-12-16 19:45:39      TRUE 2022-12-16 20:00:00
## 5821 2022-12-16 19:45:37      TRUE 2022-12-16 20:00:00
## 5822 2022-12-16 19:45:34      TRUE 2022-12-16 20:00:00
## 5823 2022-12-16 19:45:31      TRUE 2022-12-16 20:00:00
## 5824 2022-12-16 19:45:27      TRUE 2022-12-16 20:00:00
## 5825 2022-12-16 19:45:25      TRUE 2022-12-16 20:00:00
## 5826 2022-12-16 19:45:22      TRUE 2022-12-16 20:00:00
## 5827 2022-12-16 19:45:19      TRUE 2022-12-16 20:00:00
## 5828 2022-12-16 19:45:13      TRUE 2022-12-16 20:00:00
## 5829 2022-12-16 19:45:04      TRUE 2022-12-16 20:00:00
## 5830 2022-12-16 19:45:03      TRUE 2022-12-16 20:00:00
## 5831 2022-12-16 19:44:59      TRUE 2022-12-16 20:00:00
## 5832 2022-12-16 19:44:57      TRUE 2022-12-16 20:00:00
## 5833 2022-12-16 19:44:56      TRUE 2022-12-16 20:00:00
## 5834 2022-12-16 19:44:51      TRUE 2022-12-16 20:00:00
## 5835 2022-12-16 19:44:45      TRUE 2022-12-16 20:00:00
## 5836 2022-12-16 19:44:42      TRUE 2022-12-16 20:00:00
## 5837 2022-12-16 19:44:36      TRUE 2022-12-16 20:00:00
## 5838 2022-12-16 19:44:33      TRUE 2022-12-16 20:00:00
## 5839 2022-12-16 19:44:29      TRUE 2022-12-16 20:00:00
## 5840 2022-12-16 19:44:25      TRUE 2022-12-16 20:00:00
## 5841 2022-12-16 19:44:24      TRUE 2022-12-16 20:00:00
## 5842 2022-12-16 19:44:21      TRUE 2022-12-16 20:00:00
## 5843 2022-12-16 19:44:15      TRUE 2022-12-16 20:00:00
## 5844 2022-12-16 19:44:14      TRUE 2022-12-16 20:00:00
## 5845 2022-12-16 19:44:13      TRUE 2022-12-16 20:00:00
## 5846 2022-12-16 19:44:03      TRUE 2022-12-16 20:00:00
## 5847 2022-12-16 19:44:03      TRUE 2022-12-16 20:00:00
## 5848 2022-12-16 19:44:02      TRUE 2022-12-16 20:00:00
## 5849 2022-12-16 19:43:56      TRUE 2022-12-16 20:00:00
## 5850 2022-12-16 19:43:52      TRUE 2022-12-16 20:00:00
## 5851 2022-12-16 19:43:51      TRUE 2022-12-16 20:00:00
## 5852 2022-12-16 19:43:45      TRUE 2022-12-16 20:00:00
## 5853 2022-12-16 19:43:44      TRUE 2022-12-16 20:00:00
## 5854 2022-12-16 19:43:42      TRUE 2022-12-16 20:00:00
## 5855 2022-12-16 19:43:41      TRUE 2022-12-16 20:00:00
## 5856 2022-12-16 19:43:37      TRUE 2022-12-16 20:00:00
## 5857 2022-12-16 19:43:29      TRUE 2022-12-16 20:00:00
## 5858 2022-12-16 19:43:20      TRUE 2022-12-16 20:00:00
## 5859 2022-12-16 19:43:14      TRUE 2022-12-16 20:00:00
## 5860 2022-12-16 19:43:12      TRUE 2022-12-16 20:00:00
## 5861 2022-12-16 19:43:09      TRUE 2022-12-16 20:00:00
## 5862 2022-12-16 19:43:03      TRUE 2022-12-16 20:00:00
## 5863 2022-12-16 19:43:00      TRUE 2022-12-16 20:00:00
## 5864 2022-12-16 19:42:56      TRUE 2022-12-16 20:00:00
## 5865 2022-12-16 19:42:55      TRUE 2022-12-16 20:00:00
## 5866 2022-12-16 19:42:49      TRUE 2022-12-16 20:00:00
## 5867 2022-12-16 19:42:49      TRUE 2022-12-16 20:00:00
## 5868 2022-12-16 19:42:32      TRUE 2022-12-16 20:00:00
## 5869 2022-12-16 19:42:31      TRUE 2022-12-16 20:00:00
## 5870 2022-12-16 19:42:25      TRUE 2022-12-16 20:00:00
## 5871 2022-12-16 19:42:21      TRUE 2022-12-16 20:00:00
## 5872 2022-12-16 19:42:19      TRUE 2022-12-16 20:00:00
## 5873 2022-12-16 19:42:12      TRUE 2022-12-16 20:00:00
## 5874 2022-12-16 19:41:59      TRUE 2022-12-16 20:00:00
## 5875 2022-12-16 19:41:58      TRUE 2022-12-16 20:00:00
## 5876 2022-12-16 19:41:54      TRUE 2022-12-16 20:00:00
## 5877 2022-12-16 19:41:54      TRUE 2022-12-16 20:00:00
## 5878 2022-12-16 19:41:51      TRUE 2022-12-16 20:00:00
## 5879 2022-12-16 19:41:47      TRUE 2022-12-16 20:00:00
## 5880 2022-12-16 19:41:44      TRUE 2022-12-16 20:00:00
## 5881 2022-12-16 19:41:41      TRUE 2022-12-16 20:00:00
## 5882 2022-12-16 19:41:38      TRUE 2022-12-16 20:00:00
## 5883 2022-12-16 19:41:24      TRUE 2022-12-16 20:00:00
## 5884 2022-12-16 19:41:21      TRUE 2022-12-16 20:00:00
## 5885 2022-12-16 19:41:17      TRUE 2022-12-16 20:00:00
## 5886 2022-12-16 19:41:14      TRUE 2022-12-16 20:00:00
## 5887 2022-12-16 19:41:10      TRUE 2022-12-16 20:00:00
## 5888 2022-12-16 19:41:09      TRUE 2022-12-16 20:00:00
## 5889 2022-12-16 19:41:09      TRUE 2022-12-16 20:00:00
## 5890 2022-12-16 19:41:05      TRUE 2022-12-16 20:00:00
## 5891 2022-12-16 19:41:03      TRUE 2022-12-16 20:00:00
## 5892 2022-12-16 19:40:44      TRUE 2022-12-16 20:00:00
## 5893 2022-12-16 19:40:36      TRUE 2022-12-16 20:00:00
## 5894 2022-12-16 19:40:32      TRUE 2022-12-16 20:00:00
## 5895 2022-12-16 19:40:16      TRUE 2022-12-16 20:00:00
## 5896 2022-12-16 19:40:09      TRUE 2022-12-16 20:00:00
## 5897 2022-12-16 19:40:09      TRUE 2022-12-16 20:00:00
## 5898 2022-12-16 19:40:08      TRUE 2022-12-16 20:00:00
## 5899 2022-12-16 19:40:06      TRUE 2022-12-16 20:00:00
## 5900 2022-12-16 19:40:05      TRUE 2022-12-16 20:00:00
## 5901 2022-12-16 19:40:03      TRUE 2022-12-16 20:00:00
## 5902 2022-12-16 19:40:03      TRUE 2022-12-16 20:00:00
## 5903 2022-12-16 19:40:02      TRUE 2022-12-16 20:00:00
## 5904 2022-12-16 19:40:01      TRUE 2022-12-16 20:00:00
## 5905 2022-12-16 19:39:55      TRUE 2022-12-16 20:00:00
## 5906 2022-12-16 19:39:52      TRUE 2022-12-16 20:00:00
## 5907 2022-12-16 19:39:47      TRUE 2022-12-16 20:00:00
## 5908 2022-12-16 19:39:46      TRUE 2022-12-16 20:00:00
## 5909 2022-12-16 19:39:46      TRUE 2022-12-16 20:00:00
## 5910 2022-12-16 19:39:45      TRUE 2022-12-16 20:00:00
## 5911 2022-12-16 19:39:43      TRUE 2022-12-16 20:00:00
## 5912 2022-12-16 19:39:39      TRUE 2022-12-16 20:00:00
## 5913 2022-12-16 19:39:36      TRUE 2022-12-16 20:00:00
## 5914 2022-12-16 19:39:36      TRUE 2022-12-16 20:00:00
## 5915 2022-12-16 19:39:36      TRUE 2022-12-16 20:00:00
## 5916 2022-12-16 19:39:30      TRUE 2022-12-16 20:00:00
## 5917 2022-12-16 19:39:28      TRUE 2022-12-16 20:00:00
## 5918 2022-12-16 19:39:21      TRUE 2022-12-16 20:00:00
## 5919 2022-12-16 19:39:16      TRUE 2022-12-16 20:00:00
## 5920 2022-12-16 19:39:14      TRUE 2022-12-16 20:00:00
## 5921 2022-12-16 19:39:14      TRUE 2022-12-16 20:00:00
## 5922 2022-12-16 19:39:11      TRUE 2022-12-16 20:00:00
## 5923 2022-12-16 19:39:00      TRUE 2022-12-16 20:00:00
## 5924 2022-12-16 19:38:57      TRUE 2022-12-16 20:00:00
## 5925 2022-12-16 19:38:53      TRUE 2022-12-16 20:00:00
## 5926 2022-12-16 19:38:50      TRUE 2022-12-16 20:00:00
## 5927 2022-12-16 19:38:49      TRUE 2022-12-16 20:00:00
## 5928 2022-12-16 19:38:48      TRUE 2022-12-16 20:00:00
## 5929 2022-12-16 19:38:45      TRUE 2022-12-16 20:00:00
## 5930 2022-12-16 19:38:42      TRUE 2022-12-16 20:00:00
## 5931 2022-12-16 19:38:39      TRUE 2022-12-16 20:00:00
## 5932 2022-12-16 19:38:34      TRUE 2022-12-16 20:00:00
## 5933 2022-12-16 19:38:33      TRUE 2022-12-16 20:00:00
## 5934 2022-12-16 19:38:31      TRUE 2022-12-16 20:00:00
## 5935 2022-12-16 19:38:29      TRUE 2022-12-16 20:00:00
## 5936 2022-12-16 19:38:29      TRUE 2022-12-16 20:00:00
## 5937 2022-12-16 19:38:29      TRUE 2022-12-16 20:00:00
## 5938 2022-12-16 19:38:09      TRUE 2022-12-16 20:00:00
## 5939 2022-12-16 19:38:08      TRUE 2022-12-16 20:00:00
## 5940 2022-12-16 19:38:06      TRUE 2022-12-16 20:00:00
## 5941 2022-12-16 19:37:57      TRUE 2022-12-16 20:00:00
## 5942 2022-12-16 19:37:55      TRUE 2022-12-16 20:00:00
## 5943 2022-12-16 19:37:54      TRUE 2022-12-16 20:00:00
## 5944 2022-12-16 19:37:47      TRUE 2022-12-16 20:00:00
## 5945 2022-12-16 19:37:43      TRUE 2022-12-16 20:00:00
## 5946 2022-12-16 19:37:43      TRUE 2022-12-16 20:00:00
## 5947 2022-12-16 19:37:36      TRUE 2022-12-16 20:00:00
## 5948 2022-12-16 19:37:32      TRUE 2022-12-16 20:00:00
## 5949 2022-12-16 19:37:29      TRUE 2022-12-16 20:00:00
## 5950 2022-12-16 19:37:29      TRUE 2022-12-16 20:00:00
## 5951 2022-12-16 19:37:19      TRUE 2022-12-16 20:00:00
## 5952 2022-12-16 19:37:10      TRUE 2022-12-16 20:00:00
## 5953 2022-12-16 19:37:08      TRUE 2022-12-16 20:00:00
## 5954 2022-12-16 19:37:01      TRUE 2022-12-16 20:00:00
## 5955 2022-12-16 19:36:58      TRUE 2022-12-16 20:00:00
## 5956 2022-12-16 19:36:58      TRUE 2022-12-16 20:00:00
## 5957 2022-12-16 19:36:58      TRUE 2022-12-16 20:00:00
## 5958 2022-12-16 19:36:50      TRUE 2022-12-16 20:00:00
## 5959 2022-12-16 19:36:50      TRUE 2022-12-16 20:00:00
## 5960 2022-12-16 19:36:48      TRUE 2022-12-16 20:00:00
## 5961 2022-12-16 19:36:46      TRUE 2022-12-16 20:00:00
## 5962 2022-12-16 19:36:45      TRUE 2022-12-16 20:00:00
## 5963 2022-12-16 19:36:45      TRUE 2022-12-16 20:00:00
## 5964 2022-12-16 19:36:37      TRUE 2022-12-16 20:00:00
## 5965 2022-12-16 19:36:36      TRUE 2022-12-16 20:00:00
## 5966 2022-12-16 19:36:24      TRUE 2022-12-16 20:00:00
## 5967 2022-12-16 19:36:23      TRUE 2022-12-16 20:00:00
## 5968 2022-12-16 19:36:14      TRUE 2022-12-16 20:00:00
## 5969 2022-12-16 19:36:13      TRUE 2022-12-16 20:00:00
## 5970 2022-12-16 19:36:01      TRUE 2022-12-16 20:00:00
## 5971 2022-12-16 19:35:58      TRUE 2022-12-16 20:00:00
## 5972 2022-12-16 19:35:52      TRUE 2022-12-16 20:00:00
## 5973 2022-12-16 19:35:51      TRUE 2022-12-16 20:00:00
## 5974 2022-12-16 19:35:49      TRUE 2022-12-16 20:00:00
## 5975 2022-12-16 19:35:45      TRUE 2022-12-16 20:00:00
## 5976 2022-12-16 19:35:45      TRUE 2022-12-16 20:00:00
## 5977 2022-12-16 19:35:39      TRUE 2022-12-16 20:00:00
## 5978 2022-12-16 19:35:31      TRUE 2022-12-16 20:00:00
## 5979 2022-12-16 19:35:30      TRUE 2022-12-16 20:00:00
## 5980 2022-12-16 19:35:27      TRUE 2022-12-16 20:00:00
## 5981 2022-12-16 19:35:16      TRUE 2022-12-16 20:00:00
## 5982 2022-12-16 19:35:12      TRUE 2022-12-16 20:00:00
## 5983 2022-12-16 19:35:07      TRUE 2022-12-16 20:00:00
## 5984 2022-12-16 19:35:05      TRUE 2022-12-16 20:00:00
## 5985 2022-12-16 19:35:01      TRUE 2022-12-16 20:00:00
## 5986 2022-12-16 19:34:58      TRUE 2022-12-16 20:00:00
## 5987 2022-12-16 19:34:54      TRUE 2022-12-16 20:00:00
## 5988 2022-12-16 19:34:49      TRUE 2022-12-16 20:00:00
## 5989 2022-12-16 19:34:47      TRUE 2022-12-16 20:00:00
## 5990 2022-12-16 19:34:44      TRUE 2022-12-16 20:00:00
## 5991 2022-12-16 19:34:36      TRUE 2022-12-16 20:00:00
## 5992 2022-12-16 19:34:32      TRUE 2022-12-16 20:00:00
## 5993 2022-12-16 19:34:32      TRUE 2022-12-16 20:00:00
## 5994 2022-12-16 19:34:29      TRUE 2022-12-16 20:00:00
## 5995 2022-12-16 19:34:28      TRUE 2022-12-16 20:00:00
## 5996 2022-12-16 19:34:28      TRUE 2022-12-16 20:00:00
## 5997 2022-12-16 19:34:23      TRUE 2022-12-16 20:00:00
## 5998 2022-12-16 19:34:21      TRUE 2022-12-16 20:00:00
## 5999 2022-12-16 19:34:20      TRUE 2022-12-16 20:00:00
## 6000 2022-12-16 19:34:18      TRUE 2022-12-16 20:00:00
## 6001 2022-12-16 19:34:16      TRUE 2022-12-16 20:00:00
## 6002 2022-12-16 19:34:15      TRUE 2022-12-16 20:00:00
## 6003 2022-12-16 19:34:12      TRUE 2022-12-16 20:00:00
## 6004 2022-12-16 19:34:08      TRUE 2022-12-16 20:00:00
## 6005 2022-12-16 19:34:05      TRUE 2022-12-16 20:00:00
## 6006 2022-12-16 19:34:04      TRUE 2022-12-16 20:00:00
## 6007 2022-12-16 19:33:57      TRUE 2022-12-16 20:00:00
## 6008 2022-12-16 19:33:53      TRUE 2022-12-16 20:00:00
## 6009 2022-12-16 19:33:53      TRUE 2022-12-16 20:00:00
## 6010 2022-12-16 19:33:51      TRUE 2022-12-16 20:00:00
## 6011 2022-12-16 19:33:49      TRUE 2022-12-16 20:00:00
## 6012 2022-12-16 19:33:43      TRUE 2022-12-16 20:00:00
## 6013 2022-12-16 19:33:42      TRUE 2022-12-16 20:00:00
## 6014 2022-12-16 19:33:37      TRUE 2022-12-16 20:00:00
## 6015 2022-12-16 19:33:35      TRUE 2022-12-16 20:00:00
## 6016 2022-12-16 19:33:32      TRUE 2022-12-16 20:00:00
## 6017 2022-12-16 19:33:31      TRUE 2022-12-16 20:00:00
## 6018 2022-12-16 19:33:23      TRUE 2022-12-16 20:00:00
## 6019 2022-12-16 19:33:21      TRUE 2022-12-16 20:00:00
## 6020 2022-12-16 19:33:19      TRUE 2022-12-16 20:00:00
## 6021 2022-12-16 19:33:14      TRUE 2022-12-16 20:00:00
## 6022 2022-12-16 19:33:14      TRUE 2022-12-16 20:00:00
## 6023 2022-12-16 19:33:12      TRUE 2022-12-16 20:00:00
## 6024 2022-12-16 19:33:10      TRUE 2022-12-16 20:00:00
## 6025 2022-12-16 19:33:05      TRUE 2022-12-16 20:00:00
## 6026 2022-12-16 19:33:05      TRUE 2022-12-16 20:00:00
## 6027 2022-12-16 19:33:03      TRUE 2022-12-16 20:00:00
## 6028 2022-12-16 19:32:57      TRUE 2022-12-16 20:00:00
## 6029 2022-12-16 19:32:56      TRUE 2022-12-16 20:00:00
## 6030 2022-12-16 19:32:55      TRUE 2022-12-16 20:00:00
## 6031 2022-12-16 19:32:54      TRUE 2022-12-16 20:00:00
## 6032 2022-12-16 19:32:49      TRUE 2022-12-16 20:00:00
## 6033 2022-12-16 19:32:48      TRUE 2022-12-16 20:00:00
## 6034 2022-12-16 19:32:47      TRUE 2022-12-16 20:00:00
## 6035 2022-12-16 19:32:41      TRUE 2022-12-16 20:00:00
## 6036 2022-12-16 19:32:35      TRUE 2022-12-16 20:00:00
## 6037 2022-12-16 19:32:28      TRUE 2022-12-16 20:00:00
## 6038 2022-12-16 19:32:21      TRUE 2022-12-16 20:00:00
## 6039 2022-12-16 19:32:20      TRUE 2022-12-16 20:00:00
## 6040 2022-12-16 19:32:04      TRUE 2022-12-16 20:00:00
## 6041 2022-12-16 19:32:03      TRUE 2022-12-16 20:00:00
## 6042 2022-12-16 19:31:59      TRUE 2022-12-16 20:00:00
## 6043 2022-12-16 19:31:50      TRUE 2022-12-16 20:00:00
## 6044 2022-12-16 19:31:36      TRUE 2022-12-16 20:00:00
## 6045 2022-12-16 19:31:31      TRUE 2022-12-16 20:00:00
## 6046 2022-12-16 19:31:23      TRUE 2022-12-16 20:00:00
## 6047 2022-12-16 19:31:18      TRUE 2022-12-16 20:00:00
## 6048 2022-12-16 19:31:11      TRUE 2022-12-16 20:00:00
## 6049 2022-12-16 19:31:09      TRUE 2022-12-16 20:00:00
## 6050 2022-12-16 19:31:01      TRUE 2022-12-16 20:00:00
## 6051 2022-12-16 19:31:01      TRUE 2022-12-16 20:00:00
## 6052 2022-12-16 19:30:51      TRUE 2022-12-16 20:00:00
## 6053 2022-12-16 19:30:46      TRUE 2022-12-16 20:00:00
## 6054 2022-12-16 19:30:42      TRUE 2022-12-16 20:00:00
## 6055 2022-12-16 19:30:41      TRUE 2022-12-16 20:00:00
## 6056 2022-12-16 19:30:36      TRUE 2022-12-16 20:00:00
## 6057 2022-12-16 19:30:32      TRUE 2022-12-16 20:00:00
## 6058 2022-12-16 19:30:19      TRUE 2022-12-16 20:00:00
## 6059 2022-12-16 19:30:18      TRUE 2022-12-16 20:00:00
## 6060 2022-12-16 19:30:10      TRUE 2022-12-16 20:00:00
## 6061 2022-12-16 19:30:08      TRUE 2022-12-16 20:00:00
## 6062 2022-12-16 19:30:05      TRUE 2022-12-16 20:00:00
## 6063 2022-12-16 19:30:04      TRUE 2022-12-16 20:00:00
## 6064 2022-12-16 19:30:00      TRUE 2022-12-16 20:00:00
## 6065 2022-12-16 19:29:47      TRUE 2022-12-16 19:00:00
## 6066 2022-12-16 19:29:47      TRUE 2022-12-16 19:00:00
## 6067 2022-12-16 19:29:45      TRUE 2022-12-16 19:00:00
## 6068 2022-12-16 19:29:44      TRUE 2022-12-16 19:00:00
## 6069 2022-12-16 19:29:43      TRUE 2022-12-16 19:00:00
## 6070 2022-12-16 19:29:43      TRUE 2022-12-16 19:00:00
## 6071 2022-12-16 19:29:37      TRUE 2022-12-16 19:00:00
## 6072 2022-12-16 19:29:27      TRUE 2022-12-16 19:00:00
## 6073 2022-12-16 19:29:23      TRUE 2022-12-16 19:00:00
## 6074 2022-12-16 19:29:15      TRUE 2022-12-16 19:00:00
## 6075 2022-12-16 19:29:13      TRUE 2022-12-16 19:00:00
## 6076 2022-12-16 19:29:13      TRUE 2022-12-16 19:00:00
## 6077 2022-12-16 19:29:12      TRUE 2022-12-16 19:00:00
## 6078 2022-12-16 19:29:05      TRUE 2022-12-16 19:00:00
## 6079 2022-12-16 19:28:53      TRUE 2022-12-16 19:00:00
## 6080 2022-12-16 19:28:53      TRUE 2022-12-16 19:00:00
## 6081 2022-12-16 19:28:52      TRUE 2022-12-16 19:00:00
## 6082 2022-12-16 19:28:51      TRUE 2022-12-16 19:00:00
## 6083 2022-12-16 19:28:49      TRUE 2022-12-16 19:00:00
## 6084 2022-12-16 19:28:41      TRUE 2022-12-16 19:00:00
## 6085 2022-12-16 19:28:39      TRUE 2022-12-16 19:00:00
## 6086 2022-12-16 19:28:31      TRUE 2022-12-16 19:00:00
## 6087 2022-12-16 19:28:27      TRUE 2022-12-16 19:00:00
## 6088 2022-12-16 19:28:21      TRUE 2022-12-16 19:00:00
## 6089 2022-12-16 19:28:17      TRUE 2022-12-16 19:00:00
## 6090 2022-12-16 19:28:14      TRUE 2022-12-16 19:00:00
## 6091 2022-12-16 19:28:11      TRUE 2022-12-16 19:00:00
## 6092 2022-12-16 19:28:10      TRUE 2022-12-16 19:00:00
## 6093 2022-12-16 19:28:03      TRUE 2022-12-16 19:00:00
## 6094 2022-12-16 19:28:00      TRUE 2022-12-16 19:00:00
## 6095 2022-12-16 19:28:00      TRUE 2022-12-16 19:00:00
## 6096 2022-12-16 19:27:53      TRUE 2022-12-16 19:00:00
## 6097 2022-12-16 19:27:50      TRUE 2022-12-16 19:00:00
## 6098 2022-12-16 19:27:48      TRUE 2022-12-16 19:00:00
## 6099 2022-12-16 19:27:45      TRUE 2022-12-16 19:00:00
## 6100 2022-12-16 19:27:41      TRUE 2022-12-16 19:00:00
## 6101 2022-12-16 19:27:38      TRUE 2022-12-16 19:00:00
## 6102 2022-12-16 19:27:35      TRUE 2022-12-16 19:00:00
## 6103 2022-12-16 19:27:33      TRUE 2022-12-16 19:00:00
## 6104 2022-12-16 19:27:31      TRUE 2022-12-16 19:00:00
## 6105 2022-12-16 19:27:30      TRUE 2022-12-16 19:00:00
## 6106 2022-12-16 19:27:28      TRUE 2022-12-16 19:00:00
## 6107 2022-12-16 19:27:20      TRUE 2022-12-16 19:00:00
## 6108 2022-12-16 19:27:19      TRUE 2022-12-16 19:00:00
## 6109 2022-12-16 19:27:16      TRUE 2022-12-16 19:00:00
## 6110 2022-12-16 19:27:14      TRUE 2022-12-16 19:00:00
## 6111 2022-12-16 19:27:12      TRUE 2022-12-16 19:00:00
## 6112 2022-12-16 19:27:09      TRUE 2022-12-16 19:00:00
## 6113 2022-12-16 19:27:08      TRUE 2022-12-16 19:00:00
## 6114 2022-12-16 19:27:04      TRUE 2022-12-16 19:00:00
## 6115 2022-12-16 19:27:02      TRUE 2022-12-16 19:00:00
## 6116 2022-12-16 19:27:02      TRUE 2022-12-16 19:00:00
## 6117 2022-12-16 19:27:00      TRUE 2022-12-16 19:00:00
## 6118 2022-12-16 19:26:58      TRUE 2022-12-16 19:00:00
## 6119 2022-12-16 19:26:57      TRUE 2022-12-16 19:00:00
## 6120 2022-12-16 19:26:56      TRUE 2022-12-16 19:00:00
## 6121 2022-12-16 19:26:50      TRUE 2022-12-16 19:00:00
## 6122 2022-12-16 19:26:46      TRUE 2022-12-16 19:00:00
## 6123 2022-12-16 19:26:46      TRUE 2022-12-16 19:00:00
## 6124 2022-12-16 19:26:42      TRUE 2022-12-16 19:00:00
## 6125 2022-12-16 19:26:41      TRUE 2022-12-16 19:00:00
## 6126 2022-12-16 19:26:41      TRUE 2022-12-16 19:00:00
## 6127 2022-12-16 19:26:37      TRUE 2022-12-16 19:00:00
## 6128 2022-12-16 19:26:36      TRUE 2022-12-16 19:00:00
## 6129 2022-12-16 19:26:35      TRUE 2022-12-16 19:00:00
## 6130 2022-12-16 19:26:32      TRUE 2022-12-16 19:00:00
## 6131 2022-12-16 19:26:30      TRUE 2022-12-16 19:00:00
## 6132 2022-12-16 19:26:27      TRUE 2022-12-16 19:00:00
## 6133 2022-12-16 19:26:27      TRUE 2022-12-16 19:00:00
## 6134 2022-12-16 19:26:24      TRUE 2022-12-16 19:00:00
## 6135 2022-12-16 19:26:24      TRUE 2022-12-16 19:00:00
## 6136 2022-12-16 19:26:23      TRUE 2022-12-16 19:00:00
## 6137 2022-12-16 19:26:22      TRUE 2022-12-16 19:00:00
## 6138 2022-12-16 19:26:21      TRUE 2022-12-16 19:00:00
## 6139 2022-12-16 19:26:21      TRUE 2022-12-16 19:00:00
## 6140 2022-12-16 19:26:14      TRUE 2022-12-16 19:00:00
## 6141 2022-12-16 19:26:10      TRUE 2022-12-16 19:00:00
## 6142 2022-12-16 19:26:07      TRUE 2022-12-16 19:00:00
## 6143 2022-12-16 19:26:06      TRUE 2022-12-16 19:00:00
## 6144 2022-12-16 19:26:02      TRUE 2022-12-16 19:00:00
## 6145 2022-12-16 19:25:51      TRUE 2022-12-16 19:00:00
## 6146 2022-12-16 19:25:50      TRUE 2022-12-16 19:00:00
## 6147 2022-12-16 19:25:48      TRUE 2022-12-16 19:00:00
## 6148 2022-12-16 19:25:45      TRUE 2022-12-16 19:00:00
## 6149 2022-12-16 19:25:34      TRUE 2022-12-16 19:00:00
## 6150 2022-12-16 19:25:33      TRUE 2022-12-16 19:00:00
## 6151 2022-12-16 19:25:31      TRUE 2022-12-16 19:00:00
## 6152 2022-12-16 19:25:31      TRUE 2022-12-16 19:00:00
## 6153 2022-12-16 19:25:31      TRUE 2022-12-16 19:00:00
## 6154 2022-12-16 19:25:22      TRUE 2022-12-16 19:00:00
## 6155 2022-12-16 19:25:21      TRUE 2022-12-16 19:00:00
## 6156 2022-12-16 19:25:15      TRUE 2022-12-16 19:00:00
## 6157 2022-12-16 19:25:14      TRUE 2022-12-16 19:00:00
## 6158 2022-12-16 19:25:13      TRUE 2022-12-16 19:00:00
## 6159 2022-12-16 19:25:04      TRUE 2022-12-16 19:00:00
## 6160 2022-12-16 19:25:01      TRUE 2022-12-16 19:00:00
## 6161 2022-12-16 19:24:57      TRUE 2022-12-16 19:00:00
## 6162 2022-12-16 19:24:55      TRUE 2022-12-16 19:00:00
## 6163 2022-12-16 19:24:52      TRUE 2022-12-16 19:00:00
## 6164 2022-12-16 19:24:50      TRUE 2022-12-16 19:00:00
## 6165 2022-12-16 19:24:50      TRUE 2022-12-16 19:00:00
## 6166 2022-12-16 19:24:41      TRUE 2022-12-16 19:00:00
## 6167 2022-12-16 19:24:39      TRUE 2022-12-16 19:00:00
## 6168 2022-12-16 19:24:39      TRUE 2022-12-16 19:00:00
## 6169 2022-12-16 19:24:36      TRUE 2022-12-16 19:00:00
## 6170 2022-12-16 19:24:34      TRUE 2022-12-16 19:00:00
## 6171 2022-12-16 19:24:32      TRUE 2022-12-16 19:00:00
## 6172 2022-12-16 19:24:32      TRUE 2022-12-16 19:00:00
## 6173 2022-12-16 19:24:32      TRUE 2022-12-16 19:00:00
## 6174 2022-12-16 19:24:30      TRUE 2022-12-16 19:00:00
## 6175 2022-12-16 19:24:22      TRUE 2022-12-16 19:00:00
## 6176 2022-12-16 19:24:16      TRUE 2022-12-16 19:00:00
## 6177 2022-12-16 19:24:11      TRUE 2022-12-16 19:00:00
## 6178 2022-12-16 19:24:11      TRUE 2022-12-16 19:00:00
## 6179 2022-12-16 19:24:06      TRUE 2022-12-16 19:00:00
## 6180 2022-12-16 19:24:05      TRUE 2022-12-16 19:00:00
## 6181 2022-12-16 19:24:02      TRUE 2022-12-16 19:00:00
## 6182 2022-12-16 19:23:56      TRUE 2022-12-16 19:00:00
## 6183 2022-12-16 19:23:56      TRUE 2022-12-16 19:00:00
## 6184 2022-12-16 19:23:51      TRUE 2022-12-16 19:00:00
## 6185 2022-12-16 19:23:49      TRUE 2022-12-16 19:00:00
## 6186 2022-12-16 19:23:27      TRUE 2022-12-16 19:00:00
## 6187 2022-12-16 19:23:27      TRUE 2022-12-16 19:00:00
## 6188 2022-12-16 19:23:22      TRUE 2022-12-16 19:00:00
## 6189 2022-12-16 19:23:21      TRUE 2022-12-16 19:00:00
## 6190 2022-12-16 19:23:21      TRUE 2022-12-16 19:00:00
## 6191 2022-12-16 19:23:16      TRUE 2022-12-16 19:00:00
## 6192 2022-12-16 19:23:14      TRUE 2022-12-16 19:00:00
## 6193 2022-12-16 19:23:04      TRUE 2022-12-16 19:00:00
## 6194 2022-12-16 19:22:59      TRUE 2022-12-16 19:00:00
## 6195 2022-12-16 19:22:58      TRUE 2022-12-16 19:00:00
## 6196 2022-12-16 19:22:51      TRUE 2022-12-16 19:00:00
## 6197 2022-12-16 19:22:47      TRUE 2022-12-16 19:00:00
## 6198 2022-12-16 19:22:44      TRUE 2022-12-16 19:00:00
## 6199 2022-12-16 19:22:42      TRUE 2022-12-16 19:00:00
## 6200 2022-12-16 19:22:41      TRUE 2022-12-16 19:00:00
## 6201 2022-12-16 19:22:41      TRUE 2022-12-16 19:00:00
## 6202 2022-12-16 19:22:39      TRUE 2022-12-16 19:00:00
## 6203 2022-12-16 19:22:33      TRUE 2022-12-16 19:00:00
## 6204 2022-12-16 19:22:20      TRUE 2022-12-16 19:00:00
## 6205 2022-12-16 19:22:15      TRUE 2022-12-16 19:00:00
## 6206 2022-12-16 19:22:09      TRUE 2022-12-16 19:00:00
## 6207 2022-12-16 19:22:09      TRUE 2022-12-16 19:00:00
## 6208 2022-12-16 19:22:04      TRUE 2022-12-16 19:00:00
## 6209 2022-12-16 19:22:00      TRUE 2022-12-16 19:00:00
## 6210 2022-12-16 19:21:51      TRUE 2022-12-16 19:00:00
## 6211 2022-12-16 19:21:51      TRUE 2022-12-16 19:00:00
## 6212 2022-12-16 19:21:49      TRUE 2022-12-16 19:00:00
## 6213 2022-12-16 19:21:45      TRUE 2022-12-16 19:00:00
## 6214 2022-12-16 19:21:40      TRUE 2022-12-16 19:00:00
## 6215 2022-12-16 19:21:38      TRUE 2022-12-16 19:00:00
## 6216 2022-12-16 19:21:29      TRUE 2022-12-16 19:00:00
## 6217 2022-12-16 19:21:28      TRUE 2022-12-16 19:00:00
## 6218 2022-12-16 19:21:19      TRUE 2022-12-16 19:00:00
## 6219 2022-12-16 19:21:19      TRUE 2022-12-16 19:00:00
## 6220 2022-12-16 19:21:17      TRUE 2022-12-16 19:00:00
## 6221 2022-12-16 19:21:15      TRUE 2022-12-16 19:00:00
## 6222 2022-12-16 19:21:14      TRUE 2022-12-16 19:00:00
## 6223 2022-12-16 19:21:12      TRUE 2022-12-16 19:00:00
## 6224 2022-12-16 19:21:08      TRUE 2022-12-16 19:00:00
## 6225 2022-12-16 19:21:07      TRUE 2022-12-16 19:00:00
## 6226 2022-12-16 19:21:06      TRUE 2022-12-16 19:00:00
## 6227 2022-12-16 19:21:00      TRUE 2022-12-16 19:00:00
## 6228 2022-12-16 19:21:00      TRUE 2022-12-16 19:00:00
## 6229 2022-12-16 19:20:57      TRUE 2022-12-16 19:00:00
## 6230 2022-12-16 19:20:56      TRUE 2022-12-16 19:00:00
## 6231 2022-12-16 19:20:48      TRUE 2022-12-16 19:00:00
## 6232 2022-12-16 19:20:45      TRUE 2022-12-16 19:00:00
## 6233 2022-12-16 19:20:44      TRUE 2022-12-16 19:00:00
## 6234 2022-12-16 19:20:43      TRUE 2022-12-16 19:00:00
## 6235 2022-12-16 19:20:42      TRUE 2022-12-16 19:00:00
## 6236 2022-12-16 19:20:41      TRUE 2022-12-16 19:00:00
## 6237 2022-12-16 19:20:39      TRUE 2022-12-16 19:00:00
## 6238 2022-12-16 19:20:38      TRUE 2022-12-16 19:00:00
## 6239 2022-12-16 19:20:37      TRUE 2022-12-16 19:00:00
## 6240 2022-12-16 19:20:35      TRUE 2022-12-16 19:00:00
## 6241 2022-12-16 19:20:33      TRUE 2022-12-16 19:00:00
## 6242 2022-12-16 19:20:31      TRUE 2022-12-16 19:00:00
## 6243 2022-12-16 19:20:27      TRUE 2022-12-16 19:00:00
## 6244 2022-12-16 19:20:14      TRUE 2022-12-16 19:00:00
## 6245 2022-12-16 19:20:13      TRUE 2022-12-16 19:00:00
## 6246 2022-12-16 19:20:12      TRUE 2022-12-16 19:00:00
## 6247 2022-12-16 19:20:10      TRUE 2022-12-16 19:00:00
## 6248 2022-12-16 19:20:10      TRUE 2022-12-16 19:00:00
## 6249 2022-12-16 19:20:08      TRUE 2022-12-16 19:00:00
## 6250 2022-12-16 19:20:08      TRUE 2022-12-16 19:00:00
## 6251 2022-12-16 19:20:00      TRUE 2022-12-16 19:00:00
## 6252 2022-12-16 19:20:00      TRUE 2022-12-16 19:00:00
## 6253 2022-12-16 19:19:58      TRUE 2022-12-16 19:00:00
## 6254 2022-12-16 19:19:47      TRUE 2022-12-16 19:00:00
## 6255 2022-12-16 19:19:43      TRUE 2022-12-16 19:00:00
## 6256 2022-12-16 19:19:42      TRUE 2022-12-16 19:00:00
## 6257 2022-12-16 19:19:36      TRUE 2022-12-16 19:00:00
## 6258 2022-12-16 19:19:36      TRUE 2022-12-16 19:00:00
## 6259 2022-12-16 19:19:35      TRUE 2022-12-16 19:00:00
## 6260 2022-12-16 19:19:34      TRUE 2022-12-16 19:00:00
## 6261 2022-12-16 19:19:34      TRUE 2022-12-16 19:00:00
## 6262 2022-12-16 19:19:32      TRUE 2022-12-16 19:00:00
## 6263 2022-12-16 19:19:32      TRUE 2022-12-16 19:00:00
## 6264 2022-12-16 19:19:30      TRUE 2022-12-16 19:00:00
## 6265 2022-12-16 19:19:29      TRUE 2022-12-16 19:00:00
## 6266 2022-12-16 19:19:20      TRUE 2022-12-16 19:00:00
## 6267 2022-12-16 19:19:19      TRUE 2022-12-16 19:00:00
## 6268 2022-12-16 19:19:19      TRUE 2022-12-16 19:00:00
## 6269 2022-12-16 19:19:18      TRUE 2022-12-16 19:00:00
## 6270 2022-12-16 19:19:09      TRUE 2022-12-16 19:00:00
## 6271 2022-12-16 19:19:06      TRUE 2022-12-16 19:00:00
## 6272 2022-12-16 19:19:05      TRUE 2022-12-16 19:00:00
## 6273 2022-12-16 19:19:04      TRUE 2022-12-16 19:00:00
## 6274 2022-12-16 19:18:59      TRUE 2022-12-16 19:00:00
## 6275 2022-12-16 19:18:57      TRUE 2022-12-16 19:00:00
## 6276 2022-12-16 19:18:56      TRUE 2022-12-16 19:00:00
## 6277 2022-12-16 19:18:55      TRUE 2022-12-16 19:00:00
## 6278 2022-12-16 19:18:54      TRUE 2022-12-16 19:00:00
## 6279 2022-12-16 19:18:53      TRUE 2022-12-16 19:00:00
## 6280 2022-12-16 19:18:51      TRUE 2022-12-16 19:00:00
## 6281 2022-12-16 19:18:49      TRUE 2022-12-16 19:00:00
## 6282 2022-12-16 19:18:47      TRUE 2022-12-16 19:00:00
## 6283 2022-12-16 19:18:45      TRUE 2022-12-16 19:00:00
## 6284 2022-12-16 19:18:39      TRUE 2022-12-16 19:00:00
## 6285 2022-12-16 19:18:34      TRUE 2022-12-16 19:00:00
## 6286 2022-12-16 19:18:32      TRUE 2022-12-16 19:00:00
## 6287 2022-12-16 19:18:30      TRUE 2022-12-16 19:00:00
## 6288 2022-12-16 19:18:27      TRUE 2022-12-16 19:00:00
## 6289 2022-12-16 19:18:23      TRUE 2022-12-16 19:00:00
## 6290 2022-12-16 19:18:23      TRUE 2022-12-16 19:00:00
## 6291 2022-12-16 19:18:22      TRUE 2022-12-16 19:00:00
## 6292 2022-12-16 19:18:22      TRUE 2022-12-16 19:00:00
## 6293 2022-12-16 19:18:22      TRUE 2022-12-16 19:00:00
## 6294 2022-12-16 19:18:17      TRUE 2022-12-16 19:00:00
## 6295 2022-12-16 19:18:14      TRUE 2022-12-16 19:00:00
## 6296 2022-12-16 19:18:09      TRUE 2022-12-16 19:00:00
## 6297 2022-12-16 19:18:05      TRUE 2022-12-16 19:00:00
## 6298 2022-12-16 19:17:56      TRUE 2022-12-16 19:00:00
## 6299 2022-12-16 19:17:55      TRUE 2022-12-16 19:00:00
## 6300 2022-12-16 19:17:51      TRUE 2022-12-16 19:00:00
## 6301 2022-12-16 19:17:51      TRUE 2022-12-16 19:00:00
## 6302 2022-12-16 19:17:47      TRUE 2022-12-16 19:00:00
## 6303 2022-12-16 19:17:47      TRUE 2022-12-16 19:00:00
## 6304 2022-12-16 19:17:46      TRUE 2022-12-16 19:00:00
## 6305 2022-12-16 19:17:45      TRUE 2022-12-16 19:00:00
## 6306 2022-12-16 19:17:44      TRUE 2022-12-16 19:00:00
## 6307 2022-12-16 19:17:41      TRUE 2022-12-16 19:00:00
## 6308 2022-12-16 19:17:41      TRUE 2022-12-16 19:00:00
## 6309 2022-12-16 19:17:36      TRUE 2022-12-16 19:00:00
## 6310 2022-12-16 19:17:32      TRUE 2022-12-16 19:00:00
## 6311 2022-12-16 19:17:31      TRUE 2022-12-16 19:00:00
## 6312 2022-12-16 19:17:31      TRUE 2022-12-16 19:00:00
## 6313 2022-12-16 19:17:27      TRUE 2022-12-16 19:00:00
## 6314 2022-12-16 19:17:27      TRUE 2022-12-16 19:00:00
## 6315 2022-12-16 19:17:15      TRUE 2022-12-16 19:00:00
## 6316 2022-12-16 19:17:07      TRUE 2022-12-16 19:00:00
## 6317 2022-12-16 19:17:06      TRUE 2022-12-16 19:00:00
## 6318 2022-12-16 19:17:04      TRUE 2022-12-16 19:00:00
## 6319 2022-12-16 19:17:02      TRUE 2022-12-16 19:00:00
## 6320 2022-12-16 19:16:55      TRUE 2022-12-16 19:00:00
## 6321 2022-12-16 19:16:52      TRUE 2022-12-16 19:00:00
## 6322 2022-12-16 19:16:51      TRUE 2022-12-16 19:00:00
## 6323 2022-12-16 19:16:47      TRUE 2022-12-16 19:00:00
## 6324 2022-12-16 19:16:46      TRUE 2022-12-16 19:00:00
## 6325 2022-12-16 19:16:44      TRUE 2022-12-16 19:00:00
## 6326 2022-12-16 19:16:42      TRUE 2022-12-16 19:00:00
## 6327 2022-12-16 19:16:42      TRUE 2022-12-16 19:00:00
## 6328 2022-12-16 19:16:35      TRUE 2022-12-16 19:00:00
## 6329 2022-12-16 19:16:34      TRUE 2022-12-16 19:00:00
## 6330 2022-12-16 19:16:31      TRUE 2022-12-16 19:00:00
## 6331 2022-12-16 19:16:30      TRUE 2022-12-16 19:00:00
## 6332 2022-12-16 19:16:30      TRUE 2022-12-16 19:00:00
## 6333 2022-12-16 19:16:27      TRUE 2022-12-16 19:00:00
## 6334 2022-12-16 19:16:26      TRUE 2022-12-16 19:00:00
## 6335 2022-12-16 19:16:09      TRUE 2022-12-16 19:00:00
## 6336 2022-12-16 19:16:00      TRUE 2022-12-16 19:00:00
## 6337 2022-12-16 19:15:54      TRUE 2022-12-16 19:00:00
## 6338 2022-12-16 19:15:54      TRUE 2022-12-16 19:00:00
## 6339 2022-12-16 19:15:49      TRUE 2022-12-16 19:00:00
## 6340 2022-12-16 19:15:49      TRUE 2022-12-16 19:00:00
## 6341 2022-12-16 19:15:46      TRUE 2022-12-16 19:00:00
## 6342 2022-12-16 19:15:45      TRUE 2022-12-16 19:00:00
## 6343 2022-12-16 19:15:41      TRUE 2022-12-16 19:00:00
## 6344 2022-12-16 19:15:40      TRUE 2022-12-16 19:00:00
## 6345 2022-12-16 19:15:34      TRUE 2022-12-16 19:00:00
## 6346 2022-12-16 19:15:30      TRUE 2022-12-16 19:00:00
## 6347 2022-12-16 19:15:29      TRUE 2022-12-16 19:00:00
## 6348 2022-12-16 19:15:26      TRUE 2022-12-16 19:00:00
## 6349 2022-12-16 19:15:26      TRUE 2022-12-16 19:00:00
## 6350 2022-12-16 19:15:23      TRUE 2022-12-16 19:00:00
## 6351 2022-12-16 19:15:21      TRUE 2022-12-16 19:00:00
## 6352 2022-12-16 19:15:20      TRUE 2022-12-16 19:00:00
## 6353 2022-12-16 19:15:19      TRUE 2022-12-16 19:00:00
## 6354 2022-12-16 19:15:16      TRUE 2022-12-16 19:00:00
## 6355 2022-12-16 19:15:14      TRUE 2022-12-16 19:00:00
## 6356 2022-12-16 19:15:10      TRUE 2022-12-16 19:00:00
## 6357 2022-12-16 19:15:07      TRUE 2022-12-16 19:00:00
## 6358 2022-12-16 19:15:00      TRUE 2022-12-16 19:00:00
## 6359 2022-12-16 19:15:00      TRUE 2022-12-16 19:00:00
## 6360 2022-12-16 19:14:59      TRUE 2022-12-16 19:00:00
## 6361 2022-12-16 19:14:57      TRUE 2022-12-16 19:00:00
## 6362 2022-12-16 19:14:56      TRUE 2022-12-16 19:00:00
## 6363 2022-12-16 19:14:54      TRUE 2022-12-16 19:00:00
## 6364 2022-12-16 19:14:51      TRUE 2022-12-16 19:00:00
## 6365 2022-12-16 19:14:49      TRUE 2022-12-16 19:00:00
## 6366 2022-12-16 19:14:48      TRUE 2022-12-16 19:00:00
## 6367 2022-12-16 19:14:46      TRUE 2022-12-16 19:00:00
## 6368 2022-12-16 19:14:42      TRUE 2022-12-16 19:00:00
## 6369 2022-12-16 19:14:42      TRUE 2022-12-16 19:00:00
## 6370 2022-12-16 19:14:37      TRUE 2022-12-16 19:00:00
## 6371 2022-12-16 19:14:35      TRUE 2022-12-16 19:00:00
## 6372 2022-12-16 19:14:33      TRUE 2022-12-16 19:00:00
## 6373 2022-12-16 19:14:29      TRUE 2022-12-16 19:00:00
## 6374 2022-12-16 19:14:27      TRUE 2022-12-16 19:00:00
## 6375 2022-12-16 19:14:23      TRUE 2022-12-16 19:00:00
## 6376 2022-12-16 19:14:21      TRUE 2022-12-16 19:00:00
## 6377 2022-12-16 19:14:19      TRUE 2022-12-16 19:00:00
## 6378 2022-12-16 19:14:10      TRUE 2022-12-16 19:00:00
## 6379 2022-12-16 19:14:02      TRUE 2022-12-16 19:00:00
## 6380 2022-12-16 19:13:59      TRUE 2022-12-16 19:00:00
## 6381 2022-12-16 19:13:58      TRUE 2022-12-16 19:00:00
## 6382 2022-12-16 19:13:56      TRUE 2022-12-16 19:00:00
## 6383 2022-12-16 19:13:56      TRUE 2022-12-16 19:00:00
## 6384 2022-12-16 19:13:55      TRUE 2022-12-16 19:00:00
## 6385 2022-12-16 19:13:51      TRUE 2022-12-16 19:00:00
## 6386 2022-12-16 19:13:47      TRUE 2022-12-16 19:00:00
## 6387 2022-12-16 19:13:44      TRUE 2022-12-16 19:00:00
## 6388 2022-12-16 19:13:43      TRUE 2022-12-16 19:00:00
## 6389 2022-12-16 19:13:41      TRUE 2022-12-16 19:00:00
## 6390 2022-12-16 19:13:38      TRUE 2022-12-16 19:00:00
## 6391 2022-12-16 19:13:35      TRUE 2022-12-16 19:00:00
## 6392 2022-12-16 19:13:34      TRUE 2022-12-16 19:00:00
## 6393 2022-12-16 19:13:28      TRUE 2022-12-16 19:00:00
## 6394 2022-12-16 19:13:24      TRUE 2022-12-16 19:00:00
## 6395 2022-12-16 19:13:24      TRUE 2022-12-16 19:00:00
## 6396 2022-12-16 19:13:23      TRUE 2022-12-16 19:00:00
## 6397 2022-12-16 19:13:23      TRUE 2022-12-16 19:00:00
## 6398 2022-12-16 19:13:18      TRUE 2022-12-16 19:00:00
## 6399 2022-12-16 19:13:17      TRUE 2022-12-16 19:00:00
## 6400 2022-12-16 19:13:16      TRUE 2022-12-16 19:00:00
## 6401 2022-12-16 19:13:15      TRUE 2022-12-16 19:00:00
## 6402 2022-12-16 19:13:10      TRUE 2022-12-16 19:00:00
## 6403 2022-12-16 19:13:09      TRUE 2022-12-16 19:00:00
## 6404 2022-12-16 19:13:08      TRUE 2022-12-16 19:00:00
## 6405 2022-12-16 19:13:06      TRUE 2022-12-16 19:00:00
## 6406 2022-12-16 19:13:04      TRUE 2022-12-16 19:00:00
## 6407 2022-12-16 19:12:59      TRUE 2022-12-16 19:00:00
## 6408 2022-12-16 19:12:59      TRUE 2022-12-16 19:00:00
## 6409 2022-12-16 19:12:57      TRUE 2022-12-16 19:00:00
## 6410 2022-12-16 19:12:46      TRUE 2022-12-16 19:00:00
## 6411 2022-12-16 19:12:43      TRUE 2022-12-16 19:00:00
## 6412 2022-12-16 19:12:40      TRUE 2022-12-16 19:00:00
## 6413 2022-12-16 19:12:34      TRUE 2022-12-16 19:00:00
## 6414 2022-12-16 19:12:28      TRUE 2022-12-16 19:00:00
## 6415 2022-12-16 19:12:26      TRUE 2022-12-16 19:00:00
## 6416 2022-12-16 19:12:21      TRUE 2022-12-16 19:00:00
## 6417 2022-12-16 19:12:20      TRUE 2022-12-16 19:00:00
## 6418 2022-12-16 19:12:17      TRUE 2022-12-16 19:00:00
## 6419 2022-12-16 19:12:15      TRUE 2022-12-16 19:00:00
## 6420 2022-12-16 19:12:10      TRUE 2022-12-16 19:00:00
## 6421 2022-12-16 19:12:09      TRUE 2022-12-16 19:00:00
## 6422 2022-12-16 19:11:59      TRUE 2022-12-16 19:00:00
## 6423 2022-12-16 19:11:58      TRUE 2022-12-16 19:00:00
## 6424 2022-12-16 19:11:57      TRUE 2022-12-16 19:00:00
## 6425 2022-12-16 19:11:54      TRUE 2022-12-16 19:00:00
## 6426 2022-12-16 19:11:52      TRUE 2022-12-16 19:00:00
## 6427 2022-12-16 19:11:46      TRUE 2022-12-16 19:00:00
## 6428 2022-12-16 19:11:41      TRUE 2022-12-16 19:00:00
## 6429 2022-12-16 19:11:33      TRUE 2022-12-16 19:00:00
## 6430 2022-12-16 19:11:32      TRUE 2022-12-16 19:00:00
## 6431 2022-12-16 19:11:31      TRUE 2022-12-16 19:00:00
## 6432 2022-12-16 19:11:23      TRUE 2022-12-16 19:00:00
## 6433 2022-12-16 19:11:18      TRUE 2022-12-16 19:00:00
## 6434 2022-12-16 19:11:17      TRUE 2022-12-16 19:00:00
## 6435 2022-12-16 19:11:16      TRUE 2022-12-16 19:00:00
## 6436 2022-12-16 19:11:11      TRUE 2022-12-16 19:00:00
## 6437 2022-12-16 19:11:10      TRUE 2022-12-16 19:00:00
## 6438 2022-12-16 19:11:08      TRUE 2022-12-16 19:00:00
## 6439 2022-12-16 19:11:04      TRUE 2022-12-16 19:00:00
## 6440 2022-12-16 19:11:03      TRUE 2022-12-16 19:00:00
## 6441 2022-12-16 19:11:03      TRUE 2022-12-16 19:00:00
## 6442 2022-12-16 19:11:03      TRUE 2022-12-16 19:00:00
## 6443 2022-12-16 19:10:58      TRUE 2022-12-16 19:00:00
## 6444 2022-12-16 19:10:57      TRUE 2022-12-16 19:00:00
## 6445 2022-12-16 19:10:52      TRUE 2022-12-16 19:00:00
## 6446 2022-12-16 19:10:51      TRUE 2022-12-16 19:00:00
## 6447 2022-12-16 19:10:51      TRUE 2022-12-16 19:00:00
## 6448 2022-12-16 19:10:44      TRUE 2022-12-16 19:00:00
## 6449 2022-12-16 19:10:42      TRUE 2022-12-16 19:00:00
## 6450 2022-12-16 19:10:41      TRUE 2022-12-16 19:00:00
## 6451 2022-12-16 19:10:40      TRUE 2022-12-16 19:00:00
## 6452 2022-12-16 19:10:36      TRUE 2022-12-16 19:00:00
## 6453 2022-12-16 19:10:35      TRUE 2022-12-16 19:00:00
## 6454 2022-12-16 19:10:33      TRUE 2022-12-16 19:00:00
## 6455 2022-12-16 19:10:28      TRUE 2022-12-16 19:00:00
## 6456 2022-12-16 19:10:23      TRUE 2022-12-16 19:00:00
## 6457 2022-12-16 19:10:16      TRUE 2022-12-16 19:00:00
## 6458 2022-12-16 19:10:14      TRUE 2022-12-16 19:00:00
## 6459 2022-12-16 19:10:13      TRUE 2022-12-16 19:00:00
## 6460 2022-12-16 19:10:11      TRUE 2022-12-16 19:00:00
## 6461 2022-12-16 19:09:57      TRUE 2022-12-16 19:00:00
## 6462 2022-12-16 19:09:57      TRUE 2022-12-16 19:00:00
## 6463 2022-12-16 19:09:54      TRUE 2022-12-16 19:00:00
## 6464 2022-12-16 19:09:51      TRUE 2022-12-16 19:00:00
## 6465 2022-12-16 19:09:51      TRUE 2022-12-16 19:00:00
## 6466 2022-12-16 19:09:49      TRUE 2022-12-16 19:00:00
## 6467 2022-12-16 19:09:47      TRUE 2022-12-16 19:00:00
## 6468 2022-12-16 19:09:45      TRUE 2022-12-16 19:00:00
## 6469 2022-12-16 19:09:45      TRUE 2022-12-16 19:00:00
## 6470 2022-12-16 19:09:44      TRUE 2022-12-16 19:00:00
## 6471 2022-12-16 19:09:43      TRUE 2022-12-16 19:00:00
## 6472 2022-12-16 19:09:43      TRUE 2022-12-16 19:00:00
## 6473 2022-12-16 19:09:38      TRUE 2022-12-16 19:00:00
## 6474 2022-12-16 19:09:38      TRUE 2022-12-16 19:00:00
## 6475 2022-12-16 19:09:38      TRUE 2022-12-16 19:00:00
## 6476 2022-12-16 19:09:29      TRUE 2022-12-16 19:00:00
## 6477 2022-12-16 19:09:29      TRUE 2022-12-16 19:00:00
## 6478 2022-12-16 19:09:26      TRUE 2022-12-16 19:00:00
## 6479 2022-12-16 19:09:20      TRUE 2022-12-16 19:00:00
## 6480 2022-12-16 19:09:16      TRUE 2022-12-16 19:00:00
## 6481 2022-12-16 19:09:14      TRUE 2022-12-16 19:00:00
## 6482 2022-12-16 19:09:10      TRUE 2022-12-16 19:00:00
## 6483 2022-12-16 19:08:54      TRUE 2022-12-16 19:00:00
## 6484 2022-12-16 19:08:45      TRUE 2022-12-16 19:00:00
## 6485 2022-12-16 19:08:44      TRUE 2022-12-16 19:00:00
## 6486 2022-12-16 19:08:39      TRUE 2022-12-16 19:00:00
## 6487 2022-12-16 19:08:38      TRUE 2022-12-16 19:00:00
## 6488 2022-12-16 19:08:27      TRUE 2022-12-16 19:00:00
## 6489 2022-12-16 19:08:27      TRUE 2022-12-16 19:00:00
## 6490 2022-12-16 19:08:27      TRUE 2022-12-16 19:00:00
## 6491 2022-12-16 19:08:24      TRUE 2022-12-16 19:00:00
## 6492 2022-12-16 19:08:22      TRUE 2022-12-16 19:00:00
## 6493 2022-12-16 19:08:20      TRUE 2022-12-16 19:00:00
## 6494 2022-12-16 19:08:18      TRUE 2022-12-16 19:00:00
## 6495 2022-12-16 19:08:16      TRUE 2022-12-16 19:00:00
## 6496 2022-12-16 19:08:03      TRUE 2022-12-16 19:00:00
## 6497 2022-12-16 19:08:03      TRUE 2022-12-16 19:00:00
## 6498 2022-12-16 19:08:01      TRUE 2022-12-16 19:00:00
## 6499 2022-12-16 19:07:59      TRUE 2022-12-16 19:00:00
## 6500 2022-12-16 19:07:56      TRUE 2022-12-16 19:00:00
## 6501 2022-12-16 19:07:55      TRUE 2022-12-16 19:00:00
## 6502 2022-12-16 19:07:55      TRUE 2022-12-16 19:00:00
## 6503 2022-12-16 19:07:55      TRUE 2022-12-16 19:00:00
## 6504 2022-12-16 19:07:50      TRUE 2022-12-16 19:00:00
## 6505 2022-12-16 19:07:50      TRUE 2022-12-16 19:00:00
## 6506 2022-12-16 19:07:49      TRUE 2022-12-16 19:00:00
## 6507 2022-12-16 19:07:49      TRUE 2022-12-16 19:00:00
## 6508 2022-12-16 19:07:41      TRUE 2022-12-16 19:00:00
## 6509 2022-12-16 19:07:39      TRUE 2022-12-16 19:00:00
## 6510 2022-12-16 19:07:38      TRUE 2022-12-16 19:00:00
## 6511 2022-12-16 19:07:37      TRUE 2022-12-16 19:00:00
## 6512 2022-12-16 19:07:34      TRUE 2022-12-16 19:00:00
## 6513 2022-12-16 19:07:28      TRUE 2022-12-16 19:00:00
## 6514 2022-12-16 19:07:24      TRUE 2022-12-16 19:00:00
## 6515 2022-12-16 19:07:21      TRUE 2022-12-16 19:00:00
## 6516 2022-12-16 19:07:19      TRUE 2022-12-16 19:00:00
## 6517 2022-12-16 19:07:15      TRUE 2022-12-16 19:00:00
## 6518 2022-12-16 19:07:12      TRUE 2022-12-16 19:00:00
## 6519 2022-12-16 19:07:09      TRUE 2022-12-16 19:00:00
## 6520 2022-12-16 19:07:04      TRUE 2022-12-16 19:00:00
## 6521 2022-12-16 19:06:58      TRUE 2022-12-16 19:00:00
## 6522 2022-12-16 19:06:54      TRUE 2022-12-16 19:00:00
## 6523 2022-12-16 19:06:47      TRUE 2022-12-16 19:00:00
## 6524 2022-12-16 19:06:47      TRUE 2022-12-16 19:00:00
## 6525 2022-12-16 19:06:46      TRUE 2022-12-16 19:00:00
## 6526 2022-12-16 19:06:40      TRUE 2022-12-16 19:00:00
## 6527 2022-12-16 19:06:39      TRUE 2022-12-16 19:00:00
## 6528 2022-12-16 19:06:33      TRUE 2022-12-16 19:00:00
## 6529 2022-12-16 19:06:29      TRUE 2022-12-16 19:00:00
## 6530 2022-12-16 19:06:28      TRUE 2022-12-16 19:00:00
## 6531 2022-12-16 19:06:28      TRUE 2022-12-16 19:00:00
## 6532 2022-12-16 19:06:18      TRUE 2022-12-16 19:00:00
## 6533 2022-12-16 19:06:16      TRUE 2022-12-16 19:00:00
## 6534 2022-12-16 19:06:15      TRUE 2022-12-16 19:00:00
## 6535 2022-12-16 19:06:15      TRUE 2022-12-16 19:00:00
## 6536 2022-12-16 19:06:10      TRUE 2022-12-16 19:00:00
## 6537 2022-12-16 19:06:09      TRUE 2022-12-16 19:00:00
## 6538 2022-12-16 19:06:07      TRUE 2022-12-16 19:00:00
## 6539 2022-12-16 19:06:03      TRUE 2022-12-16 19:00:00
## 6540 2022-12-16 19:06:01      TRUE 2022-12-16 19:00:00
## 6541 2022-12-16 19:06:01      TRUE 2022-12-16 19:00:00
## 6542 2022-12-16 19:05:55      TRUE 2022-12-16 19:00:00
## 6543 2022-12-16 19:05:51      TRUE 2022-12-16 19:00:00
## 6544 2022-12-16 19:05:46      TRUE 2022-12-16 19:00:00
## 6545 2022-12-16 19:05:45      TRUE 2022-12-16 19:00:00
## 6546 2022-12-16 19:05:40      TRUE 2022-12-16 19:00:00
## 6547 2022-12-16 19:05:39      TRUE 2022-12-16 19:00:00
## 6548 2022-12-16 19:05:39      TRUE 2022-12-16 19:00:00
## 6549 2022-12-16 19:05:39      TRUE 2022-12-16 19:00:00
## 6550 2022-12-16 19:05:28      TRUE 2022-12-16 19:00:00
## 6551 2022-12-16 19:05:28      TRUE 2022-12-16 19:00:00
## 6552 2022-12-16 19:05:24      TRUE 2022-12-16 19:00:00
## 6553 2022-12-16 19:05:24      TRUE 2022-12-16 19:00:00
## 6554 2022-12-16 19:05:19      TRUE 2022-12-16 19:00:00
## 6555 2022-12-16 19:05:11      TRUE 2022-12-16 19:00:00
## 6556 2022-12-16 19:05:10      TRUE 2022-12-16 19:00:00
## 6557 2022-12-16 19:05:08      TRUE 2022-12-16 19:00:00
## 6558 2022-12-16 19:05:07      TRUE 2022-12-16 19:00:00
## 6559 2022-12-16 19:05:06      TRUE 2022-12-16 19:00:00
## 6560 2022-12-16 19:05:05      TRUE 2022-12-16 19:00:00
## 6561 2022-12-16 19:05:05      TRUE 2022-12-16 19:00:00
## 6562 2022-12-16 19:05:00      TRUE 2022-12-16 19:00:00
## 6563 2022-12-16 19:04:53      TRUE 2022-12-16 19:00:00
## 6564 2022-12-16 19:04:52      TRUE 2022-12-16 19:00:00
## 6565 2022-12-16 19:04:51      TRUE 2022-12-16 19:00:00
## 6566 2022-12-16 19:04:51      TRUE 2022-12-16 19:00:00
## 6567 2022-12-16 19:04:46      TRUE 2022-12-16 19:00:00
## 6568 2022-12-16 19:04:45      TRUE 2022-12-16 19:00:00
## 6569 2022-12-16 19:04:45      TRUE 2022-12-16 19:00:00
## 6570 2022-12-16 19:04:44      TRUE 2022-12-16 19:00:00
## 6571 2022-12-16 19:04:40      TRUE 2022-12-16 19:00:00
## 6572 2022-12-16 19:04:30      TRUE 2022-12-16 19:00:00
## 6573 2022-12-16 19:04:28      TRUE 2022-12-16 19:00:00
## 6574 2022-12-16 19:04:27      TRUE 2022-12-16 19:00:00
## 6575 2022-12-16 19:04:26      TRUE 2022-12-16 19:00:00
## 6576 2022-12-16 19:04:23      TRUE 2022-12-16 19:00:00
## 6577 2022-12-16 19:04:14      TRUE 2022-12-16 19:00:00
## 6578 2022-12-16 19:04:13      TRUE 2022-12-16 19:00:00
## 6579 2022-12-16 19:04:12      TRUE 2022-12-16 19:00:00
## 6580 2022-12-16 19:04:09      TRUE 2022-12-16 19:00:00
## 6581 2022-12-16 19:04:03      TRUE 2022-12-16 19:00:00
## 6582 2022-12-16 19:04:01      TRUE 2022-12-16 19:00:00
## 6583 2022-12-16 19:03:51      TRUE 2022-12-16 19:00:00
## 6584 2022-12-16 19:03:50      TRUE 2022-12-16 19:00:00
## 6585 2022-12-16 19:03:50      TRUE 2022-12-16 19:00:00
## 6586 2022-12-16 19:03:41      TRUE 2022-12-16 19:00:00
## 6587 2022-12-16 19:03:39      TRUE 2022-12-16 19:00:00
## 6588 2022-12-16 19:03:37      TRUE 2022-12-16 19:00:00
## 6589 2022-12-16 19:03:35      TRUE 2022-12-16 19:00:00
## 6590 2022-12-16 19:03:25      TRUE 2022-12-16 19:00:00
## 6591 2022-12-16 19:03:22      TRUE 2022-12-16 19:00:00
## 6592 2022-12-16 19:03:18      TRUE 2022-12-16 19:00:00
## 6593 2022-12-16 19:03:10      TRUE 2022-12-16 19:00:00
## 6594 2022-12-16 19:03:06      TRUE 2022-12-16 19:00:00
## 6595 2022-12-16 19:03:03      TRUE 2022-12-16 19:00:00
## 6596 2022-12-16 19:03:00      TRUE 2022-12-16 19:00:00
## 6597 2022-12-16 19:02:56      TRUE 2022-12-16 19:00:00
## 6598 2022-12-16 19:02:54      TRUE 2022-12-16 19:00:00
## 6599 2022-12-16 19:02:48      TRUE 2022-12-16 19:00:00
## 6600 2022-12-16 19:02:48      TRUE 2022-12-16 19:00:00
## 6601 2022-12-16 19:02:47      TRUE 2022-12-16 19:00:00
## 6602 2022-12-16 19:02:44      TRUE 2022-12-16 19:00:00
## 6603 2022-12-16 19:02:40      TRUE 2022-12-16 19:00:00
## 6604 2022-12-16 19:02:40      TRUE 2022-12-16 19:00:00
## 6605 2022-12-16 19:02:38      TRUE 2022-12-16 19:00:00
## 6606 2022-12-16 19:02:37      TRUE 2022-12-16 19:00:00
## 6607 2022-12-16 19:02:36      TRUE 2022-12-16 19:00:00
## 6608 2022-12-16 19:02:35      TRUE 2022-12-16 19:00:00
## 6609 2022-12-16 19:02:35      TRUE 2022-12-16 19:00:00
## 6610 2022-12-16 19:02:27      TRUE 2022-12-16 19:00:00
## 6611 2022-12-16 19:02:26      TRUE 2022-12-16 19:00:00
## 6612 2022-12-16 19:02:19      TRUE 2022-12-16 19:00:00
## 6613 2022-12-16 19:02:17      TRUE 2022-12-16 19:00:00
## 6614 2022-12-16 19:02:14      TRUE 2022-12-16 19:00:00
## 6615 2022-12-16 19:02:13      TRUE 2022-12-16 19:00:00
## 6616 2022-12-16 19:02:10      TRUE 2022-12-16 19:00:00
## 6617 2022-12-16 19:02:07      TRUE 2022-12-16 19:00:00
## 6618 2022-12-16 19:02:05      TRUE 2022-12-16 19:00:00
## 6619 2022-12-16 19:01:58      TRUE 2022-12-16 19:00:00
## 6620 2022-12-16 19:01:50      TRUE 2022-12-16 19:00:00
## 6621 2022-12-16 19:01:49      TRUE 2022-12-16 19:00:00
## 6622 2022-12-16 19:01:45      TRUE 2022-12-16 19:00:00
## 6623 2022-12-16 19:01:41      TRUE 2022-12-16 19:00:00
## 6624 2022-12-16 19:01:36      TRUE 2022-12-16 19:00:00
## 6625 2022-12-16 19:01:35      TRUE 2022-12-16 19:00:00
## 6626 2022-12-16 19:01:34      TRUE 2022-12-16 19:00:00
## 6627 2022-12-16 19:01:32      TRUE 2022-12-16 19:00:00
## 6628 2022-12-16 19:01:32      TRUE 2022-12-16 19:00:00
## 6629 2022-12-16 19:01:32      TRUE 2022-12-16 19:00:00
## 6630 2022-12-16 19:01:28      TRUE 2022-12-16 19:00:00
## 6631 2022-12-16 19:01:28      TRUE 2022-12-16 19:00:00
## 6632 2022-12-16 19:01:24      TRUE 2022-12-16 19:00:00
## 6633 2022-12-16 19:01:23      TRUE 2022-12-16 19:00:00
## 6634 2022-12-16 19:01:22      TRUE 2022-12-16 19:00:00
## 6635 2022-12-16 19:01:19      TRUE 2022-12-16 19:00:00
## 6636 2022-12-16 19:01:19      TRUE 2022-12-16 19:00:00
## 6637 2022-12-16 19:01:15      TRUE 2022-12-16 19:00:00
## 6638 2022-12-16 19:01:14      TRUE 2022-12-16 19:00:00
## 6639 2022-12-16 19:01:09      TRUE 2022-12-16 19:00:00
## 6640 2022-12-16 19:01:08      TRUE 2022-12-16 19:00:00
## 6641 2022-12-16 19:01:07      TRUE 2022-12-16 19:00:00
## 6642 2022-12-16 19:01:07      TRUE 2022-12-16 19:00:00
## 6643 2022-12-16 19:01:04      TRUE 2022-12-16 19:00:00
## 6644 2022-12-16 19:01:04      TRUE 2022-12-16 19:00:00
## 6645 2022-12-16 19:00:55      TRUE 2022-12-16 19:00:00
## 6646 2022-12-16 19:00:53      TRUE 2022-12-16 19:00:00
## 6647 2022-12-16 19:00:45      TRUE 2022-12-16 19:00:00
## 6648 2022-12-16 19:00:41      TRUE 2022-12-16 19:00:00
## 6649 2022-12-16 19:00:33      TRUE 2022-12-16 19:00:00
## 6650 2022-12-16 19:00:24      TRUE 2022-12-16 19:00:00
## 6651 2022-12-16 19:00:23      TRUE 2022-12-16 19:00:00
## 6652 2022-12-16 19:00:19      TRUE 2022-12-16 19:00:00
## 6653 2022-12-16 19:00:19      TRUE 2022-12-16 19:00:00
## 6654 2022-12-16 19:00:09      TRUE 2022-12-16 19:00:00
## 6655 2022-12-16 19:00:04      TRUE 2022-12-16 19:00:00
## 6656 2022-12-16 19:00:03      TRUE 2022-12-16 19:00:00
## 6657 2022-12-16 19:00:03      TRUE 2022-12-16 19:00:00
## 6658 2022-12-16 19:00:03      TRUE 2022-12-16 19:00:00
## 6659 2022-12-16 19:00:01      TRUE 2022-12-16 19:00:00
## 6660 2022-12-16 19:00:00      TRUE 2022-12-16 19:00:00
## 6661 2022-12-16 18:59:58      TRUE 2022-12-16 19:00:00
## 6662 2022-12-16 18:59:52      TRUE 2022-12-16 19:00:00
## 6663 2022-12-16 18:59:51      TRUE 2022-12-16 19:00:00
## 6664 2022-12-16 18:59:49      TRUE 2022-12-16 19:00:00
## 6665 2022-12-16 18:59:48      TRUE 2022-12-16 19:00:00
## 6666 2022-12-16 18:59:42      TRUE 2022-12-16 19:00:00
## 6667 2022-12-16 18:59:42      TRUE 2022-12-16 19:00:00
## 6668 2022-12-16 18:59:37      TRUE 2022-12-16 19:00:00
## 6669 2022-12-16 18:59:36      TRUE 2022-12-16 19:00:00
## 6670 2022-12-16 18:59:32      TRUE 2022-12-16 19:00:00
## 6671 2022-12-16 18:59:24      TRUE 2022-12-16 19:00:00
## 6672 2022-12-16 18:59:23      TRUE 2022-12-16 19:00:00
## 6673 2022-12-16 18:59:21      TRUE 2022-12-16 19:00:00
## 6674 2022-12-16 18:59:19      TRUE 2022-12-16 19:00:00
## 6675 2022-12-16 18:59:10      TRUE 2022-12-16 19:00:00
## 6676 2022-12-16 18:59:08      TRUE 2022-12-16 19:00:00
## 6677 2022-12-16 18:59:07      TRUE 2022-12-16 19:00:00
## 6678 2022-12-16 18:59:07      TRUE 2022-12-16 19:00:00
## 6679 2022-12-16 18:59:06      TRUE 2022-12-16 19:00:00
## 6680 2022-12-16 18:59:04      TRUE 2022-12-16 19:00:00
## 6681 2022-12-16 18:59:03      TRUE 2022-12-16 19:00:00
## 6682 2022-12-16 18:59:02      TRUE 2022-12-16 19:00:00
## 6683 2022-12-16 18:59:02      TRUE 2022-12-16 19:00:00
## 6684 2022-12-16 18:59:01      TRUE 2022-12-16 19:00:00
## 6685 2022-12-16 18:58:55      TRUE 2022-12-16 19:00:00
## 6686 2022-12-16 18:58:53      TRUE 2022-12-16 19:00:00
## 6687 2022-12-16 18:58:51      TRUE 2022-12-16 19:00:00
## 6688 2022-12-16 18:58:49      TRUE 2022-12-16 19:00:00
## 6689 2022-12-16 18:58:47      TRUE 2022-12-16 19:00:00
## 6690 2022-12-16 18:58:47      TRUE 2022-12-16 19:00:00
## 6691 2022-12-16 18:58:47      TRUE 2022-12-16 19:00:00
## 6692 2022-12-16 18:58:42      TRUE 2022-12-16 19:00:00
## 6693 2022-12-16 18:58:39      TRUE 2022-12-16 19:00:00
## 6694 2022-12-16 18:58:38      TRUE 2022-12-16 19:00:00
## 6695 2022-12-16 18:58:33      TRUE 2022-12-16 19:00:00
## 6696 2022-12-16 18:58:32      TRUE 2022-12-16 19:00:00
## 6697 2022-12-16 18:58:31      TRUE 2022-12-16 19:00:00
## 6698 2022-12-16 18:58:27      TRUE 2022-12-16 19:00:00
## 6699 2022-12-16 18:58:27      TRUE 2022-12-16 19:00:00
## 6700 2022-12-16 18:58:27      TRUE 2022-12-16 19:00:00
## 6701 2022-12-16 18:58:18      TRUE 2022-12-16 19:00:00
## 6702 2022-12-16 18:58:15      TRUE 2022-12-16 19:00:00
## 6703 2022-12-16 18:58:11      TRUE 2022-12-16 19:00:00
## 6704 2022-12-16 18:58:01      TRUE 2022-12-16 19:00:00
## 6705 2022-12-16 18:58:01      TRUE 2022-12-16 19:00:00
## 6706 2022-12-16 18:58:01      TRUE 2022-12-16 19:00:00
## 6707 2022-12-16 18:57:59      TRUE 2022-12-16 19:00:00
## 6708 2022-12-16 18:57:57      TRUE 2022-12-16 19:00:00
## 6709 2022-12-16 18:57:56      TRUE 2022-12-16 19:00:00
## 6710 2022-12-16 18:57:52      TRUE 2022-12-16 19:00:00
## 6711 2022-12-16 18:57:50      TRUE 2022-12-16 19:00:00
## 6712 2022-12-16 18:57:49      TRUE 2022-12-16 19:00:00
## 6713 2022-12-16 18:57:47      TRUE 2022-12-16 19:00:00
## 6714 2022-12-16 18:57:46      TRUE 2022-12-16 19:00:00
## 6715 2022-12-16 18:57:37      TRUE 2022-12-16 19:00:00
## 6716 2022-12-16 18:57:32      TRUE 2022-12-16 19:00:00
## 6717 2022-12-16 18:57:28      TRUE 2022-12-16 19:00:00
## 6718 2022-12-16 18:57:27      TRUE 2022-12-16 19:00:00
## 6719 2022-12-16 18:57:24      TRUE 2022-12-16 19:00:00
## 6720 2022-12-16 18:57:24      TRUE 2022-12-16 19:00:00
## 6721 2022-12-16 18:57:23      TRUE 2022-12-16 19:00:00
## 6722 2022-12-16 18:57:21      TRUE 2022-12-16 19:00:00
## 6723 2022-12-16 18:57:18      TRUE 2022-12-16 19:00:00
## 6724 2022-12-16 18:57:16      TRUE 2022-12-16 19:00:00
## 6725 2022-12-16 18:57:15      TRUE 2022-12-16 19:00:00
## 6726 2022-12-16 18:57:14      TRUE 2022-12-16 19:00:00
## 6727 2022-12-16 18:57:13      TRUE 2022-12-16 19:00:00
## 6728 2022-12-16 18:57:10      TRUE 2022-12-16 19:00:00
## 6729 2022-12-16 18:57:08      TRUE 2022-12-16 19:00:00
## 6730 2022-12-16 18:57:07      TRUE 2022-12-16 19:00:00
## 6731 2022-12-16 18:57:06      TRUE 2022-12-16 19:00:00
## 6732 2022-12-16 18:57:04      TRUE 2022-12-16 19:00:00
## 6733 2022-12-16 18:57:02      TRUE 2022-12-16 19:00:00
## 6734 2022-12-16 18:57:02      TRUE 2022-12-16 19:00:00
## 6735 2022-12-16 18:56:55      TRUE 2022-12-16 19:00:00
## 6736 2022-12-16 18:56:50      TRUE 2022-12-16 19:00:00
## 6737 2022-12-16 18:56:48      TRUE 2022-12-16 19:00:00
## 6738 2022-12-16 18:56:43      TRUE 2022-12-16 19:00:00
## 6739 2022-12-16 18:56:43      TRUE 2022-12-16 19:00:00
## 6740 2022-12-16 18:56:41      TRUE 2022-12-16 19:00:00
## 6741 2022-12-16 18:56:40      TRUE 2022-12-16 19:00:00
## 6742 2022-12-16 18:56:39      TRUE 2022-12-16 19:00:00
## 6743 2022-12-16 18:56:38      TRUE 2022-12-16 19:00:00
## 6744 2022-12-16 18:56:38      TRUE 2022-12-16 19:00:00
## 6745 2022-12-16 18:56:37      TRUE 2022-12-16 19:00:00
## 6746 2022-12-16 18:56:33      TRUE 2022-12-16 19:00:00
## 6747 2022-12-16 18:56:32      TRUE 2022-12-16 19:00:00
## 6748 2022-12-16 18:56:28      TRUE 2022-12-16 19:00:00
## 6749 2022-12-16 18:56:28      TRUE 2022-12-16 19:00:00
## 6750 2022-12-16 18:56:25      TRUE 2022-12-16 19:00:00
## 6751 2022-12-16 18:56:24      TRUE 2022-12-16 19:00:00
## 6752 2022-12-16 18:56:22      TRUE 2022-12-16 19:00:00
## 6753 2022-12-16 18:56:21      TRUE 2022-12-16 19:00:00
## 6754 2022-12-16 18:56:19      TRUE 2022-12-16 19:00:00
## 6755 2022-12-16 18:56:19      TRUE 2022-12-16 19:00:00
## 6756 2022-12-16 18:56:19      TRUE 2022-12-16 19:00:00
## 6757 2022-12-16 18:56:10      TRUE 2022-12-16 19:00:00
## 6758 2022-12-16 18:56:03      TRUE 2022-12-16 19:00:00
## 6759 2022-12-16 18:55:58      TRUE 2022-12-16 19:00:00
## 6760 2022-12-16 18:55:51      TRUE 2022-12-16 19:00:00
## 6761 2022-12-16 18:55:49      TRUE 2022-12-16 19:00:00
## 6762 2022-12-16 18:55:42      TRUE 2022-12-16 19:00:00
## 6763 2022-12-16 18:55:41      TRUE 2022-12-16 19:00:00
## 6764 2022-12-16 18:55:37      TRUE 2022-12-16 19:00:00
## 6765 2022-12-16 18:55:37      TRUE 2022-12-16 19:00:00
## 6766 2022-12-16 18:55:34      TRUE 2022-12-16 19:00:00
## 6767 2022-12-16 18:55:33      TRUE 2022-12-16 19:00:00
## 6768 2022-12-16 18:55:31      TRUE 2022-12-16 19:00:00
## 6769 2022-12-16 18:55:27      TRUE 2022-12-16 19:00:00
## 6770 2022-12-16 18:55:26      TRUE 2022-12-16 19:00:00
## 6771 2022-12-16 18:55:21      TRUE 2022-12-16 19:00:00
## 6772 2022-12-16 18:55:20      TRUE 2022-12-16 19:00:00
## 6773 2022-12-16 18:55:17      TRUE 2022-12-16 19:00:00
## 6774 2022-12-16 18:55:14      TRUE 2022-12-16 19:00:00
## 6775 2022-12-16 18:55:14      TRUE 2022-12-16 19:00:00
## 6776 2022-12-16 18:55:05      TRUE 2022-12-16 19:00:00
## 6777 2022-12-16 18:54:59      TRUE 2022-12-16 19:00:00
## 6778 2022-12-16 18:54:57      TRUE 2022-12-16 19:00:00
## 6779 2022-12-16 18:54:56      TRUE 2022-12-16 19:00:00
## 6780 2022-12-16 18:54:56      TRUE 2022-12-16 19:00:00
## 6781 2022-12-16 18:54:54      TRUE 2022-12-16 19:00:00
## 6782 2022-12-16 18:54:50      TRUE 2022-12-16 19:00:00
## 6783 2022-12-16 18:54:49      TRUE 2022-12-16 19:00:00
## 6784 2022-12-16 18:54:47      TRUE 2022-12-16 19:00:00
## 6785 2022-12-16 18:54:46      TRUE 2022-12-16 19:00:00
## 6786 2022-12-16 18:54:42      TRUE 2022-12-16 19:00:00
## 6787 2022-12-16 18:54:41      TRUE 2022-12-16 19:00:00
## 6788 2022-12-16 18:54:36      TRUE 2022-12-16 19:00:00
## 6789 2022-12-16 18:54:35      TRUE 2022-12-16 19:00:00
## 6790 2022-12-16 18:54:35      TRUE 2022-12-16 19:00:00
## 6791 2022-12-16 18:54:33      TRUE 2022-12-16 19:00:00
## 6792 2022-12-16 18:54:32      TRUE 2022-12-16 19:00:00
## 6793 2022-12-16 18:54:30      TRUE 2022-12-16 19:00:00
## 6794 2022-12-16 18:54:26      TRUE 2022-12-16 19:00:00
## 6795 2022-12-16 18:54:24      TRUE 2022-12-16 19:00:00
## 6796 2022-12-16 18:54:21      TRUE 2022-12-16 19:00:00
## 6797 2022-12-16 18:54:20      TRUE 2022-12-16 19:00:00
## 6798 2022-12-16 18:54:11      TRUE 2022-12-16 19:00:00
## 6799 2022-12-16 18:54:09      TRUE 2022-12-16 19:00:00
## 6800 2022-12-16 18:54:07      TRUE 2022-12-16 19:00:00
## 6801 2022-12-16 18:53:59      TRUE 2022-12-16 19:00:00
## 6802 2022-12-16 18:53:59      TRUE 2022-12-16 19:00:00
## 6803 2022-12-16 18:53:56      TRUE 2022-12-16 19:00:00
## 6804 2022-12-16 18:53:56      TRUE 2022-12-16 19:00:00
## 6805 2022-12-16 18:53:55      TRUE 2022-12-16 19:00:00
## 6806 2022-12-16 18:53:54      TRUE 2022-12-16 19:00:00
## 6807 2022-12-16 18:53:54      TRUE 2022-12-16 19:00:00
## 6808 2022-12-16 18:53:47      TRUE 2022-12-16 19:00:00
## 6809 2022-12-16 18:53:45      TRUE 2022-12-16 19:00:00
## 6810 2022-12-16 18:53:44      TRUE 2022-12-16 19:00:00
## 6811 2022-12-16 18:53:42      TRUE 2022-12-16 19:00:00
## 6812 2022-12-16 18:53:41      TRUE 2022-12-16 19:00:00
## 6813 2022-12-16 18:53:39      TRUE 2022-12-16 19:00:00
## 6814 2022-12-16 18:53:39      TRUE 2022-12-16 19:00:00
## 6815 2022-12-16 18:53:37      TRUE 2022-12-16 19:00:00
## 6816 2022-12-16 18:53:37      TRUE 2022-12-16 19:00:00
## 6817 2022-12-16 18:53:34      TRUE 2022-12-16 19:00:00
## 6818 2022-12-16 18:53:27      TRUE 2022-12-16 19:00:00
## 6819 2022-12-16 18:53:25      TRUE 2022-12-16 19:00:00
## 6820 2022-12-16 18:53:25      TRUE 2022-12-16 19:00:00
## 6821 2022-12-16 18:53:22      TRUE 2022-12-16 19:00:00
## 6822 2022-12-16 18:53:14      TRUE 2022-12-16 19:00:00
## 6823 2022-12-16 18:53:09      TRUE 2022-12-16 19:00:00
## 6824 2022-12-16 18:53:09      TRUE 2022-12-16 19:00:00
## 6825 2022-12-16 18:53:08      TRUE 2022-12-16 19:00:00
## 6826 2022-12-16 18:53:08      TRUE 2022-12-16 19:00:00
## 6827 2022-12-16 18:53:03      TRUE 2022-12-16 19:00:00
## 6828 2022-12-16 18:52:57      TRUE 2022-12-16 19:00:00
## 6829 2022-12-16 18:52:54      TRUE 2022-12-16 19:00:00
## 6830 2022-12-16 18:52:49      TRUE 2022-12-16 19:00:00
## 6831 2022-12-16 18:52:48      TRUE 2022-12-16 19:00:00
## 6832 2022-12-16 18:52:47      TRUE 2022-12-16 19:00:00
## 6833 2022-12-16 18:52:29      TRUE 2022-12-16 19:00:00
## 6834 2022-12-16 18:52:22      TRUE 2022-12-16 19:00:00
## 6835 2022-12-16 18:52:13      TRUE 2022-12-16 19:00:00
## 6836 2022-12-16 18:52:12      TRUE 2022-12-16 19:00:00
## 6837 2022-12-16 18:52:10      TRUE 2022-12-16 19:00:00
## 6838 2022-12-16 18:52:10      TRUE 2022-12-16 19:00:00
## 6839 2022-12-16 18:52:06      TRUE 2022-12-16 19:00:00
## 6840 2022-12-16 18:52:02      TRUE 2022-12-16 19:00:00
## 6841 2022-12-16 18:51:59      TRUE 2022-12-16 19:00:00
## 6842 2022-12-16 18:51:53      TRUE 2022-12-16 19:00:00
## 6843 2022-12-16 18:51:47      TRUE 2022-12-16 19:00:00
## 6844 2022-12-16 18:51:45      TRUE 2022-12-16 19:00:00
## 6845 2022-12-16 18:51:35      TRUE 2022-12-16 19:00:00
## 6846 2022-12-16 18:51:35      TRUE 2022-12-16 19:00:00
## 6847 2022-12-16 18:51:33      TRUE 2022-12-16 19:00:00
## 6848 2022-12-16 18:51:27      TRUE 2022-12-16 19:00:00
## 6849 2022-12-16 18:51:23      TRUE 2022-12-16 19:00:00
## 6850 2022-12-16 18:51:21      TRUE 2022-12-16 19:00:00
## 6851 2022-12-16 18:51:17      TRUE 2022-12-16 19:00:00
## 6852 2022-12-16 18:51:14      TRUE 2022-12-16 19:00:00
## 6853 2022-12-16 18:51:13      TRUE 2022-12-16 19:00:00
## 6854 2022-12-16 18:51:10      TRUE 2022-12-16 19:00:00
## 6855 2022-12-16 18:51:10      TRUE 2022-12-16 19:00:00
## 6856 2022-12-16 18:51:09      TRUE 2022-12-16 19:00:00
## 6857 2022-12-16 18:51:09      TRUE 2022-12-16 19:00:00
## 6858 2022-12-16 18:51:04      TRUE 2022-12-16 19:00:00
## 6859 2022-12-16 18:51:03      TRUE 2022-12-16 19:00:00
## 6860 2022-12-16 18:51:02      TRUE 2022-12-16 19:00:00
## 6861 2022-12-16 18:50:59      TRUE 2022-12-16 19:00:00
## 6862 2022-12-16 18:50:47      TRUE 2022-12-16 19:00:00
## 6863 2022-12-16 18:50:46      TRUE 2022-12-16 19:00:00
## 6864 2022-12-16 18:50:45      TRUE 2022-12-16 19:00:00
## 6865 2022-12-16 18:50:42      TRUE 2022-12-16 19:00:00
## 6866 2022-12-16 18:50:42      TRUE 2022-12-16 19:00:00
## 6867 2022-12-16 18:50:40      TRUE 2022-12-16 19:00:00
## 6868 2022-12-16 18:50:36      TRUE 2022-12-16 19:00:00
## 6869 2022-12-16 18:50:35      TRUE 2022-12-16 19:00:00
## 6870 2022-12-16 18:50:35      TRUE 2022-12-16 19:00:00
## 6871 2022-12-16 18:50:34      TRUE 2022-12-16 19:00:00
## 6872 2022-12-16 18:50:32      TRUE 2022-12-16 19:00:00
## 6873 2022-12-16 18:50:28      TRUE 2022-12-16 19:00:00
## 6874 2022-12-16 18:50:27      TRUE 2022-12-16 19:00:00
## 6875 2022-12-16 18:50:26      TRUE 2022-12-16 19:00:00
## 6876 2022-12-16 18:50:25      TRUE 2022-12-16 19:00:00
## 6877 2022-12-16 18:50:22      TRUE 2022-12-16 19:00:00
## 6878 2022-12-16 18:50:21      TRUE 2022-12-16 19:00:00
## 6879 2022-12-16 18:50:20      TRUE 2022-12-16 19:00:00
## 6880 2022-12-16 18:50:14      TRUE 2022-12-16 19:00:00
## 6881 2022-12-16 18:50:11      TRUE 2022-12-16 19:00:00
## 6882 2022-12-16 18:50:11      TRUE 2022-12-16 19:00:00
## 6883 2022-12-16 18:50:06      TRUE 2022-12-16 19:00:00
## 6884 2022-12-16 18:50:03      TRUE 2022-12-16 19:00:00
## 6885 2022-12-16 18:50:02      TRUE 2022-12-16 19:00:00
## 6886 2022-12-16 18:49:57      TRUE 2022-12-16 19:00:00
## 6887 2022-12-16 18:49:56      TRUE 2022-12-16 19:00:00
## 6888 2022-12-16 18:49:54      TRUE 2022-12-16 19:00:00
## 6889 2022-12-16 18:49:54      TRUE 2022-12-16 19:00:00
## 6890 2022-12-16 18:49:50      TRUE 2022-12-16 19:00:00
## 6891 2022-12-16 18:49:49      TRUE 2022-12-16 19:00:00
## 6892 2022-12-16 18:49:47      TRUE 2022-12-16 19:00:00
## 6893 2022-12-16 18:49:46      TRUE 2022-12-16 19:00:00
## 6894 2022-12-16 18:49:45      TRUE 2022-12-16 19:00:00
## 6895 2022-12-16 18:49:42      TRUE 2022-12-16 19:00:00
## 6896 2022-12-16 18:49:39      TRUE 2022-12-16 19:00:00
## 6897 2022-12-16 18:49:35      TRUE 2022-12-16 19:00:00
## 6898 2022-12-16 18:49:34      TRUE 2022-12-16 19:00:00
## 6899 2022-12-16 18:49:32      TRUE 2022-12-16 19:00:00
## 6900 2022-12-16 18:49:28      TRUE 2022-12-16 19:00:00
## 6901 2022-12-16 18:49:16      TRUE 2022-12-16 19:00:00
## 6902 2022-12-16 18:49:16      TRUE 2022-12-16 19:00:00
## 6903 2022-12-16 18:49:14      TRUE 2022-12-16 19:00:00
## 6904 2022-12-16 18:49:10      TRUE 2022-12-16 19:00:00
## 6905 2022-12-16 18:49:05      TRUE 2022-12-16 19:00:00
## 6906 2022-12-16 18:49:04      TRUE 2022-12-16 19:00:00
## 6907 2022-12-16 18:49:04      TRUE 2022-12-16 19:00:00
## 6908 2022-12-16 18:48:55      TRUE 2022-12-16 19:00:00
## 6909 2022-12-16 18:48:55      TRUE 2022-12-16 19:00:00
## 6910 2022-12-16 18:48:48      TRUE 2022-12-16 19:00:00
## 6911 2022-12-16 18:48:47      TRUE 2022-12-16 19:00:00
## 6912 2022-12-16 18:48:39      TRUE 2022-12-16 19:00:00
## 6913 2022-12-16 18:48:38      TRUE 2022-12-16 19:00:00
## 6914 2022-12-16 18:48:37      TRUE 2022-12-16 19:00:00
## 6915 2022-12-16 18:48:36      TRUE 2022-12-16 19:00:00
## 6916 2022-12-16 18:48:35      TRUE 2022-12-16 19:00:00
## 6917 2022-12-16 18:48:33      TRUE 2022-12-16 19:00:00
## 6918 2022-12-16 18:48:29      TRUE 2022-12-16 19:00:00
## 6919 2022-12-16 18:48:24      TRUE 2022-12-16 19:00:00
## 6920 2022-12-16 18:48:24      TRUE 2022-12-16 19:00:00
## 6921 2022-12-16 18:48:20      TRUE 2022-12-16 19:00:00
## 6922 2022-12-16 18:48:19      TRUE 2022-12-16 19:00:00
## 6923 2022-12-16 18:48:19      TRUE 2022-12-16 19:00:00
## 6924 2022-12-16 18:48:19      TRUE 2022-12-16 19:00:00
## 6925 2022-12-16 18:48:18      TRUE 2022-12-16 19:00:00
## 6926 2022-12-16 18:48:12      TRUE 2022-12-16 19:00:00
## 6927 2022-12-16 18:48:11      TRUE 2022-12-16 19:00:00
## 6928 2022-12-16 18:48:10      TRUE 2022-12-16 19:00:00
## 6929 2022-12-16 18:48:10      TRUE 2022-12-16 19:00:00
## 6930 2022-12-16 18:48:09      TRUE 2022-12-16 19:00:00
## 6931 2022-12-16 18:48:09      TRUE 2022-12-16 19:00:00
## 6932 2022-12-16 18:48:08      TRUE 2022-12-16 19:00:00
## 6933 2022-12-16 18:48:06      TRUE 2022-12-16 19:00:00
## 6934 2022-12-16 18:47:56      TRUE 2022-12-16 19:00:00
## 6935 2022-12-16 18:47:53      TRUE 2022-12-16 19:00:00
## 6936 2022-12-16 18:47:50      TRUE 2022-12-16 19:00:00
## 6937 2022-12-16 18:47:46      TRUE 2022-12-16 19:00:00
## 6938 2022-12-16 18:47:44      TRUE 2022-12-16 19:00:00
## 6939 2022-12-16 18:47:41      TRUE 2022-12-16 19:00:00
## 6940 2022-12-16 18:47:39      TRUE 2022-12-16 19:00:00
## 6941 2022-12-16 18:47:38      TRUE 2022-12-16 19:00:00
## 6942 2022-12-16 18:47:35      TRUE 2022-12-16 19:00:00
## 6943 2022-12-16 18:47:33      TRUE 2022-12-16 19:00:00
## 6944 2022-12-16 18:47:29      TRUE 2022-12-16 19:00:00
## 6945 2022-12-16 18:47:27      TRUE 2022-12-16 19:00:00
## 6946 2022-12-16 18:47:27      TRUE 2022-12-16 19:00:00
## 6947 2022-12-16 18:47:26      TRUE 2022-12-16 19:00:00
## 6948 2022-12-16 18:47:25      TRUE 2022-12-16 19:00:00
## 6949 2022-12-16 18:47:21      TRUE 2022-12-16 19:00:00
## 6950 2022-12-16 18:47:11      TRUE 2022-12-16 19:00:00
## 6951 2022-12-16 18:47:10      TRUE 2022-12-16 19:00:00
## 6952 2022-12-16 18:47:09      TRUE 2022-12-16 19:00:00
## 6953 2022-12-16 18:47:07      TRUE 2022-12-16 19:00:00
## 6954 2022-12-16 18:46:59      TRUE 2022-12-16 19:00:00
## 6955 2022-12-16 18:46:40      TRUE 2022-12-16 19:00:00
## 6956 2022-12-16 18:46:39      TRUE 2022-12-16 19:00:00
## 6957 2022-12-16 18:46:36      TRUE 2022-12-16 19:00:00
## 6958 2022-12-16 18:46:36      TRUE 2022-12-16 19:00:00
## 6959 2022-12-16 18:46:33      TRUE 2022-12-16 19:00:00
## 6960 2022-12-16 18:46:31      TRUE 2022-12-16 19:00:00
## 6961 2022-12-16 18:46:30      TRUE 2022-12-16 19:00:00
## 6962 2022-12-16 18:46:27      TRUE 2022-12-16 19:00:00
## 6963 2022-12-16 18:46:25      TRUE 2022-12-16 19:00:00
## 6964 2022-12-16 18:46:19      TRUE 2022-12-16 19:00:00
## 6965 2022-12-16 18:46:17      TRUE 2022-12-16 19:00:00
## 6966 2022-12-16 18:46:15      TRUE 2022-12-16 19:00:00
## 6967 2022-12-16 18:46:14      TRUE 2022-12-16 19:00:00
## 6968 2022-12-16 18:46:12      TRUE 2022-12-16 19:00:00
## 6969 2022-12-16 18:46:11      TRUE 2022-12-16 19:00:00
## 6970 2022-12-16 18:46:10      TRUE 2022-12-16 19:00:00
## 6971 2022-12-16 18:46:02      TRUE 2022-12-16 19:00:00
## 6972 2022-12-16 18:46:02      TRUE 2022-12-16 19:00:00
## 6973 2022-12-16 18:46:00      TRUE 2022-12-16 19:00:00
## 6974 2022-12-16 18:45:57      TRUE 2022-12-16 19:00:00
## 6975 2022-12-16 18:45:57      TRUE 2022-12-16 19:00:00
## 6976 2022-12-16 18:45:53      TRUE 2022-12-16 19:00:00
## 6977 2022-12-16 18:45:50      TRUE 2022-12-16 19:00:00
## 6978 2022-12-16 18:45:45      TRUE 2022-12-16 19:00:00
## 6979 2022-12-16 18:45:44      TRUE 2022-12-16 19:00:00
## 6980 2022-12-16 18:45:44      TRUE 2022-12-16 19:00:00
## 6981 2022-12-16 18:45:44      TRUE 2022-12-16 19:00:00
## 6982 2022-12-16 18:45:41      TRUE 2022-12-16 19:00:00
## 6983 2022-12-16 18:45:38      TRUE 2022-12-16 19:00:00
## 6984 2022-12-16 18:45:37      TRUE 2022-12-16 19:00:00
## 6985 2022-12-16 18:45:36      TRUE 2022-12-16 19:00:00
## 6986 2022-12-16 18:45:36      TRUE 2022-12-16 19:00:00
## 6987 2022-12-16 18:45:35      TRUE 2022-12-16 19:00:00
## 6988 2022-12-16 18:45:35      TRUE 2022-12-16 19:00:00
## 6989 2022-12-16 18:45:33      TRUE 2022-12-16 19:00:00
## 6990 2022-12-16 18:45:33      TRUE 2022-12-16 19:00:00
## 6991 2022-12-16 18:45:31      TRUE 2022-12-16 19:00:00
## 6992 2022-12-16 18:45:27      TRUE 2022-12-16 19:00:00
## 6993 2022-12-16 18:45:25      TRUE 2022-12-16 19:00:00
## 6994 2022-12-16 18:45:23      TRUE 2022-12-16 19:00:00
## 6995 2022-12-16 18:45:23      TRUE 2022-12-16 19:00:00
## 6996 2022-12-16 18:45:21      TRUE 2022-12-16 19:00:00
## 6997 2022-12-16 18:45:16      TRUE 2022-12-16 19:00:00
## 6998 2022-12-16 18:45:15      TRUE 2022-12-16 19:00:00
## 6999 2022-12-16 18:45:14      TRUE 2022-12-16 19:00:00
## 7000 2022-12-16 18:45:12      TRUE 2022-12-16 19:00:00
## 7001 2022-12-16 18:45:10      TRUE 2022-12-16 19:00:00
## 7002 2022-12-16 18:45:09      TRUE 2022-12-16 19:00:00
## 7003 2022-12-16 18:45:06      TRUE 2022-12-16 19:00:00
## 7004 2022-12-16 18:45:04      TRUE 2022-12-16 19:00:00
## 7005 2022-12-16 18:45:04      TRUE 2022-12-16 19:00:00
## 7006 2022-12-16 18:45:00      TRUE 2022-12-16 19:00:00
## 7007 2022-12-16 18:45:00      TRUE 2022-12-16 19:00:00
## 7008 2022-12-16 18:44:57      TRUE 2022-12-16 19:00:00
## 7009 2022-12-16 18:44:50      TRUE 2022-12-16 19:00:00
## 7010 2022-12-16 18:44:22      TRUE 2022-12-16 19:00:00
## 7011 2022-12-16 18:44:22      TRUE 2022-12-16 19:00:00
## 7012 2022-12-16 18:44:20      TRUE 2022-12-16 19:00:00
## 7013 2022-12-16 18:44:20      TRUE 2022-12-16 19:00:00
## 7014 2022-12-16 18:44:17      TRUE 2022-12-16 19:00:00
## 7015 2022-12-16 18:44:17      TRUE 2022-12-16 19:00:00
## 7016 2022-12-16 18:44:12      TRUE 2022-12-16 19:00:00
## 7017 2022-12-16 18:44:08      TRUE 2022-12-16 19:00:00
## 7018 2022-12-16 18:43:49      TRUE 2022-12-16 19:00:00
## 7019 2022-12-16 18:43:49      TRUE 2022-12-16 19:00:00
## 7020 2022-12-16 18:43:48      TRUE 2022-12-16 19:00:00
## 7021 2022-12-16 18:43:45      TRUE 2022-12-16 19:00:00
## 7022 2022-12-16 18:43:45      TRUE 2022-12-16 19:00:00
## 7023 2022-12-16 18:43:43      TRUE 2022-12-16 19:00:00
## 7024 2022-12-16 18:43:42      TRUE 2022-12-16 19:00:00
## 7025 2022-12-16 18:43:37      TRUE 2022-12-16 19:00:00
## 7026 2022-12-16 18:43:33      TRUE 2022-12-16 19:00:00
## 7027 2022-12-16 18:43:32      TRUE 2022-12-16 19:00:00
## 7028 2022-12-16 18:43:31      TRUE 2022-12-16 19:00:00
## 7029 2022-12-16 18:43:31      TRUE 2022-12-16 19:00:00
## 7030 2022-12-16 18:43:27      TRUE 2022-12-16 19:00:00
## 7031 2022-12-16 18:43:27      TRUE 2022-12-16 19:00:00
## 7032 2022-12-16 18:43:25      TRUE 2022-12-16 19:00:00
## 7033 2022-12-16 18:43:25      TRUE 2022-12-16 19:00:00
## 7034 2022-12-16 18:43:23      TRUE 2022-12-16 19:00:00
## 7035 2022-12-16 18:43:21      TRUE 2022-12-16 19:00:00
## 7036 2022-12-16 18:43:21      TRUE 2022-12-16 19:00:00
## 7037 2022-12-16 18:43:20      TRUE 2022-12-16 19:00:00
## 7038 2022-12-16 18:43:20      TRUE 2022-12-16 19:00:00
## 7039 2022-12-16 18:43:18      TRUE 2022-12-16 19:00:00
## 7040 2022-12-16 18:43:16      TRUE 2022-12-16 19:00:00
## 7041 2022-12-16 18:43:15      TRUE 2022-12-16 19:00:00
## 7042 2022-12-16 18:43:13      TRUE 2022-12-16 19:00:00
## 7043 2022-12-16 18:43:02      TRUE 2022-12-16 19:00:00
## 7044 2022-12-16 18:43:00      TRUE 2022-12-16 19:00:00
## 7045 2022-12-16 18:42:59      TRUE 2022-12-16 19:00:00
## 7046 2022-12-16 18:42:58      TRUE 2022-12-16 19:00:00
## 7047 2022-12-16 18:42:58      TRUE 2022-12-16 19:00:00
## 7048 2022-12-16 18:42:57      TRUE 2022-12-16 19:00:00
## 7049 2022-12-16 18:42:52      TRUE 2022-12-16 19:00:00
## 7050 2022-12-16 18:42:50      TRUE 2022-12-16 19:00:00
## 7051 2022-12-16 18:42:48      TRUE 2022-12-16 19:00:00
## 7052 2022-12-16 18:42:48      TRUE 2022-12-16 19:00:00
## 7053 2022-12-16 18:42:40      TRUE 2022-12-16 19:00:00
## 7054 2022-12-16 18:42:40      TRUE 2022-12-16 19:00:00
## 7055 2022-12-16 18:42:40      TRUE 2022-12-16 19:00:00
## 7056 2022-12-16 18:42:40      TRUE 2022-12-16 19:00:00
## 7057 2022-12-16 18:42:38      TRUE 2022-12-16 19:00:00
## 7058 2022-12-16 18:42:36      TRUE 2022-12-16 19:00:00
## 7059 2022-12-16 18:42:32      TRUE 2022-12-16 19:00:00
## 7060 2022-12-16 18:42:26      TRUE 2022-12-16 19:00:00
## 7061 2022-12-16 18:42:22      TRUE 2022-12-16 19:00:00
## 7062 2022-12-16 18:42:16      TRUE 2022-12-16 19:00:00
## 7063 2022-12-16 18:42:14      TRUE 2022-12-16 19:00:00
## 7064 2022-12-16 18:42:09      TRUE 2022-12-16 19:00:00
## 7065 2022-12-16 18:42:08      TRUE 2022-12-16 19:00:00
## 7066 2022-12-16 18:42:08      TRUE 2022-12-16 19:00:00
## 7067 2022-12-16 18:42:07      TRUE 2022-12-16 19:00:00
## 7068 2022-12-16 18:42:06      TRUE 2022-12-16 19:00:00
## 7069 2022-12-16 18:42:06      TRUE 2022-12-16 19:00:00
## 7070 2022-12-16 18:42:06      TRUE 2022-12-16 19:00:00
## 7071 2022-12-16 18:42:06      TRUE 2022-12-16 19:00:00
## 7072 2022-12-16 18:42:04      TRUE 2022-12-16 19:00:00
## 7073 2022-12-16 18:42:03      TRUE 2022-12-16 19:00:00
## 7074 2022-12-16 18:42:01      TRUE 2022-12-16 19:00:00
## 7075 2022-12-16 18:42:01      TRUE 2022-12-16 19:00:00
## 7076 2022-12-16 18:42:00      TRUE 2022-12-16 19:00:00
## 7077 2022-12-16 18:41:59      TRUE 2022-12-16 19:00:00
## 7078 2022-12-16 18:41:58      TRUE 2022-12-16 19:00:00
## 7079 2022-12-16 18:41:56      TRUE 2022-12-16 19:00:00
## 7080 2022-12-16 18:41:53      TRUE 2022-12-16 19:00:00
## 7081 2022-12-16 18:41:48      TRUE 2022-12-16 19:00:00
## 7082 2022-12-16 18:41:48      TRUE 2022-12-16 19:00:00
## 7083 2022-12-16 18:41:47      TRUE 2022-12-16 19:00:00
## 7084 2022-12-16 18:41:47      TRUE 2022-12-16 19:00:00
## 7085 2022-12-16 18:41:45      TRUE 2022-12-16 19:00:00
## 7086 2022-12-16 18:41:38      TRUE 2022-12-16 19:00:00
## 7087 2022-12-16 18:41:38      TRUE 2022-12-16 19:00:00
## 7088 2022-12-16 18:41:35      TRUE 2022-12-16 19:00:00
## 7089 2022-12-16 18:41:35      TRUE 2022-12-16 19:00:00
## 7090 2022-12-16 18:41:35      TRUE 2022-12-16 19:00:00
## 7091 2022-12-16 18:41:31      TRUE 2022-12-16 19:00:00
## 7092 2022-12-16 18:41:28      TRUE 2022-12-16 19:00:00
## 7093 2022-12-16 18:41:23      TRUE 2022-12-16 19:00:00
## 7094 2022-12-16 18:41:17      TRUE 2022-12-16 19:00:00
## 7095 2022-12-16 18:41:17      TRUE 2022-12-16 19:00:00
## 7096 2022-12-16 18:41:12      TRUE 2022-12-16 19:00:00
## 7097 2022-12-16 18:41:11      TRUE 2022-12-16 19:00:00
## 7098 2022-12-16 18:41:10      TRUE 2022-12-16 19:00:00
## 7099 2022-12-16 18:41:09      TRUE 2022-12-16 19:00:00
## 7100 2022-12-16 18:41:09      TRUE 2022-12-16 19:00:00
## 7101 2022-12-16 18:41:05      TRUE 2022-12-16 19:00:00
## 7102 2022-12-16 18:41:05      TRUE 2022-12-16 19:00:00
## 7103 2022-12-16 18:41:02      TRUE 2022-12-16 19:00:00
## 7104 2022-12-16 18:40:53      TRUE 2022-12-16 19:00:00
## 7105 2022-12-16 18:40:52      TRUE 2022-12-16 19:00:00
## 7106 2022-12-16 18:40:45      TRUE 2022-12-16 19:00:00
## 7107 2022-12-16 18:40:34      TRUE 2022-12-16 19:00:00
## 7108 2022-12-16 18:40:32      TRUE 2022-12-16 19:00:00
## 7109 2022-12-16 18:40:31      TRUE 2022-12-16 19:00:00
## 7110 2022-12-16 18:40:30      TRUE 2022-12-16 19:00:00
## 7111 2022-12-16 18:40:28      TRUE 2022-12-16 19:00:00
## 7112 2022-12-16 18:40:28      TRUE 2022-12-16 19:00:00
## 7113 2022-12-16 18:40:27      TRUE 2022-12-16 19:00:00
## 7114 2022-12-16 18:40:27      TRUE 2022-12-16 19:00:00
## 7115 2022-12-16 18:40:25      TRUE 2022-12-16 19:00:00
## 7116 2022-12-16 18:40:24      TRUE 2022-12-16 19:00:00
## 7117 2022-12-16 18:40:23      TRUE 2022-12-16 19:00:00
## 7118 2022-12-16 18:40:21      TRUE 2022-12-16 19:00:00
## 7119 2022-12-16 18:40:20      TRUE 2022-12-16 19:00:00
## 7120 2022-12-16 18:40:20      TRUE 2022-12-16 19:00:00
## 7121 2022-12-16 18:40:19      TRUE 2022-12-16 19:00:00
## 7122 2022-12-16 18:40:12      TRUE 2022-12-16 19:00:00
## 7123 2022-12-16 18:40:12      TRUE 2022-12-16 19:00:00
## 7124 2022-12-16 18:40:12      TRUE 2022-12-16 19:00:00
## 7125 2022-12-16 18:40:04      TRUE 2022-12-16 19:00:00
## 7126 2022-12-16 18:40:03      TRUE 2022-12-16 19:00:00
## 7127 2022-12-16 18:40:03      TRUE 2022-12-16 19:00:00
## 7128 2022-12-16 18:40:01      TRUE 2022-12-16 19:00:00
## 7129 2022-12-16 18:39:58      TRUE 2022-12-16 19:00:00
## 7130 2022-12-16 18:39:55      TRUE 2022-12-16 19:00:00
## 7131 2022-12-16 18:39:53      TRUE 2022-12-16 19:00:00
## 7132 2022-12-16 18:39:51      TRUE 2022-12-16 19:00:00
## 7133 2022-12-16 18:39:51      TRUE 2022-12-16 19:00:00
## 7134 2022-12-16 18:39:50      TRUE 2022-12-16 19:00:00
## 7135 2022-12-16 18:39:42      TRUE 2022-12-16 19:00:00
## 7136 2022-12-16 18:39:41      TRUE 2022-12-16 19:00:00
## 7137 2022-12-16 18:39:39      TRUE 2022-12-16 19:00:00
## 7138 2022-12-16 18:39:36      TRUE 2022-12-16 19:00:00
## 7139 2022-12-16 18:39:35      TRUE 2022-12-16 19:00:00
## 7140 2022-12-16 18:39:33      TRUE 2022-12-16 19:00:00
## 7141 2022-12-16 18:39:33      TRUE 2022-12-16 19:00:00
## 7142 2022-12-16 18:39:28      TRUE 2022-12-16 19:00:00
## 7143 2022-12-16 18:39:26      TRUE 2022-12-16 19:00:00
## 7144 2022-12-16 18:39:26      TRUE 2022-12-16 19:00:00
## 7145 2022-12-16 18:39:25      TRUE 2022-12-16 19:00:00
## 7146 2022-12-16 18:39:23      TRUE 2022-12-16 19:00:00
## 7147 2022-12-16 18:39:22      TRUE 2022-12-16 19:00:00
## 7148 2022-12-16 18:39:22      TRUE 2022-12-16 19:00:00
## 7149 2022-12-16 18:39:19      TRUE 2022-12-16 19:00:00
## 7150 2022-12-16 18:39:18      TRUE 2022-12-16 19:00:00
## 7151 2022-12-16 18:39:17      TRUE 2022-12-16 19:00:00
## 7152 2022-12-16 18:39:15      TRUE 2022-12-16 19:00:00
## 7153 2022-12-16 18:39:14      TRUE 2022-12-16 19:00:00
## 7154 2022-12-16 18:39:05      TRUE 2022-12-16 19:00:00
## 7155 2022-12-16 18:39:02      TRUE 2022-12-16 19:00:00
## 7156 2022-12-16 18:39:01      TRUE 2022-12-16 19:00:00
## 7157 2022-12-16 18:39:01      TRUE 2022-12-16 19:00:00
## 7158 2022-12-16 18:39:01      TRUE 2022-12-16 19:00:00
## 7159 2022-12-16 18:38:59      TRUE 2022-12-16 19:00:00
## 7160 2022-12-16 18:38:58      TRUE 2022-12-16 19:00:00
## 7161 2022-12-16 18:38:57      TRUE 2022-12-16 19:00:00
## 7162 2022-12-16 18:38:57      TRUE 2022-12-16 19:00:00
## 7163 2022-12-16 18:38:53      TRUE 2022-12-16 19:00:00
## 7164 2022-12-16 18:38:52      TRUE 2022-12-16 19:00:00
## 7165 2022-12-16 18:38:51      TRUE 2022-12-16 19:00:00
## 7166 2022-12-16 18:38:45      TRUE 2022-12-16 19:00:00
## 7167 2022-12-16 18:38:41      TRUE 2022-12-16 19:00:00
## 7168 2022-12-16 18:38:40      TRUE 2022-12-16 19:00:00
## 7169 2022-12-16 18:38:39      TRUE 2022-12-16 19:00:00
## 7170 2022-12-16 18:38:39      TRUE 2022-12-16 19:00:00
## 7171 2022-12-16 18:38:37      TRUE 2022-12-16 19:00:00
## 7172 2022-12-16 18:38:32      TRUE 2022-12-16 19:00:00
## 7173 2022-12-16 18:38:32      TRUE 2022-12-16 19:00:00
## 7174 2022-12-16 18:38:29      TRUE 2022-12-16 19:00:00
## 7175 2022-12-16 18:38:26      TRUE 2022-12-16 19:00:00
## 7176 2022-12-16 18:38:24      TRUE 2022-12-16 19:00:00
## 7177 2022-12-16 18:38:24      TRUE 2022-12-16 19:00:00
## 7178 2022-12-16 18:38:21      TRUE 2022-12-16 19:00:00
## 7179 2022-12-16 18:38:18      TRUE 2022-12-16 19:00:00
## 7180 2022-12-16 18:38:16      TRUE 2022-12-16 19:00:00
## 7181 2022-12-16 18:38:14      TRUE 2022-12-16 19:00:00
## 7182 2022-12-16 18:38:08      TRUE 2022-12-16 19:00:00
## 7183 2022-12-16 18:38:01      TRUE 2022-12-16 19:00:00
## 7184 2022-12-16 18:38:00      TRUE 2022-12-16 19:00:00
## 7185 2022-12-16 18:37:57      TRUE 2022-12-16 19:00:00
## 7186 2022-12-16 18:37:55      TRUE 2022-12-16 19:00:00
## 7187 2022-12-16 18:37:53      TRUE 2022-12-16 19:00:00
## 7188 2022-12-16 18:37:53      TRUE 2022-12-16 19:00:00
## 7189 2022-12-16 18:37:52      TRUE 2022-12-16 19:00:00
## 7190 2022-12-16 18:37:52      TRUE 2022-12-16 19:00:00
## 7191 2022-12-16 18:37:49      TRUE 2022-12-16 19:00:00
## 7192 2022-12-16 18:37:48      TRUE 2022-12-16 19:00:00
## 7193 2022-12-16 18:37:48      TRUE 2022-12-16 19:00:00
## 7194 2022-12-16 18:37:48      TRUE 2022-12-16 19:00:00
## 7195 2022-12-16 18:37:45      TRUE 2022-12-16 19:00:00
## 7196 2022-12-16 18:37:43      TRUE 2022-12-16 19:00:00
## 7197 2022-12-16 18:37:42      TRUE 2022-12-16 19:00:00
## 7198 2022-12-16 18:37:39      TRUE 2022-12-16 19:00:00
## 7199 2022-12-16 18:37:37      TRUE 2022-12-16 19:00:00
## 7200 2022-12-16 18:37:30      TRUE 2022-12-16 19:00:00
## 7201 2022-12-16 18:37:27      TRUE 2022-12-16 19:00:00
## 7202 2022-12-16 18:37:26      TRUE 2022-12-16 19:00:00
## 7203 2022-12-16 18:37:21      TRUE 2022-12-16 19:00:00
## 7204 2022-12-16 18:37:17      TRUE 2022-12-16 19:00:00
## 7205 2022-12-16 18:37:15      TRUE 2022-12-16 19:00:00
## 7206 2022-12-16 18:37:08      TRUE 2022-12-16 19:00:00
## 7207 2022-12-16 18:37:05      TRUE 2022-12-16 19:00:00
## 7208 2022-12-16 18:37:04      TRUE 2022-12-16 19:00:00
## 7209 2022-12-16 18:37:01      TRUE 2022-12-16 19:00:00
## 7210 2022-12-16 18:36:54      TRUE 2022-12-16 19:00:00
## 7211 2022-12-16 18:36:51      TRUE 2022-12-16 19:00:00
## 7212 2022-12-16 18:36:47      TRUE 2022-12-16 19:00:00
## 7213 2022-12-16 18:36:44      TRUE 2022-12-16 19:00:00
## 7214 2022-12-16 18:36:43      TRUE 2022-12-16 19:00:00
## 7215 2022-12-16 18:36:41      TRUE 2022-12-16 19:00:00
## 7216 2022-12-16 18:36:40      TRUE 2022-12-16 19:00:00
## 7217 2022-12-16 18:36:40      TRUE 2022-12-16 19:00:00
## 7218 2022-12-16 18:36:39      TRUE 2022-12-16 19:00:00
## 7219 2022-12-16 18:36:38      TRUE 2022-12-16 19:00:00
## 7220 2022-12-16 18:36:36      TRUE 2022-12-16 19:00:00
## 7221 2022-12-16 18:36:35      TRUE 2022-12-16 19:00:00
## 7222 2022-12-16 18:36:31      TRUE 2022-12-16 19:00:00
## 7223 2022-12-16 18:36:27      TRUE 2022-12-16 19:00:00
## 7224 2022-12-16 18:36:26      TRUE 2022-12-16 19:00:00
## 7225 2022-12-16 18:36:25      TRUE 2022-12-16 19:00:00
## 7226 2022-12-16 18:36:25      TRUE 2022-12-16 19:00:00
## 7227 2022-12-16 18:36:24      TRUE 2022-12-16 19:00:00
## 7228 2022-12-16 18:36:24      TRUE 2022-12-16 19:00:00
## 7229 2022-12-16 18:36:22      TRUE 2022-12-16 19:00:00
## 7230 2022-12-16 18:36:22      TRUE 2022-12-16 19:00:00
## 7231 2022-12-16 18:36:22      TRUE 2022-12-16 19:00:00
## 7232 2022-12-16 18:36:21      TRUE 2022-12-16 19:00:00
## 7233 2022-12-16 18:36:20      TRUE 2022-12-16 19:00:00
## 7234 2022-12-16 18:36:19      TRUE 2022-12-16 19:00:00
## 7235 2022-12-16 18:36:16      TRUE 2022-12-16 19:00:00
## 7236 2022-12-16 18:36:12      TRUE 2022-12-16 19:00:00
## 7237 2022-12-16 18:36:11      TRUE 2022-12-16 19:00:00
## 7238 2022-12-16 18:36:10      TRUE 2022-12-16 19:00:00
## 7239 2022-12-16 18:36:09      TRUE 2022-12-16 19:00:00
## 7240 2022-12-16 18:36:09      TRUE 2022-12-16 19:00:00
## 7241 2022-12-16 18:36:07      TRUE 2022-12-16 19:00:00
## 7242 2022-12-16 18:36:04      TRUE 2022-12-16 19:00:00
## 7243 2022-12-16 18:36:01      TRUE 2022-12-16 19:00:00
## 7244 2022-12-16 18:36:00      TRUE 2022-12-16 19:00:00
## 7245 2022-12-16 18:35:59      TRUE 2022-12-16 19:00:00
## 7246 2022-12-16 18:35:58      TRUE 2022-12-16 19:00:00
## 7247 2022-12-16 18:35:58      TRUE 2022-12-16 19:00:00
## 7248 2022-12-16 18:35:57      TRUE 2022-12-16 19:00:00
## 7249 2022-12-16 18:35:52      TRUE 2022-12-16 19:00:00
## 7250 2022-12-16 18:35:52      TRUE 2022-12-16 19:00:00
## 7251 2022-12-16 18:35:51      TRUE 2022-12-16 19:00:00
## 7252 2022-12-16 18:35:51      TRUE 2022-12-16 19:00:00
## 7253 2022-12-16 18:35:50      TRUE 2022-12-16 19:00:00
## 7254 2022-12-16 18:35:48      TRUE 2022-12-16 19:00:00
## 7255 2022-12-16 18:35:48      TRUE 2022-12-16 19:00:00
## 7256 2022-12-16 18:35:47      TRUE 2022-12-16 19:00:00
## 7257 2022-12-16 18:35:46      TRUE 2022-12-16 19:00:00
## 7258 2022-12-16 18:35:46      TRUE 2022-12-16 19:00:00
## 7259 2022-12-16 18:35:43      TRUE 2022-12-16 19:00:00
## 7260 2022-12-16 18:35:42      TRUE 2022-12-16 19:00:00
## 7261 2022-12-16 18:35:41      TRUE 2022-12-16 19:00:00
## 7262 2022-12-16 18:35:37      TRUE 2022-12-16 19:00:00
## 7263 2022-12-16 18:35:36      TRUE 2022-12-16 19:00:00
## 7264 2022-12-16 18:35:35      TRUE 2022-12-16 19:00:00
## 7265 2022-12-16 18:35:35      TRUE 2022-12-16 19:00:00
## 7266 2022-12-16 18:35:34      TRUE 2022-12-16 19:00:00
## 7267 2022-12-16 18:35:34      TRUE 2022-12-16 19:00:00
## 7268 2022-12-16 18:35:33      TRUE 2022-12-16 19:00:00
## 7269 2022-12-16 18:35:32      TRUE 2022-12-16 19:00:00
## 7270 2022-12-16 18:35:30      TRUE 2022-12-16 19:00:00
## 7271 2022-12-16 18:35:30      TRUE 2022-12-16 19:00:00
## 7272 2022-12-16 18:35:30      TRUE 2022-12-16 19:00:00
## 7273 2022-12-16 18:35:29      TRUE 2022-12-16 19:00:00
## 7274 2022-12-16 18:35:28      TRUE 2022-12-16 19:00:00
## 7275 2022-12-16 18:35:28      TRUE 2022-12-16 19:00:00
## 7276 2022-12-16 18:35:26      TRUE 2022-12-16 19:00:00
## 7277 2022-12-16 18:35:24      TRUE 2022-12-16 19:00:00
## 7278 2022-12-16 18:35:24      TRUE 2022-12-16 19:00:00
## 7279 2022-12-16 18:35:22      TRUE 2022-12-16 19:00:00
## 7280 2022-12-16 18:35:22      TRUE 2022-12-16 19:00:00
## 7281 2022-12-16 18:35:21      TRUE 2022-12-16 19:00:00
## 7282 2022-12-16 18:35:20      TRUE 2022-12-16 19:00:00
## 7283 2022-12-16 18:35:20      TRUE 2022-12-16 19:00:00
## 7284 2022-12-16 18:35:19      TRUE 2022-12-16 19:00:00
## 7285 2022-12-16 18:35:18      TRUE 2022-12-16 19:00:00
## 7286 2022-12-16 18:35:17      TRUE 2022-12-16 19:00:00
## 7287 2022-12-16 18:35:17      TRUE 2022-12-16 19:00:00
## 7288 2022-12-16 18:35:16      TRUE 2022-12-16 19:00:00
## 7289 2022-12-16 18:35:15      TRUE 2022-12-16 19:00:00
## 7290 2022-12-16 18:35:15      TRUE 2022-12-16 19:00:00
## 7291 2022-12-16 18:35:14      TRUE 2022-12-16 19:00:00
## 7292 2022-12-16 18:35:14      TRUE 2022-12-16 19:00:00
## 7293 2022-12-16 18:35:14      TRUE 2022-12-16 19:00:00
## 7294 2022-12-16 18:35:14      TRUE 2022-12-16 19:00:00
## 7295 2022-12-16 18:35:13      TRUE 2022-12-16 19:00:00
## 7296 2022-12-16 18:35:13      TRUE 2022-12-16 19:00:00
## 7297 2022-12-16 18:35:13      TRUE 2022-12-16 19:00:00
## 7298 2022-12-16 18:35:13      TRUE 2022-12-16 19:00:00
## 7299 2022-12-16 18:35:12      TRUE 2022-12-16 19:00:00
## 7300 2022-12-16 18:35:12      TRUE 2022-12-16 19:00:00
## 7301 2022-12-16 18:35:10      TRUE 2022-12-16 19:00:00
## 7302 2022-12-16 18:35:09      TRUE 2022-12-16 19:00:00
## 7303 2022-12-16 18:35:09      TRUE 2022-12-16 19:00:00
## 7304 2022-12-16 18:35:06      TRUE 2022-12-16 19:00:00
## 7305 2022-12-16 18:35:01      TRUE 2022-12-16 19:00:00
## 7306 2022-12-16 18:34:59      TRUE 2022-12-16 19:00:00
## 7307 2022-12-16 18:34:56      TRUE 2022-12-16 19:00:00
## 7308 2022-12-16 18:34:55      TRUE 2022-12-16 19:00:00
## 7309 2022-12-16 18:34:53      TRUE 2022-12-16 19:00:00
## 7310 2022-12-16 18:34:53      TRUE 2022-12-16 19:00:00
## 7311 2022-12-16 18:34:51      TRUE 2022-12-16 19:00:00
## 7312 2022-12-16 18:34:50      TRUE 2022-12-16 19:00:00
## 7313 2022-12-16 18:34:49      TRUE 2022-12-16 19:00:00
## 7314 2022-12-16 18:34:49      TRUE 2022-12-16 19:00:00
## 7315 2022-12-16 18:34:48      TRUE 2022-12-16 19:00:00
## 7316 2022-12-16 18:34:40      TRUE 2022-12-16 19:00:00
## 7317 2022-12-16 18:34:37      TRUE 2022-12-16 19:00:00
## 7318 2022-12-16 18:34:34      TRUE 2022-12-16 19:00:00
## 7319 2022-12-16 18:34:34      TRUE 2022-12-16 19:00:00
## 7320 2022-12-16 18:34:34      TRUE 2022-12-16 19:00:00
## 7321 2022-12-16 18:34:33      TRUE 2022-12-16 19:00:00
## 7322 2022-12-16 18:34:32      TRUE 2022-12-16 19:00:00
## 7323 2022-12-16 18:34:31      TRUE 2022-12-16 19:00:00
## 7324 2022-12-16 18:34:19      TRUE 2022-12-16 19:00:00
## 7325 2022-12-16 18:34:19      TRUE 2022-12-16 19:00:00
## 7326 2022-12-16 18:34:17      TRUE 2022-12-16 19:00:00
## 7327 2022-12-16 18:34:15      TRUE 2022-12-16 19:00:00
## 7328 2022-12-16 18:34:12      TRUE 2022-12-16 19:00:00
## 7329 2022-12-16 18:34:12      TRUE 2022-12-16 19:00:00
## 7330 2022-12-16 18:34:11      TRUE 2022-12-16 19:00:00
## 7331 2022-12-16 18:34:10      TRUE 2022-12-16 19:00:00
## 7332 2022-12-16 18:34:08      TRUE 2022-12-16 19:00:00
## 7333 2022-12-16 18:34:07      TRUE 2022-12-16 19:00:00
## 7334 2022-12-16 18:34:06      TRUE 2022-12-16 19:00:00
## 7335 2022-12-16 18:34:04      TRUE 2022-12-16 19:00:00
## 7336 2022-12-16 18:34:04      TRUE 2022-12-16 19:00:00
## 7337 2022-12-16 18:34:03      TRUE 2022-12-16 19:00:00
## 7338 2022-12-16 18:34:02      TRUE 2022-12-16 19:00:00
## 7339 2022-12-16 18:34:01      TRUE 2022-12-16 19:00:00
## 7340 2022-12-16 18:33:57      TRUE 2022-12-16 19:00:00
## 7341 2022-12-16 18:33:56      TRUE 2022-12-16 19:00:00
## 7342 2022-12-16 18:33:55      TRUE 2022-12-16 19:00:00
## 7343 2022-12-16 18:33:51      TRUE 2022-12-16 19:00:00
## 7344 2022-12-16 18:33:49      TRUE 2022-12-16 19:00:00
## 7345 2022-12-16 18:33:46      TRUE 2022-12-16 19:00:00
## 7346 2022-12-16 18:33:43      TRUE 2022-12-16 19:00:00
## 7347 2022-12-16 18:33:39      TRUE 2022-12-16 19:00:00
## 7348 2022-12-16 18:33:36      TRUE 2022-12-16 19:00:00
## 7349 2022-12-16 18:33:33      TRUE 2022-12-16 19:00:00
## 7350 2022-12-16 18:33:30      TRUE 2022-12-16 19:00:00
## 7351 2022-12-16 18:33:30      TRUE 2022-12-16 19:00:00
## 7352 2022-12-16 18:33:26      TRUE 2022-12-16 19:00:00
## 7353 2022-12-16 18:33:22      TRUE 2022-12-16 19:00:00
## 7354 2022-12-16 18:33:22      TRUE 2022-12-16 19:00:00
## 7355 2022-12-16 18:33:18      TRUE 2022-12-16 19:00:00
## 7356 2022-12-16 18:33:17      TRUE 2022-12-16 19:00:00
## 7357 2022-12-16 18:33:15      TRUE 2022-12-16 19:00:00
## 7358 2022-12-16 18:33:14      TRUE 2022-12-16 19:00:00
## 7359 2022-12-16 18:33:13      TRUE 2022-12-16 19:00:00
## 7360 2022-12-16 18:33:11      TRUE 2022-12-16 19:00:00
## 7361 2022-12-16 18:33:04      TRUE 2022-12-16 19:00:00
## 7362 2022-12-16 18:33:03      TRUE 2022-12-16 19:00:00
## 7363 2022-12-16 18:33:01      TRUE 2022-12-16 19:00:00
## 7364 2022-12-16 18:32:58      TRUE 2022-12-16 19:00:00
## 7365 2022-12-16 18:32:56      TRUE 2022-12-16 19:00:00
## 7366 2022-12-16 18:32:55      TRUE 2022-12-16 19:00:00
## 7367 2022-12-16 18:32:54      TRUE 2022-12-16 19:00:00
## 7368 2022-12-16 18:32:54      TRUE 2022-12-16 19:00:00
## 7369 2022-12-16 18:32:54      TRUE 2022-12-16 19:00:00
## 7370 2022-12-16 18:32:52      TRUE 2022-12-16 19:00:00
## 7371 2022-12-16 18:32:49      TRUE 2022-12-16 19:00:00
## 7372 2022-12-16 18:32:48      TRUE 2022-12-16 19:00:00
## 7373 2022-12-16 18:32:47      TRUE 2022-12-16 19:00:00
## 7374 2022-12-16 18:32:47      TRUE 2022-12-16 19:00:00
## 7375 2022-12-16 18:32:46      TRUE 2022-12-16 19:00:00
## 7376 2022-12-16 18:32:44      TRUE 2022-12-16 19:00:00
## 7377 2022-12-16 18:32:43      TRUE 2022-12-16 19:00:00
## 7378 2022-12-16 18:32:39      TRUE 2022-12-16 19:00:00
## 7379 2022-12-16 18:32:35      TRUE 2022-12-16 19:00:00
## 7380 2022-12-16 18:32:29      TRUE 2022-12-16 19:00:00
## 7381 2022-12-16 18:32:24      TRUE 2022-12-16 19:00:00
## 7382 2022-12-16 18:32:24      TRUE 2022-12-16 19:00:00
## 7383 2022-12-16 18:32:23      TRUE 2022-12-16 19:00:00
## 7384 2022-12-16 18:32:22      TRUE 2022-12-16 19:00:00
## 7385 2022-12-16 18:32:19      TRUE 2022-12-16 19:00:00
## 7386 2022-12-16 18:32:17      TRUE 2022-12-16 19:00:00
## 7387 2022-12-16 18:32:17      TRUE 2022-12-16 19:00:00
## 7388 2022-12-16 18:32:12      TRUE 2022-12-16 19:00:00
## 7389 2022-12-16 18:32:08      TRUE 2022-12-16 19:00:00
## 7390 2022-12-16 18:32:05      TRUE 2022-12-16 19:00:00
## 7391 2022-12-16 18:32:03      TRUE 2022-12-16 19:00:00
## 7392 2022-12-16 18:31:57      TRUE 2022-12-16 19:00:00
## 7393 2022-12-16 18:31:47      TRUE 2022-12-16 19:00:00
## 7394 2022-12-16 18:31:44      TRUE 2022-12-16 19:00:00
## 7395 2022-12-16 18:31:43      TRUE 2022-12-16 19:00:00
## 7396 2022-12-16 18:31:31      TRUE 2022-12-16 19:00:00
## 7397 2022-12-16 18:31:27      TRUE 2022-12-16 19:00:00
## 7398 2022-12-16 18:31:23      TRUE 2022-12-16 19:00:00
## 7399 2022-12-16 18:31:22      TRUE 2022-12-16 19:00:00
## 7400 2022-12-16 18:31:17      TRUE 2022-12-16 19:00:00
## 7401 2022-12-16 18:31:15      TRUE 2022-12-16 19:00:00
## 7402 2022-12-16 18:31:11      TRUE 2022-12-16 19:00:00
## 7403 2022-12-16 18:31:06      TRUE 2022-12-16 19:00:00
## 7404 2022-12-16 18:31:05      TRUE 2022-12-16 19:00:00
## 7405 2022-12-16 18:30:59      TRUE 2022-12-16 19:00:00
## 7406 2022-12-16 18:30:55      TRUE 2022-12-16 19:00:00
## 7407 2022-12-16 18:30:48      TRUE 2022-12-16 19:00:00
## 7408 2022-12-16 18:30:42      TRUE 2022-12-16 19:00:00
## 7409 2022-12-16 18:30:40      TRUE 2022-12-16 19:00:00
## 7410 2022-12-16 18:30:37      TRUE 2022-12-16 19:00:00
## 7411 2022-12-16 18:30:33      TRUE 2022-12-16 19:00:00
## 7412 2022-12-16 18:30:29      TRUE 2022-12-16 19:00:00
## 7413 2022-12-16 18:30:28      TRUE 2022-12-16 19:00:00
## 7414 2022-12-16 18:30:27      TRUE 2022-12-16 19:00:00
## 7415 2022-12-16 18:30:23      TRUE 2022-12-16 19:00:00
## 7416 2022-12-16 18:30:22      TRUE 2022-12-16 19:00:00
## 7417 2022-12-16 18:30:21      TRUE 2022-12-16 19:00:00
## 7418 2022-12-16 18:30:17      TRUE 2022-12-16 19:00:00
## 7419 2022-12-16 18:30:13      TRUE 2022-12-16 19:00:00
## 7420 2022-12-16 18:30:07      TRUE 2022-12-16 19:00:00
## 7421 2022-12-16 18:30:04      TRUE 2022-12-16 19:00:00
## 7422 2022-12-16 18:29:52      TRUE 2022-12-16 18:00:00
## 7423 2022-12-16 18:29:51      TRUE 2022-12-16 18:00:00
## 7424 2022-12-16 18:29:50      TRUE 2022-12-16 18:00:00
## 7425 2022-12-16 18:29:40      TRUE 2022-12-16 18:00:00
## 7426 2022-12-16 18:29:40      TRUE 2022-12-16 18:00:00
## 7427 2022-12-16 18:29:37      TRUE 2022-12-16 18:00:00
## 7428 2022-12-16 18:29:24      TRUE 2022-12-16 18:00:00
## 7429 2022-12-16 18:29:24      TRUE 2022-12-16 18:00:00
## 7430 2022-12-16 18:29:24      TRUE 2022-12-16 18:00:00
## 7431 2022-12-16 18:29:22      TRUE 2022-12-16 18:00:00
## 7432 2022-12-16 18:29:19      TRUE 2022-12-16 18:00:00
## 7433 2022-12-16 18:29:13      TRUE 2022-12-16 18:00:00
## 7434 2022-12-16 18:29:10      TRUE 2022-12-16 18:00:00
## 7435 2022-12-16 18:29:08      TRUE 2022-12-16 18:00:00
## 7436 2022-12-16 18:29:06      TRUE 2022-12-16 18:00:00
## 7437 2022-12-16 18:29:03      TRUE 2022-12-16 18:00:00
## 7438 2022-12-16 18:29:00      TRUE 2022-12-16 18:00:00
## 7439 2022-12-16 18:28:59      TRUE 2022-12-16 18:00:00
## 7440 2022-12-16 18:28:59      TRUE 2022-12-16 18:00:00
## 7441 2022-12-16 18:28:56      TRUE 2022-12-16 18:00:00
## 7442 2022-12-16 18:28:54      TRUE 2022-12-16 18:00:00
## 7443 2022-12-16 18:28:52      TRUE 2022-12-16 18:00:00
## 7444 2022-12-16 18:28:44      TRUE 2022-12-16 18:00:00
## 7445 2022-12-16 18:28:43      TRUE 2022-12-16 18:00:00
## 7446 2022-12-16 18:28:42      TRUE 2022-12-16 18:00:00
## 7447 2022-12-16 18:28:39      TRUE 2022-12-16 18:00:00
## 7448 2022-12-16 18:28:32      TRUE 2022-12-16 18:00:00
## 7449 2022-12-16 18:28:31      TRUE 2022-12-16 18:00:00
## 7450 2022-12-16 18:28:23      TRUE 2022-12-16 18:00:00
## 7451 2022-12-16 18:28:18      TRUE 2022-12-16 18:00:00
## 7452 2022-12-16 18:28:14      TRUE 2022-12-16 18:00:00
## 7453 2022-12-16 18:28:06      TRUE 2022-12-16 18:00:00
## 7454 2022-12-16 18:27:57      TRUE 2022-12-16 18:00:00
## 7455 2022-12-16 18:27:51      TRUE 2022-12-16 18:00:00
## 7456 2022-12-16 18:27:50      TRUE 2022-12-16 18:00:00
## 7457 2022-12-16 18:27:49      TRUE 2022-12-16 18:00:00
## 7458 2022-12-16 18:27:41      TRUE 2022-12-16 18:00:00
## 7459 2022-12-16 18:27:41      TRUE 2022-12-16 18:00:00
## 7460 2022-12-16 18:27:39      TRUE 2022-12-16 18:00:00
## 7461 2022-12-16 18:27:37      TRUE 2022-12-16 18:00:00
## 7462 2022-12-16 18:27:32      TRUE 2022-12-16 18:00:00
## 7463 2022-12-16 18:27:32      TRUE 2022-12-16 18:00:00
## 7464 2022-12-16 18:27:30      TRUE 2022-12-16 18:00:00
## 7465 2022-12-16 18:27:28      TRUE 2022-12-16 18:00:00
## 7466 2022-12-16 18:27:27      TRUE 2022-12-16 18:00:00
## 7467 2022-12-16 18:27:26      TRUE 2022-12-16 18:00:00
## 7468 2022-12-16 18:27:18      TRUE 2022-12-16 18:00:00
## 7469 2022-12-16 18:27:12      TRUE 2022-12-16 18:00:00
## 7470 2022-12-16 18:27:11      TRUE 2022-12-16 18:00:00
## 7471 2022-12-16 18:27:10      TRUE 2022-12-16 18:00:00
## 7472 2022-12-16 18:27:09      TRUE 2022-12-16 18:00:00
## 7473 2022-12-16 18:27:06      TRUE 2022-12-16 18:00:00
## 7474 2022-12-16 18:27:01      TRUE 2022-12-16 18:00:00
## 7475 2022-12-16 18:26:57      TRUE 2022-12-16 18:00:00
## 7476 2022-12-16 18:26:56      TRUE 2022-12-16 18:00:00
## 7477 2022-12-16 18:26:54      TRUE 2022-12-16 18:00:00
## 7478 2022-12-16 18:26:52      TRUE 2022-12-16 18:00:00
## 7479 2022-12-16 18:26:52      TRUE 2022-12-16 18:00:00
## 7480 2022-12-16 18:26:40      TRUE 2022-12-16 18:00:00
## 7481 2022-12-16 18:26:38      TRUE 2022-12-16 18:00:00
## 7482 2022-12-16 18:26:37      TRUE 2022-12-16 18:00:00
## 7483 2022-12-16 18:26:32      TRUE 2022-12-16 18:00:00
## 7484 2022-12-16 18:26:30      TRUE 2022-12-16 18:00:00
## 7485 2022-12-16 18:26:29      TRUE 2022-12-16 18:00:00
## 7486 2022-12-16 18:26:27      TRUE 2022-12-16 18:00:00
## 7487 2022-12-16 18:26:26      TRUE 2022-12-16 18:00:00
## 7488 2022-12-16 18:26:25      TRUE 2022-12-16 18:00:00
## 7489 2022-12-16 18:26:22      TRUE 2022-12-16 18:00:00
## 7490 2022-12-16 18:26:19      TRUE 2022-12-16 18:00:00
## 7491 2022-12-16 18:26:12      TRUE 2022-12-16 18:00:00
## 7492 2022-12-16 18:26:11      TRUE 2022-12-16 18:00:00
## 7493 2022-12-16 18:26:11      TRUE 2022-12-16 18:00:00
## 7494 2022-12-16 18:26:10      TRUE 2022-12-16 18:00:00
## 7495 2022-12-16 18:26:05      TRUE 2022-12-16 18:00:00
## 7496 2022-12-16 18:25:48      TRUE 2022-12-16 18:00:00
## 7497 2022-12-16 18:25:46      TRUE 2022-12-16 18:00:00
## 7498 2022-12-16 18:25:43      TRUE 2022-12-16 18:00:00
## 7499 2022-12-16 18:25:40      TRUE 2022-12-16 18:00:00
## 7500 2022-12-16 18:25:39      TRUE 2022-12-16 18:00:00
## 7501 2022-12-16 18:25:36      TRUE 2022-12-16 18:00:00
## 7502 2022-12-16 18:25:28      TRUE 2022-12-16 18:00:00
## 7503 2022-12-16 18:25:25      TRUE 2022-12-16 18:00:00
## 7504 2022-12-16 18:25:23      TRUE 2022-12-16 18:00:00
## 7505 2022-12-16 18:25:22      TRUE 2022-12-16 18:00:00
## 7506 2022-12-16 18:25:16      TRUE 2022-12-16 18:00:00
## 7507 2022-12-16 18:25:03      TRUE 2022-12-16 18:00:00
## 7508 2022-12-16 18:25:03      TRUE 2022-12-16 18:00:00
## 7509 2022-12-16 18:25:01      TRUE 2022-12-16 18:00:00
## 7510 2022-12-16 18:25:00      TRUE 2022-12-16 18:00:00
## 7511 2022-12-16 18:24:56      TRUE 2022-12-16 18:00:00
## 7512 2022-12-16 18:24:50      TRUE 2022-12-16 18:00:00
## 7513 2022-12-16 18:24:44      TRUE 2022-12-16 18:00:00
## 7514 2022-12-16 18:24:36      TRUE 2022-12-16 18:00:00
## 7515 2022-12-16 18:24:29      TRUE 2022-12-16 18:00:00
## 7516 2022-12-16 18:24:26      TRUE 2022-12-16 18:00:00
## 7517 2022-12-16 18:24:22      TRUE 2022-12-16 18:00:00
## 7518 2022-12-16 18:24:17      TRUE 2022-12-16 18:00:00
## 7519 2022-12-16 18:24:15      TRUE 2022-12-16 18:00:00
## 7520 2022-12-16 18:24:08      TRUE 2022-12-16 18:00:00
## 7521 2022-12-16 18:24:07      TRUE 2022-12-16 18:00:00
## 7522 2022-12-16 18:23:59      TRUE 2022-12-16 18:00:00
## 7523 2022-12-16 18:23:47      TRUE 2022-12-16 18:00:00
## 7524 2022-12-16 18:23:39      TRUE 2022-12-16 18:00:00
## 7525 2022-12-16 18:23:29      TRUE 2022-12-16 18:00:00
## 7526 2022-12-16 18:23:28      TRUE 2022-12-16 18:00:00
## 7527 2022-12-16 18:23:28      TRUE 2022-12-16 18:00:00
## 7528 2022-12-16 18:23:26      TRUE 2022-12-16 18:00:00
## 7529 2022-12-16 18:23:22      TRUE 2022-12-16 18:00:00
## 7530 2022-12-16 18:23:22      TRUE 2022-12-16 18:00:00
## 7531 2022-12-16 18:23:15      TRUE 2022-12-16 18:00:00
## 7532 2022-12-16 18:23:11      TRUE 2022-12-16 18:00:00
## 7533 2022-12-16 18:22:56      TRUE 2022-12-16 18:00:00
## 7534 2022-12-16 18:22:55      TRUE 2022-12-16 18:00:00
## 7535 2022-12-16 18:22:47      TRUE 2022-12-16 18:00:00
## 7536 2022-12-16 18:22:43      TRUE 2022-12-16 18:00:00
## 7537 2022-12-16 18:22:42      TRUE 2022-12-16 18:00:00
## 7538 2022-12-16 18:22:40      TRUE 2022-12-16 18:00:00
## 7539 2022-12-16 18:22:39      TRUE 2022-12-16 18:00:00
## 7540 2022-12-16 18:22:39      TRUE 2022-12-16 18:00:00
## 7541 2022-12-16 18:22:38      TRUE 2022-12-16 18:00:00
## 7542 2022-12-16 18:22:35      TRUE 2022-12-16 18:00:00
## 7543 2022-12-16 18:22:33      TRUE 2022-12-16 18:00:00
## 7544 2022-12-16 18:22:32      TRUE 2022-12-16 18:00:00
## 7545 2022-12-16 18:22:29      TRUE 2022-12-16 18:00:00
## 7546 2022-12-16 18:22:21      TRUE 2022-12-16 18:00:00
## 7547 2022-12-16 18:22:16      TRUE 2022-12-16 18:00:00
## 7548 2022-12-16 18:22:15      TRUE 2022-12-16 18:00:00
## 7549 2022-12-16 18:22:08      TRUE 2022-12-16 18:00:00
## 7550 2022-12-16 18:22:08      TRUE 2022-12-16 18:00:00
## 7551 2022-12-16 18:22:06      TRUE 2022-12-16 18:00:00
## 7552 2022-12-16 18:22:06      TRUE 2022-12-16 18:00:00
## 7553 2022-12-16 18:21:57      TRUE 2022-12-16 18:00:00
## 7554 2022-12-16 18:21:56      TRUE 2022-12-16 18:00:00
## 7555 2022-12-16 18:21:56      TRUE 2022-12-16 18:00:00
## 7556 2022-12-16 18:21:55      TRUE 2022-12-16 18:00:00
## 7557 2022-12-16 18:21:54      TRUE 2022-12-16 18:00:00
## 7558 2022-12-16 18:21:51      TRUE 2022-12-16 18:00:00
## 7559 2022-12-16 18:21:45      TRUE 2022-12-16 18:00:00
## 7560 2022-12-16 18:21:43      TRUE 2022-12-16 18:00:00
## 7561 2022-12-16 18:21:41      TRUE 2022-12-16 18:00:00
## 7562 2022-12-16 18:21:38      TRUE 2022-12-16 18:00:00
## 7563 2022-12-16 18:21:38      TRUE 2022-12-16 18:00:00
## 7564 2022-12-16 18:21:38      TRUE 2022-12-16 18:00:00
## 7565 2022-12-16 18:21:36      TRUE 2022-12-16 18:00:00
## 7566 2022-12-16 18:21:30      TRUE 2022-12-16 18:00:00
## 7567 2022-12-16 18:21:29      TRUE 2022-12-16 18:00:00
## 7568 2022-12-16 18:21:26      TRUE 2022-12-16 18:00:00
## 7569 2022-12-16 18:21:25      TRUE 2022-12-16 18:00:00
## 7570 2022-12-16 18:21:16      TRUE 2022-12-16 18:00:00
## 7571 2022-12-16 18:21:15      TRUE 2022-12-16 18:00:00
## 7572 2022-12-16 18:21:13      TRUE 2022-12-16 18:00:00
## 7573 2022-12-16 18:21:13      TRUE 2022-12-16 18:00:00
## 7574 2022-12-16 18:21:09      TRUE 2022-12-16 18:00:00
## 7575 2022-12-16 18:21:03      TRUE 2022-12-16 18:00:00
## 7576 2022-12-16 18:21:00      TRUE 2022-12-16 18:00:00
## 7577 2022-12-16 18:20:58      TRUE 2022-12-16 18:00:00
## 7578 2022-12-16 18:20:53      TRUE 2022-12-16 18:00:00
## 7579 2022-12-16 18:20:52      TRUE 2022-12-16 18:00:00
## 7580 2022-12-16 18:20:47      TRUE 2022-12-16 18:00:00
## 7581 2022-12-16 18:20:43      TRUE 2022-12-16 18:00:00
## 7582 2022-12-16 18:20:33      TRUE 2022-12-16 18:00:00
## 7583 2022-12-16 18:20:32      TRUE 2022-12-16 18:00:00
## 7584 2022-12-16 18:20:32      TRUE 2022-12-16 18:00:00
## 7585 2022-12-16 18:20:21      TRUE 2022-12-16 18:00:00
## 7586 2022-12-16 18:20:19      TRUE 2022-12-16 18:00:00
## 7587 2022-12-16 18:20:17      TRUE 2022-12-16 18:00:00
## 7588 2022-12-16 18:20:16      TRUE 2022-12-16 18:00:00
## 7589 2022-12-16 18:20:16      TRUE 2022-12-16 18:00:00
## 7590 2022-12-16 18:20:15      TRUE 2022-12-16 18:00:00
## 7591 2022-12-16 18:20:12      TRUE 2022-12-16 18:00:00
## 7592 2022-12-16 18:20:11      TRUE 2022-12-16 18:00:00
## 7593 2022-12-16 18:20:10      TRUE 2022-12-16 18:00:00
## 7594 2022-12-16 18:20:08      TRUE 2022-12-16 18:00:00
## 7595 2022-12-16 18:20:07      TRUE 2022-12-16 18:00:00
## 7596 2022-12-16 18:20:07      TRUE 2022-12-16 18:00:00
## 7597 2022-12-16 18:20:06      TRUE 2022-12-16 18:00:00
## 7598 2022-12-16 18:20:06      TRUE 2022-12-16 18:00:00
## 7599 2022-12-16 18:20:01      TRUE 2022-12-16 18:00:00
## 7600 2022-12-16 18:19:59      TRUE 2022-12-16 18:00:00
## 7601 2022-12-16 18:19:44      TRUE 2022-12-16 18:00:00
## 7602 2022-12-16 18:19:42      TRUE 2022-12-16 18:00:00
## 7603 2022-12-16 18:19:40      TRUE 2022-12-16 18:00:00
## 7604 2022-12-16 18:19:39      TRUE 2022-12-16 18:00:00
## 7605 2022-12-16 18:19:38      TRUE 2022-12-16 18:00:00
## 7606 2022-12-16 18:19:38      TRUE 2022-12-16 18:00:00
## 7607 2022-12-16 18:19:37      TRUE 2022-12-16 18:00:00
## 7608 2022-12-16 18:19:34      TRUE 2022-12-16 18:00:00
## 7609 2022-12-16 18:19:33      TRUE 2022-12-16 18:00:00
## 7610 2022-12-16 18:19:32      TRUE 2022-12-16 18:00:00
## 7611 2022-12-16 18:19:31      TRUE 2022-12-16 18:00:00
## 7612 2022-12-16 18:19:31      TRUE 2022-12-16 18:00:00
## 7613 2022-12-16 18:19:29      TRUE 2022-12-16 18:00:00
## 7614 2022-12-16 18:19:28      TRUE 2022-12-16 18:00:00
## 7615 2022-12-16 18:19:28      TRUE 2022-12-16 18:00:00
## 7616 2022-12-16 18:19:18      TRUE 2022-12-16 18:00:00
## 7617 2022-12-16 18:19:15      TRUE 2022-12-16 18:00:00
## 7618 2022-12-16 18:19:12      TRUE 2022-12-16 18:00:00
## 7619 2022-12-16 18:19:07      TRUE 2022-12-16 18:00:00
## 7620 2022-12-16 18:19:07      TRUE 2022-12-16 18:00:00
## 7621 2022-12-16 18:19:04      TRUE 2022-12-16 18:00:00
## 7622 2022-12-16 18:19:03      TRUE 2022-12-16 18:00:00
## 7623 2022-12-16 18:18:54      TRUE 2022-12-16 18:00:00
## 7624 2022-12-16 18:18:53      TRUE 2022-12-16 18:00:00
## 7625 2022-12-16 18:18:53      TRUE 2022-12-16 18:00:00
## 7626 2022-12-16 18:18:50      TRUE 2022-12-16 18:00:00
## 7627 2022-12-16 18:18:49      TRUE 2022-12-16 18:00:00
## 7628 2022-12-16 18:18:47      TRUE 2022-12-16 18:00:00
## 7629 2022-12-16 18:18:44      TRUE 2022-12-16 18:00:00
## 7630 2022-12-16 18:18:35      TRUE 2022-12-16 18:00:00
## 7631 2022-12-16 18:18:23      TRUE 2022-12-16 18:00:00
## 7632 2022-12-16 18:18:20      TRUE 2022-12-16 18:00:00
## 7633 2022-12-16 18:18:18      TRUE 2022-12-16 18:00:00
## 7634 2022-12-16 18:18:14      TRUE 2022-12-16 18:00:00
## 7635 2022-12-16 18:18:11      TRUE 2022-12-16 18:00:00
## 7636 2022-12-16 18:18:09      TRUE 2022-12-16 18:00:00
## 7637 2022-12-16 18:18:08      TRUE 2022-12-16 18:00:00
## 7638 2022-12-16 18:18:07      TRUE 2022-12-16 18:00:00
## 7639 2022-12-16 18:18:05      TRUE 2022-12-16 18:00:00
## 7640 2022-12-16 18:18:05      TRUE 2022-12-16 18:00:00
## 7641 2022-12-16 18:18:05      TRUE 2022-12-16 18:00:00
## 7642 2022-12-16 18:18:04      TRUE 2022-12-16 18:00:00
## 7643 2022-12-16 18:18:00      TRUE 2022-12-16 18:00:00
## 7644 2022-12-16 18:17:59      TRUE 2022-12-16 18:00:00
## 7645 2022-12-16 18:17:58      TRUE 2022-12-16 18:00:00
## 7646 2022-12-16 18:17:56      TRUE 2022-12-16 18:00:00
## 7647 2022-12-16 18:17:55      TRUE 2022-12-16 18:00:00
## 7648 2022-12-16 18:17:50      TRUE 2022-12-16 18:00:00
## 7649 2022-12-16 18:17:49      TRUE 2022-12-16 18:00:00
## 7650 2022-12-16 18:17:49      TRUE 2022-12-16 18:00:00
## 7651 2022-12-16 18:17:46      TRUE 2022-12-16 18:00:00
## 7652 2022-12-16 18:17:40      TRUE 2022-12-16 18:00:00
## 7653 2022-12-16 18:17:35      TRUE 2022-12-16 18:00:00
## 7654 2022-12-16 18:17:33      TRUE 2022-12-16 18:00:00
## 7655 2022-12-16 18:17:31      TRUE 2022-12-16 18:00:00
## 7656 2022-12-16 18:17:31      TRUE 2022-12-16 18:00:00
## 7657 2022-12-16 18:17:31      TRUE 2022-12-16 18:00:00
## 7658 2022-12-16 18:17:25      TRUE 2022-12-16 18:00:00
## 7659 2022-12-16 18:17:21      TRUE 2022-12-16 18:00:00
## 7660 2022-12-16 18:17:21      TRUE 2022-12-16 18:00:00
## 7661 2022-12-16 18:17:11      TRUE 2022-12-16 18:00:00
## 7662 2022-12-16 18:17:08      TRUE 2022-12-16 18:00:00
## 7663 2022-12-16 18:17:07      TRUE 2022-12-16 18:00:00
## 7664 2022-12-16 18:17:05      TRUE 2022-12-16 18:00:00
## 7665 2022-12-16 18:17:03      TRUE 2022-12-16 18:00:00
## 7666 2022-12-16 18:17:00      TRUE 2022-12-16 18:00:00
## 7667 2022-12-16 18:17:00      TRUE 2022-12-16 18:00:00
## 7668 2022-12-16 18:16:59      TRUE 2022-12-16 18:00:00
## 7669 2022-12-16 18:16:59      TRUE 2022-12-16 18:00:00
## 7670 2022-12-16 18:16:59      TRUE 2022-12-16 18:00:00
## 7671 2022-12-16 18:16:58      TRUE 2022-12-16 18:00:00
## 7672 2022-12-16 18:16:57      TRUE 2022-12-16 18:00:00
## 7673 2022-12-16 18:16:56      TRUE 2022-12-16 18:00:00
## 7674 2022-12-16 18:16:56      TRUE 2022-12-16 18:00:00
## 7675 2022-12-16 18:16:55      TRUE 2022-12-16 18:00:00
## 7676 2022-12-16 18:16:55      TRUE 2022-12-16 18:00:00
## 7677 2022-12-16 18:16:51      TRUE 2022-12-16 18:00:00
## 7678 2022-12-16 18:16:51      TRUE 2022-12-16 18:00:00
## 7679 2022-12-16 18:16:47      TRUE 2022-12-16 18:00:00
## 7680 2022-12-16 18:16:47      TRUE 2022-12-16 18:00:00
## 7681 2022-12-16 18:16:46      TRUE 2022-12-16 18:00:00
## 7682 2022-12-16 18:16:46      TRUE 2022-12-16 18:00:00
## 7683 2022-12-16 18:16:44      TRUE 2022-12-16 18:00:00
## 7684 2022-12-16 18:16:43      TRUE 2022-12-16 18:00:00
## 7685 2022-12-16 18:16:43      TRUE 2022-12-16 18:00:00
## 7686 2022-12-16 18:16:42      TRUE 2022-12-16 18:00:00
## 7687 2022-12-16 18:16:41      TRUE 2022-12-16 18:00:00
## 7688 2022-12-16 18:16:40      TRUE 2022-12-16 18:00:00
## 7689 2022-12-16 18:16:40      TRUE 2022-12-16 18:00:00
## 7690 2022-12-16 18:16:39      TRUE 2022-12-16 18:00:00
## 7691 2022-12-16 18:16:38      TRUE 2022-12-16 18:00:00
## 7692 2022-12-16 18:16:35      TRUE 2022-12-16 18:00:00
## 7693 2022-12-16 18:16:32      TRUE 2022-12-16 18:00:00
## 7694 2022-12-16 18:16:32      TRUE 2022-12-16 18:00:00
## 7695 2022-12-16 18:16:31      TRUE 2022-12-16 18:00:00
## 7696 2022-12-16 18:16:31      TRUE 2022-12-16 18:00:00
## 7697 2022-12-16 18:16:26      TRUE 2022-12-16 18:00:00
## 7698 2022-12-16 18:16:26      TRUE 2022-12-16 18:00:00
## 7699 2022-12-16 18:16:23      TRUE 2022-12-16 18:00:00
## 7700 2022-12-16 18:16:11      TRUE 2022-12-16 18:00:00
## 7701 2022-12-16 18:16:09      TRUE 2022-12-16 18:00:00
## 7702 2022-12-16 18:16:09      TRUE 2022-12-16 18:00:00
## 7703 2022-12-16 18:16:04      TRUE 2022-12-16 18:00:00
## 7704 2022-12-16 18:15:59      TRUE 2022-12-16 18:00:00
## 7705 2022-12-16 18:15:59      TRUE 2022-12-16 18:00:00
## 7706 2022-12-16 18:15:58      TRUE 2022-12-16 18:00:00
## 7707 2022-12-16 18:15:57      TRUE 2022-12-16 18:00:00
## 7708 2022-12-16 18:15:55      TRUE 2022-12-16 18:00:00
## 7709 2022-12-16 18:15:53      TRUE 2022-12-16 18:00:00
## 7710 2022-12-16 18:15:50      TRUE 2022-12-16 18:00:00
## 7711 2022-12-16 18:15:50      TRUE 2022-12-16 18:00:00
## 7712 2022-12-16 18:15:45      TRUE 2022-12-16 18:00:00
## 7713 2022-12-16 18:15:42      TRUE 2022-12-16 18:00:00
## 7714 2022-12-16 18:15:42      TRUE 2022-12-16 18:00:00
## 7715 2022-12-16 18:15:41      TRUE 2022-12-16 18:00:00
## 7716 2022-12-16 18:15:38      TRUE 2022-12-16 18:00:00
## 7717 2022-12-16 18:15:37      TRUE 2022-12-16 18:00:00
## 7718 2022-12-16 18:15:35      TRUE 2022-12-16 18:00:00
## 7719 2022-12-16 18:15:35      TRUE 2022-12-16 18:00:00
## 7720 2022-12-16 18:15:29      TRUE 2022-12-16 18:00:00
## 7721 2022-12-16 18:15:29      TRUE 2022-12-16 18:00:00
## 7722 2022-12-16 18:15:28      TRUE 2022-12-16 18:00:00
## 7723 2022-12-16 18:15:25      TRUE 2022-12-16 18:00:00
## 7724 2022-12-16 18:15:24      TRUE 2022-12-16 18:00:00
## 7725 2022-12-16 18:15:23      TRUE 2022-12-16 18:00:00
## 7726 2022-12-16 18:15:18      TRUE 2022-12-16 18:00:00
## 7727 2022-12-16 18:15:16      TRUE 2022-12-16 18:00:00
## 7728 2022-12-16 18:15:15      TRUE 2022-12-16 18:00:00
## 7729 2022-12-16 18:15:09      TRUE 2022-12-16 18:00:00
## 7730 2022-12-16 18:15:07      TRUE 2022-12-16 18:00:00
## 7731 2022-12-16 18:15:05      TRUE 2022-12-16 18:00:00
## 7732 2022-12-16 18:15:03      TRUE 2022-12-16 18:00:00
## 7733 2022-12-16 18:15:02      TRUE 2022-12-16 18:00:00
## 7734 2022-12-16 18:15:01      TRUE 2022-12-16 18:00:00
## 7735 2022-12-16 18:14:58      TRUE 2022-12-16 18:00:00
## 7736 2022-12-16 18:14:58      TRUE 2022-12-16 18:00:00
## 7737 2022-12-16 18:14:58      TRUE 2022-12-16 18:00:00
## 7738 2022-12-16 18:14:56      TRUE 2022-12-16 18:00:00
## 7739 2022-12-16 18:14:56      TRUE 2022-12-16 18:00:00
## 7740 2022-12-16 18:14:54      TRUE 2022-12-16 18:00:00
## 7741 2022-12-16 18:14:48      TRUE 2022-12-16 18:00:00
## 7742 2022-12-16 18:14:48      TRUE 2022-12-16 18:00:00
## 7743 2022-12-16 18:14:43      TRUE 2022-12-16 18:00:00
## 7744 2022-12-16 18:14:43      TRUE 2022-12-16 18:00:00
## 7745 2022-12-16 18:14:41      TRUE 2022-12-16 18:00:00
## 7746 2022-12-16 18:14:41      TRUE 2022-12-16 18:00:00
## 7747 2022-12-16 18:14:40      TRUE 2022-12-16 18:00:00
## 7748 2022-12-16 18:14:39      TRUE 2022-12-16 18:00:00
## 7749 2022-12-16 18:14:31      TRUE 2022-12-16 18:00:00
## 7750 2022-12-16 18:14:30      TRUE 2022-12-16 18:00:00
## 7751 2022-12-16 18:14:29      TRUE 2022-12-16 18:00:00
## 7752 2022-12-16 18:14:28      TRUE 2022-12-16 18:00:00
## 7753 2022-12-16 18:14:24      TRUE 2022-12-16 18:00:00
## 7754 2022-12-16 18:14:23      TRUE 2022-12-16 18:00:00
## 7755 2022-12-16 18:14:22      TRUE 2022-12-16 18:00:00
## 7756 2022-12-16 18:14:17      TRUE 2022-12-16 18:00:00
## 7757 2022-12-16 18:14:16      TRUE 2022-12-16 18:00:00
## 7758 2022-12-16 18:14:15      TRUE 2022-12-16 18:00:00
## 7759 2022-12-16 18:14:12      TRUE 2022-12-16 18:00:00
## 7760 2022-12-16 18:14:12      TRUE 2022-12-16 18:00:00
## 7761 2022-12-16 18:14:10      TRUE 2022-12-16 18:00:00
## 7762 2022-12-16 18:14:09      TRUE 2022-12-16 18:00:00
## 7763 2022-12-16 18:14:09      TRUE 2022-12-16 18:00:00
## 7764 2022-12-16 18:14:08      TRUE 2022-12-16 18:00:00
## 7765 2022-12-16 18:14:05      TRUE 2022-12-16 18:00:00
## 7766 2022-12-16 18:14:04      TRUE 2022-12-16 18:00:00
## 7767 2022-12-16 18:14:01      TRUE 2022-12-16 18:00:00
## 7768 2022-12-16 18:14:01      TRUE 2022-12-16 18:00:00
## 7769 2022-12-16 18:14:00      TRUE 2022-12-16 18:00:00
## 7770 2022-12-16 18:13:59      TRUE 2022-12-16 18:00:00
## 7771 2022-12-16 18:13:59      TRUE 2022-12-16 18:00:00
## 7772 2022-12-16 18:13:56      TRUE 2022-12-16 18:00:00
## 7773 2022-12-16 18:13:53      TRUE 2022-12-16 18:00:00
## 7774 2022-12-16 18:13:53      TRUE 2022-12-16 18:00:00
## 7775 2022-12-16 18:13:41      TRUE 2022-12-16 18:00:00
## 7776 2022-12-16 18:13:40      TRUE 2022-12-16 18:00:00
## 7777 2022-12-16 18:13:38      TRUE 2022-12-16 18:00:00
## 7778 2022-12-16 18:13:37      TRUE 2022-12-16 18:00:00
## 7779 2022-12-16 18:13:35      TRUE 2022-12-16 18:00:00
## 7780 2022-12-16 18:13:30      TRUE 2022-12-16 18:00:00
## 7781 2022-12-16 18:13:29      TRUE 2022-12-16 18:00:00
## 7782 2022-12-16 18:13:27      TRUE 2022-12-16 18:00:00
## 7783 2022-12-16 18:13:26      TRUE 2022-12-16 18:00:00
## 7784 2022-12-16 18:13:26      TRUE 2022-12-16 18:00:00
## 7785 2022-12-16 18:13:25      TRUE 2022-12-16 18:00:00
## 7786 2022-12-16 18:13:24      TRUE 2022-12-16 18:00:00
## 7787 2022-12-16 18:13:23      TRUE 2022-12-16 18:00:00
## 7788 2022-12-16 18:13:23      TRUE 2022-12-16 18:00:00
## 7789 2022-12-16 18:13:21      TRUE 2022-12-16 18:00:00
## 7790 2022-12-16 18:13:21      TRUE 2022-12-16 18:00:00
## 7791 2022-12-16 18:13:21      TRUE 2022-12-16 18:00:00
## 7792 2022-12-16 18:13:21      TRUE 2022-12-16 18:00:00
## 7793 2022-12-16 18:13:17      TRUE 2022-12-16 18:00:00
## 7794 2022-12-16 18:13:14      TRUE 2022-12-16 18:00:00
## 7795 2022-12-16 18:13:08      TRUE 2022-12-16 18:00:00
## 7796 2022-12-16 18:13:07      TRUE 2022-12-16 18:00:00
## 7797 2022-12-16 18:13:05      TRUE 2022-12-16 18:00:00
## 7798 2022-12-16 18:13:01      TRUE 2022-12-16 18:00:00
## 7799 2022-12-16 18:13:01      TRUE 2022-12-16 18:00:00
## 7800 2022-12-16 18:12:51      TRUE 2022-12-16 18:00:00
## 7801 2022-12-16 18:12:50      TRUE 2022-12-16 18:00:00
## 7802 2022-12-16 18:12:50      TRUE 2022-12-16 18:00:00
## 7803 2022-12-16 18:12:47      TRUE 2022-12-16 18:00:00
## 7804 2022-12-16 18:12:46      TRUE 2022-12-16 18:00:00
## 7805 2022-12-16 18:12:46      TRUE 2022-12-16 18:00:00
## 7806 2022-12-16 18:12:43      TRUE 2022-12-16 18:00:00
## 7807 2022-12-16 18:12:42      TRUE 2022-12-16 18:00:00
## 7808 2022-12-16 18:12:38      TRUE 2022-12-16 18:00:00
## 7809 2022-12-16 18:12:35      TRUE 2022-12-16 18:00:00
## 7810 2022-12-16 18:12:30      TRUE 2022-12-16 18:00:00
## 7811 2022-12-16 18:12:30      TRUE 2022-12-16 18:00:00
## 7812 2022-12-16 18:12:29      TRUE 2022-12-16 18:00:00
## 7813 2022-12-16 18:12:27      TRUE 2022-12-16 18:00:00
## 7814 2022-12-16 18:12:24      TRUE 2022-12-16 18:00:00
## 7815 2022-12-16 18:12:22      TRUE 2022-12-16 18:00:00
## 7816 2022-12-16 18:12:17      TRUE 2022-12-16 18:00:00
## 7817 2022-12-16 18:12:17      TRUE 2022-12-16 18:00:00
## 7818 2022-12-16 18:12:13      TRUE 2022-12-16 18:00:00
## 7819 2022-12-16 18:12:10      TRUE 2022-12-16 18:00:00
## 7820 2022-12-16 18:12:08      TRUE 2022-12-16 18:00:00
## 7821 2022-12-16 18:12:06      TRUE 2022-12-16 18:00:00
## 7822 2022-12-16 18:12:02      TRUE 2022-12-16 18:00:00
## 7823 2022-12-16 18:11:56      TRUE 2022-12-16 18:00:00
## 7824 2022-12-16 18:11:55      TRUE 2022-12-16 18:00:00
## 7825 2022-12-16 18:11:51      TRUE 2022-12-16 18:00:00
## 7826 2022-12-16 18:11:50      TRUE 2022-12-16 18:00:00
## 7827 2022-12-16 18:11:49      TRUE 2022-12-16 18:00:00
## 7828 2022-12-16 18:11:49      TRUE 2022-12-16 18:00:00
## 7829 2022-12-16 18:11:49      TRUE 2022-12-16 18:00:00
## 7830 2022-12-16 18:11:49      TRUE 2022-12-16 18:00:00
## 7831 2022-12-16 18:11:47      TRUE 2022-12-16 18:00:00
## 7832 2022-12-16 18:11:43      TRUE 2022-12-16 18:00:00
## 7833 2022-12-16 18:11:40      TRUE 2022-12-16 18:00:00
## 7834 2022-12-16 18:11:34      TRUE 2022-12-16 18:00:00
## 7835 2022-12-16 18:11:32      TRUE 2022-12-16 18:00:00
## 7836 2022-12-16 18:11:24      TRUE 2022-12-16 18:00:00
## 7837 2022-12-16 18:11:24      TRUE 2022-12-16 18:00:00
## 7838 2022-12-16 18:11:21      TRUE 2022-12-16 18:00:00
## 7839 2022-12-16 18:11:18      TRUE 2022-12-16 18:00:00
## 7840 2022-12-16 18:11:18      TRUE 2022-12-16 18:00:00
## 7841 2022-12-16 18:11:15      TRUE 2022-12-16 18:00:00
## 7842 2022-12-16 18:11:13      TRUE 2022-12-16 18:00:00
## 7843 2022-12-16 18:11:10      TRUE 2022-12-16 18:00:00
## 7844 2022-12-16 18:11:09      TRUE 2022-12-16 18:00:00
## 7845 2022-12-16 18:11:07      TRUE 2022-12-16 18:00:00
## 7846 2022-12-16 18:10:58      TRUE 2022-12-16 18:00:00
## 7847 2022-12-16 18:10:56      TRUE 2022-12-16 18:00:00
## 7848 2022-12-16 18:10:44      TRUE 2022-12-16 18:00:00
## 7849 2022-12-16 18:10:43      TRUE 2022-12-16 18:00:00
## 7850 2022-12-16 18:10:42      TRUE 2022-12-16 18:00:00
## 7851 2022-12-16 18:10:36      TRUE 2022-12-16 18:00:00
## 7852 2022-12-16 18:10:34      TRUE 2022-12-16 18:00:00
## 7853 2022-12-16 18:10:33      TRUE 2022-12-16 18:00:00
## 7854 2022-12-16 18:10:33      TRUE 2022-12-16 18:00:00
## 7855 2022-12-16 18:10:31      TRUE 2022-12-16 18:00:00
## 7856 2022-12-16 18:10:31      TRUE 2022-12-16 18:00:00
## 7857 2022-12-16 18:10:29      TRUE 2022-12-16 18:00:00
## 7858 2022-12-16 18:10:29      TRUE 2022-12-16 18:00:00
## 7859 2022-12-16 18:10:28      TRUE 2022-12-16 18:00:00
## 7860 2022-12-16 18:10:23      TRUE 2022-12-16 18:00:00
## 7861 2022-12-16 18:10:23      TRUE 2022-12-16 18:00:00
## 7862 2022-12-16 18:10:21      TRUE 2022-12-16 18:00:00
## 7863 2022-12-16 18:10:20      TRUE 2022-12-16 18:00:00
## 7864 2022-12-16 18:10:19      TRUE 2022-12-16 18:00:00
## 7865 2022-12-16 18:10:17      TRUE 2022-12-16 18:00:00
## 7866 2022-12-16 18:10:17      TRUE 2022-12-16 18:00:00
## 7867 2022-12-16 18:10:13      TRUE 2022-12-16 18:00:00
## 7868 2022-12-16 18:10:05      TRUE 2022-12-16 18:00:00
## 7869 2022-12-16 18:10:04      TRUE 2022-12-16 18:00:00
## 7870 2022-12-16 18:09:59      TRUE 2022-12-16 18:00:00
## 7871 2022-12-16 18:09:55      TRUE 2022-12-16 18:00:00
## 7872 2022-12-16 18:09:51      TRUE 2022-12-16 18:00:00
## 7873 2022-12-16 18:09:49      TRUE 2022-12-16 18:00:00
## 7874 2022-12-16 18:09:48      TRUE 2022-12-16 18:00:00
## 7875 2022-12-16 18:09:46      TRUE 2022-12-16 18:00:00
## 7876 2022-12-16 18:09:43      TRUE 2022-12-16 18:00:00
## 7877 2022-12-16 18:09:34      TRUE 2022-12-16 18:00:00
## 7878 2022-12-16 18:09:32      TRUE 2022-12-16 18:00:00
## 7879 2022-12-16 18:09:31      TRUE 2022-12-16 18:00:00
## 7880 2022-12-16 18:09:30      TRUE 2022-12-16 18:00:00
## 7881 2022-12-16 18:09:30      TRUE 2022-12-16 18:00:00
## 7882 2022-12-16 18:09:26      TRUE 2022-12-16 18:00:00
## 7883 2022-12-16 18:09:26      TRUE 2022-12-16 18:00:00
## 7884 2022-12-16 18:09:24      TRUE 2022-12-16 18:00:00
## 7885 2022-12-16 18:09:24      TRUE 2022-12-16 18:00:00
## 7886 2022-12-16 18:09:20      TRUE 2022-12-16 18:00:00
## 7887 2022-12-16 18:09:20      TRUE 2022-12-16 18:00:00
## 7888 2022-12-16 18:09:19      TRUE 2022-12-16 18:00:00
## 7889 2022-12-16 18:09:19      TRUE 2022-12-16 18:00:00
## 7890 2022-12-16 18:09:17      TRUE 2022-12-16 18:00:00
## 7891 2022-12-16 18:09:17      TRUE 2022-12-16 18:00:00
## 7892 2022-12-16 18:09:16      TRUE 2022-12-16 18:00:00
## 7893 2022-12-16 18:09:15      TRUE 2022-12-16 18:00:00
## 7894 2022-12-16 18:09:14      TRUE 2022-12-16 18:00:00
## 7895 2022-12-16 18:09:12      TRUE 2022-12-16 18:00:00
## 7896 2022-12-16 18:09:08      TRUE 2022-12-16 18:00:00
## 7897 2022-12-16 18:09:06      TRUE 2022-12-16 18:00:00
## 7898 2022-12-16 18:09:04      TRUE 2022-12-16 18:00:00
## 7899 2022-12-16 18:09:04      TRUE 2022-12-16 18:00:00
## 7900 2022-12-16 18:09:01      TRUE 2022-12-16 18:00:00
## 7901 2022-12-16 18:09:00      TRUE 2022-12-16 18:00:00
## 7902 2022-12-16 18:09:00      TRUE 2022-12-16 18:00:00
## 7903 2022-12-16 18:09:00      TRUE 2022-12-16 18:00:00
## 7904 2022-12-16 18:08:58      TRUE 2022-12-16 18:00:00
## 7905 2022-12-16 18:08:57      TRUE 2022-12-16 18:00:00
## 7906 2022-12-16 18:08:54      TRUE 2022-12-16 18:00:00
## 7907 2022-12-16 18:08:53      TRUE 2022-12-16 18:00:00
## 7908 2022-12-16 18:08:52      TRUE 2022-12-16 18:00:00
## 7909 2022-12-16 18:08:50      TRUE 2022-12-16 18:00:00
## 7910 2022-12-16 18:08:49      TRUE 2022-12-16 18:00:00
## 7911 2022-12-16 18:08:49      TRUE 2022-12-16 18:00:00
## 7912 2022-12-16 18:08:47      TRUE 2022-12-16 18:00:00
## 7913 2022-12-16 18:08:46      TRUE 2022-12-16 18:00:00
## 7914 2022-12-16 18:08:46      TRUE 2022-12-16 18:00:00
## 7915 2022-12-16 18:08:45      TRUE 2022-12-16 18:00:00
## 7916 2022-12-16 18:08:44      TRUE 2022-12-16 18:00:00
## 7917 2022-12-16 18:08:43      TRUE 2022-12-16 18:00:00
## 7918 2022-12-16 18:08:41      TRUE 2022-12-16 18:00:00
## 7919 2022-12-16 18:08:39      TRUE 2022-12-16 18:00:00
## 7920 2022-12-16 18:08:39      TRUE 2022-12-16 18:00:00
## 7921 2022-12-16 18:08:38      TRUE 2022-12-16 18:00:00
## 7922 2022-12-16 18:08:34      TRUE 2022-12-16 18:00:00
## 7923 2022-12-16 18:08:33      TRUE 2022-12-16 18:00:00
## 7924 2022-12-16 18:08:29      TRUE 2022-12-16 18:00:00
## 7925 2022-12-16 18:08:22      TRUE 2022-12-16 18:00:00
## 7926 2022-12-16 18:08:18      TRUE 2022-12-16 18:00:00
## 7927 2022-12-16 18:08:18      TRUE 2022-12-16 18:00:00
## 7928 2022-12-16 18:08:14      TRUE 2022-12-16 18:00:00
## 7929 2022-12-16 18:08:13      TRUE 2022-12-16 18:00:00
## 7930 2022-12-16 18:08:12      TRUE 2022-12-16 18:00:00
## 7931 2022-12-16 18:08:11      TRUE 2022-12-16 18:00:00
## 7932 2022-12-16 18:08:11      TRUE 2022-12-16 18:00:00
## 7933 2022-12-16 18:08:09      TRUE 2022-12-16 18:00:00
## 7934 2022-12-16 18:08:05      TRUE 2022-12-16 18:00:00
## 7935 2022-12-16 18:08:03      TRUE 2022-12-16 18:00:00
## 7936 2022-12-16 18:07:57      TRUE 2022-12-16 18:00:00
## 7937 2022-12-16 18:07:49      TRUE 2022-12-16 18:00:00
## 7938 2022-12-16 18:07:46      TRUE 2022-12-16 18:00:00
## 7939 2022-12-16 18:07:45      TRUE 2022-12-16 18:00:00
## 7940 2022-12-16 18:07:43      TRUE 2022-12-16 18:00:00
## 7941 2022-12-16 18:07:42      TRUE 2022-12-16 18:00:00
## 7942 2022-12-16 18:07:42      TRUE 2022-12-16 18:00:00
## 7943 2022-12-16 18:07:36      TRUE 2022-12-16 18:00:00
## 7944 2022-12-16 18:07:32      TRUE 2022-12-16 18:00:00
## 7945 2022-12-16 18:07:31      TRUE 2022-12-16 18:00:00
## 7946 2022-12-16 18:07:30      TRUE 2022-12-16 18:00:00
## 7947 2022-12-16 18:07:25      TRUE 2022-12-16 18:00:00
## 7948 2022-12-16 18:07:25      TRUE 2022-12-16 18:00:00
## 7949 2022-12-16 18:07:18      TRUE 2022-12-16 18:00:00
## 7950 2022-12-16 18:07:16      TRUE 2022-12-16 18:00:00
## 7951 2022-12-16 18:07:15      TRUE 2022-12-16 18:00:00
## 7952 2022-12-16 18:07:14      TRUE 2022-12-16 18:00:00
## 7953 2022-12-16 18:07:13      TRUE 2022-12-16 18:00:00
## 7954 2022-12-16 18:07:01      TRUE 2022-12-16 18:00:00
## 7955 2022-12-16 18:06:59      TRUE 2022-12-16 18:00:00
## 7956 2022-12-16 18:06:57      TRUE 2022-12-16 18:00:00
## 7957 2022-12-16 18:06:54      TRUE 2022-12-16 18:00:00
## 7958 2022-12-16 18:06:48      TRUE 2022-12-16 18:00:00
## 7959 2022-12-16 18:06:46      TRUE 2022-12-16 18:00:00
## 7960 2022-12-16 18:06:46      TRUE 2022-12-16 18:00:00
## 7961 2022-12-16 18:06:45      TRUE 2022-12-16 18:00:00
## 7962 2022-12-16 18:06:45      TRUE 2022-12-16 18:00:00
## 7963 2022-12-16 18:06:44      TRUE 2022-12-16 18:00:00
## 7964 2022-12-16 18:06:43      TRUE 2022-12-16 18:00:00
## 7965 2022-12-16 18:06:42      TRUE 2022-12-16 18:00:00
## 7966 2022-12-16 18:06:41      TRUE 2022-12-16 18:00:00
## 7967 2022-12-16 18:06:39      TRUE 2022-12-16 18:00:00
## 7968 2022-12-16 18:06:39      TRUE 2022-12-16 18:00:00
## 7969 2022-12-16 18:06:39      TRUE 2022-12-16 18:00:00
## 7970 2022-12-16 18:06:39      TRUE 2022-12-16 18:00:00
## 7971 2022-12-16 18:06:38      TRUE 2022-12-16 18:00:00
## 7972 2022-12-16 18:06:32      TRUE 2022-12-16 18:00:00
## 7973 2022-12-16 18:06:29      TRUE 2022-12-16 18:00:00
## 7974 2022-12-16 18:06:29      TRUE 2022-12-16 18:00:00
## 7975 2022-12-16 18:06:26      TRUE 2022-12-16 18:00:00
## 7976 2022-12-16 18:06:22      TRUE 2022-12-16 18:00:00
## 7977 2022-12-16 18:06:21      TRUE 2022-12-16 18:00:00
## 7978 2022-12-16 18:06:21      TRUE 2022-12-16 18:00:00
## 7979 2022-12-16 18:06:21      TRUE 2022-12-16 18:00:00
## 7980 2022-12-16 18:06:21      TRUE 2022-12-16 18:00:00
## 7981 2022-12-16 18:06:16      TRUE 2022-12-16 18:00:00
## 7982 2022-12-16 18:06:10      TRUE 2022-12-16 18:00:00
## 7983 2022-12-16 18:06:07      TRUE 2022-12-16 18:00:00
## 7984 2022-12-16 18:06:05      TRUE 2022-12-16 18:00:00
## 7985 2022-12-16 18:06:05      TRUE 2022-12-16 18:00:00
## 7986 2022-12-16 18:06:04      TRUE 2022-12-16 18:00:00
## 7987 2022-12-16 18:06:02      TRUE 2022-12-16 18:00:00
## 7988 2022-12-16 18:05:57      TRUE 2022-12-16 18:00:00
## 7989 2022-12-16 18:05:54      TRUE 2022-12-16 18:00:00
## 7990 2022-12-16 18:05:51      TRUE 2022-12-16 18:00:00
## 7991 2022-12-16 18:05:50      TRUE 2022-12-16 18:00:00
## 7992 2022-12-16 18:05:48      TRUE 2022-12-16 18:00:00
## 7993 2022-12-16 18:05:47      TRUE 2022-12-16 18:00:00
## 7994 2022-12-16 18:05:42      TRUE 2022-12-16 18:00:00
## 7995 2022-12-16 18:05:40      TRUE 2022-12-16 18:00:00
## 7996 2022-12-16 18:05:35      TRUE 2022-12-16 18:00:00
## 7997 2022-12-16 18:05:32      TRUE 2022-12-16 18:00:00
## 7998 2022-12-16 18:05:31      TRUE 2022-12-16 18:00:00
## 7999 2022-12-16 18:05:26      TRUE 2022-12-16 18:00:00
## 8000 2022-12-16 18:05:24      TRUE 2022-12-16 18:00:00
## 8001 2022-12-16 18:05:23      TRUE 2022-12-16 18:00:00
## 8002 2022-12-16 18:05:16      TRUE 2022-12-16 18:00:00
## 8003 2022-12-16 18:05:16      TRUE 2022-12-16 18:00:00
## 8004 2022-12-16 18:05:15      TRUE 2022-12-16 18:00:00
## 8005 2022-12-16 18:05:04      TRUE 2022-12-16 18:00:00
## 8006 2022-12-16 18:04:58      TRUE 2022-12-16 18:00:00
## 8007 2022-12-16 18:04:57      TRUE 2022-12-16 18:00:00
## 8008 2022-12-16 18:04:55      TRUE 2022-12-16 18:00:00
## 8009 2022-12-16 18:04:55      TRUE 2022-12-16 18:00:00
## 8010 2022-12-16 18:04:52      TRUE 2022-12-16 18:00:00
## 8011 2022-12-16 18:04:51      TRUE 2022-12-16 18:00:00
## 8012 2022-12-16 18:04:49      TRUE 2022-12-16 18:00:00
## 8013 2022-12-16 18:04:46      TRUE 2022-12-16 18:00:00
## 8014 2022-12-16 18:04:44      TRUE 2022-12-16 18:00:00
## 8015 2022-12-16 18:04:42      TRUE 2022-12-16 18:00:00
## 8016 2022-12-16 18:04:42      TRUE 2022-12-16 18:00:00
## 8017 2022-12-16 18:04:41      TRUE 2022-12-16 18:00:00
## 8018 2022-12-16 18:04:41      TRUE 2022-12-16 18:00:00
## 8019 2022-12-16 18:04:40      TRUE 2022-12-16 18:00:00
## 8020 2022-12-16 18:04:39      TRUE 2022-12-16 18:00:00
## 8021 2022-12-16 18:04:38      TRUE 2022-12-16 18:00:00
## 8022 2022-12-16 18:04:37      TRUE 2022-12-16 18:00:00
## 8023 2022-12-16 18:04:37      TRUE 2022-12-16 18:00:00
## 8024 2022-12-16 18:04:37      TRUE 2022-12-16 18:00:00
## 8025 2022-12-16 18:04:36      TRUE 2022-12-16 18:00:00
## 8026 2022-12-16 18:04:33      TRUE 2022-12-16 18:00:00
## 8027 2022-12-16 18:04:33      TRUE 2022-12-16 18:00:00
## 8028 2022-12-16 18:04:29      TRUE 2022-12-16 18:00:00
## 8029 2022-12-16 18:04:29      TRUE 2022-12-16 18:00:00
## 8030 2022-12-16 18:04:29      TRUE 2022-12-16 18:00:00
## 8031 2022-12-16 18:04:27      TRUE 2022-12-16 18:00:00
## 8032 2022-12-16 18:04:26      TRUE 2022-12-16 18:00:00
## 8033 2022-12-16 18:04:25      TRUE 2022-12-16 18:00:00
## 8034 2022-12-16 18:04:24      TRUE 2022-12-16 18:00:00
## 8035 2022-12-16 18:04:11      TRUE 2022-12-16 18:00:00
## 8036 2022-12-16 18:04:10      TRUE 2022-12-16 18:00:00
## 8037 2022-12-16 18:03:53      TRUE 2022-12-16 18:00:00
## 8038 2022-12-16 18:03:48      TRUE 2022-12-16 18:00:00
## 8039 2022-12-16 18:03:45      TRUE 2022-12-16 18:00:00
## 8040 2022-12-16 18:03:44      TRUE 2022-12-16 18:00:00
## 8041 2022-12-16 18:03:43      TRUE 2022-12-16 18:00:00
## 8042 2022-12-16 18:03:43      TRUE 2022-12-16 18:00:00
## 8043 2022-12-16 18:03:34      TRUE 2022-12-16 18:00:00
## 8044 2022-12-16 18:03:33      TRUE 2022-12-16 18:00:00
## 8045 2022-12-16 18:03:30      TRUE 2022-12-16 18:00:00
## 8046 2022-12-16 18:03:28      TRUE 2022-12-16 18:00:00
## 8047 2022-12-16 18:03:26      TRUE 2022-12-16 18:00:00
## 8048 2022-12-16 18:03:23      TRUE 2022-12-16 18:00:00
## 8049 2022-12-16 18:03:20      TRUE 2022-12-16 18:00:00
## 8050 2022-12-16 18:03:20      TRUE 2022-12-16 18:00:00
## 8051 2022-12-16 18:03:18      TRUE 2022-12-16 18:00:00
## 8052 2022-12-16 18:03:16      TRUE 2022-12-16 18:00:00
## 8053 2022-12-16 18:03:14      TRUE 2022-12-16 18:00:00
## 8054 2022-12-16 18:03:13      TRUE 2022-12-16 18:00:00
## 8055 2022-12-16 18:03:12      TRUE 2022-12-16 18:00:00
## 8056 2022-12-16 18:03:12      TRUE 2022-12-16 18:00:00
## 8057 2022-12-16 18:03:12      TRUE 2022-12-16 18:00:00
## 8058 2022-12-16 18:03:10      TRUE 2022-12-16 18:00:00
## 8059 2022-12-16 18:03:09      TRUE 2022-12-16 18:00:00
## 8060 2022-12-16 18:03:08      TRUE 2022-12-16 18:00:00
## 8061 2022-12-16 18:03:07      TRUE 2022-12-16 18:00:00
## 8062 2022-12-16 18:03:05      TRUE 2022-12-16 18:00:00
## 8063 2022-12-16 18:03:01      TRUE 2022-12-16 18:00:00
## 8064 2022-12-16 18:03:01      TRUE 2022-12-16 18:00:00
## 8065 2022-12-16 18:02:58      TRUE 2022-12-16 18:00:00
## 8066 2022-12-16 18:02:56      TRUE 2022-12-16 18:00:00
## 8067 2022-12-16 18:02:51      TRUE 2022-12-16 18:00:00
## 8068 2022-12-16 18:02:48      TRUE 2022-12-16 18:00:00
## 8069 2022-12-16 18:02:47      TRUE 2022-12-16 18:00:00
## 8070 2022-12-16 18:02:46      TRUE 2022-12-16 18:00:00
## 8071 2022-12-16 18:02:44      TRUE 2022-12-16 18:00:00
## 8072 2022-12-16 18:02:43      TRUE 2022-12-16 18:00:00
## 8073 2022-12-16 18:02:34      TRUE 2022-12-16 18:00:00
## 8074 2022-12-16 18:02:30      TRUE 2022-12-16 18:00:00
## 8075 2022-12-16 18:02:27      TRUE 2022-12-16 18:00:00
## 8076 2022-12-16 18:02:26      TRUE 2022-12-16 18:00:00
## 8077 2022-12-16 18:02:26      TRUE 2022-12-16 18:00:00
## 8078 2022-12-16 18:02:25      TRUE 2022-12-16 18:00:00
## 8079 2022-12-16 18:02:25      TRUE 2022-12-16 18:00:00
## 8080 2022-12-16 18:02:25      TRUE 2022-12-16 18:00:00
## 8081 2022-12-16 18:02:24      TRUE 2022-12-16 18:00:00
## 8082 2022-12-16 18:02:21      TRUE 2022-12-16 18:00:00
## 8083 2022-12-16 18:02:21      TRUE 2022-12-16 18:00:00
## 8084 2022-12-16 18:02:17      TRUE 2022-12-16 18:00:00
## 8085 2022-12-16 18:02:15      TRUE 2022-12-16 18:00:00
## 8086 2022-12-16 18:02:13      TRUE 2022-12-16 18:00:00
## 8087 2022-12-16 18:02:13      TRUE 2022-12-16 18:00:00
## 8088 2022-12-16 18:02:13      TRUE 2022-12-16 18:00:00
## 8089 2022-12-16 18:02:13      TRUE 2022-12-16 18:00:00
## 8090 2022-12-16 18:02:12      TRUE 2022-12-16 18:00:00
## 8091 2022-12-16 18:02:12      TRUE 2022-12-16 18:00:00
## 8092 2022-12-16 18:02:09      TRUE 2022-12-16 18:00:00
## 8093 2022-12-16 18:02:04      TRUE 2022-12-16 18:00:00
## 8094 2022-12-16 18:01:56      TRUE 2022-12-16 18:00:00
## 8095 2022-12-16 18:01:55      TRUE 2022-12-16 18:00:00
## 8096 2022-12-16 18:01:54      TRUE 2022-12-16 18:00:00
## 8097 2022-12-16 18:01:52      TRUE 2022-12-16 18:00:00
## 8098 2022-12-16 18:01:52      TRUE 2022-12-16 18:00:00
## 8099 2022-12-16 18:01:44      TRUE 2022-12-16 18:00:00
## 8100 2022-12-16 18:01:43      TRUE 2022-12-16 18:00:00
## 8101 2022-12-16 18:01:43      TRUE 2022-12-16 18:00:00
## 8102 2022-12-16 18:01:41      TRUE 2022-12-16 18:00:00
## 8103 2022-12-16 18:01:38      TRUE 2022-12-16 18:00:00
## 8104 2022-12-16 18:01:38      TRUE 2022-12-16 18:00:00
## 8105 2022-12-16 18:01:35      TRUE 2022-12-16 18:00:00
## 8106 2022-12-16 18:01:35      TRUE 2022-12-16 18:00:00
## 8107 2022-12-16 18:01:30      TRUE 2022-12-16 18:00:00
## 8108 2022-12-16 18:01:30      TRUE 2022-12-16 18:00:00
## 8109 2022-12-16 18:01:30      TRUE 2022-12-16 18:00:00
## 8110 2022-12-16 18:01:29      TRUE 2022-12-16 18:00:00
## 8111 2022-12-16 18:01:28      TRUE 2022-12-16 18:00:00
## 8112 2022-12-16 18:01:28      TRUE 2022-12-16 18:00:00
## 8113 2022-12-16 18:01:26      TRUE 2022-12-16 18:00:00
## 8114 2022-12-16 18:01:24      TRUE 2022-12-16 18:00:00
## 8115 2022-12-16 18:01:23      TRUE 2022-12-16 18:00:00
## 8116 2022-12-16 18:01:21      TRUE 2022-12-16 18:00:00
## 8117 2022-12-16 18:01:15      TRUE 2022-12-16 18:00:00
## 8118 2022-12-16 18:01:14      TRUE 2022-12-16 18:00:00
## 8119 2022-12-16 18:01:14      TRUE 2022-12-16 18:00:00
## 8120 2022-12-16 18:01:13      TRUE 2022-12-16 18:00:00
## 8121 2022-12-16 18:01:10      TRUE 2022-12-16 18:00:00
## 8122 2022-12-16 18:01:09      TRUE 2022-12-16 18:00:00
## 8123 2022-12-16 18:01:08      TRUE 2022-12-16 18:00:00
## 8124 2022-12-16 18:01:07      TRUE 2022-12-16 18:00:00
## 8125 2022-12-16 18:01:06      TRUE 2022-12-16 18:00:00
## 8126 2022-12-16 18:01:01      TRUE 2022-12-16 18:00:00
## 8127 2022-12-16 18:00:57      TRUE 2022-12-16 18:00:00
## 8128 2022-12-16 18:00:49      TRUE 2022-12-16 18:00:00
## 8129 2022-12-16 18:00:46      TRUE 2022-12-16 18:00:00
## 8130 2022-12-16 18:00:46      TRUE 2022-12-16 18:00:00
## 8131 2022-12-16 18:00:46      TRUE 2022-12-16 18:00:00
## 8132 2022-12-16 18:00:43      TRUE 2022-12-16 18:00:00
## 8133 2022-12-16 18:00:41      TRUE 2022-12-16 18:00:00
## 8134 2022-12-16 18:00:40      TRUE 2022-12-16 18:00:00
## 8135 2022-12-16 18:00:38      TRUE 2022-12-16 18:00:00
## 8136 2022-12-16 18:00:37      TRUE 2022-12-16 18:00:00
## 8137 2022-12-16 18:00:34      TRUE 2022-12-16 18:00:00
## 8138 2022-12-16 18:00:34      TRUE 2022-12-16 18:00:00
## 8139 2022-12-16 18:00:33      TRUE 2022-12-16 18:00:00
## 8140 2022-12-16 18:00:32      TRUE 2022-12-16 18:00:00
## 8141 2022-12-16 18:00:26      TRUE 2022-12-16 18:00:00
## 8142 2022-12-16 18:00:26      TRUE 2022-12-16 18:00:00
## 8143 2022-12-16 18:00:26      TRUE 2022-12-16 18:00:00
## 8144 2022-12-16 18:00:26      TRUE 2022-12-16 18:00:00
## 8145 2022-12-16 18:00:23      TRUE 2022-12-16 18:00:00
## 8146 2022-12-16 18:00:23      TRUE 2022-12-16 18:00:00
## 8147 2022-12-16 18:00:22      TRUE 2022-12-16 18:00:00
## 8148 2022-12-16 18:00:21      TRUE 2022-12-16 18:00:00
## 8149 2022-12-16 18:00:20      TRUE 2022-12-16 18:00:00
## 8150 2022-12-16 18:00:20      TRUE 2022-12-16 18:00:00
## 8151 2022-12-16 18:00:19      TRUE 2022-12-16 18:00:00
## 8152 2022-12-16 18:00:18      TRUE 2022-12-16 18:00:00
## 8153 2022-12-16 18:00:17      TRUE 2022-12-16 18:00:00
## 8154 2022-12-16 18:00:15      TRUE 2022-12-16 18:00:00
## 8155 2022-12-16 18:00:14      TRUE 2022-12-16 18:00:00
## 8156 2022-12-16 18:00:13      TRUE 2022-12-16 18:00:00
## 8157 2022-12-16 18:00:13      TRUE 2022-12-16 18:00:00
## 8158 2022-12-16 18:00:11      TRUE 2022-12-16 18:00:00
## 8159 2022-12-16 18:00:05      TRUE 2022-12-16 18:00:00
## 8160 2022-12-16 18:00:03      TRUE 2022-12-16 18:00:00
## 8161 2022-12-16 18:00:02      TRUE 2022-12-16 18:00:00
## 8162 2022-12-16 18:00:00      TRUE 2022-12-16 18:00:00
## 8163 2022-12-16 17:59:59      TRUE 2022-12-16 18:00:00
## 8164 2022-12-16 17:59:59      TRUE 2022-12-16 18:00:00
## 8165 2022-12-16 17:59:58      TRUE 2022-12-16 18:00:00
## 8166 2022-12-16 17:59:57      TRUE 2022-12-16 18:00:00
## 8167 2022-12-16 17:59:56      TRUE 2022-12-16 18:00:00
## 8168 2022-12-16 17:59:55      TRUE 2022-12-16 18:00:00
## 8169 2022-12-16 17:59:54      TRUE 2022-12-16 18:00:00
## 8170 2022-12-16 17:59:52      TRUE 2022-12-16 18:00:00
## 8171 2022-12-16 17:59:49      TRUE 2022-12-16 18:00:00
## 8172 2022-12-16 17:59:48      TRUE 2022-12-16 18:00:00
## 8173 2022-12-16 17:59:46      TRUE 2022-12-16 18:00:00
## 8174 2022-12-16 17:59:45      TRUE 2022-12-16 18:00:00
## 8175 2022-12-16 17:59:43      TRUE 2022-12-16 18:00:00
## 8176 2022-12-16 17:59:40      TRUE 2022-12-16 18:00:00
## 8177 2022-12-16 17:59:35      TRUE 2022-12-16 18:00:00
## 8178 2022-12-16 17:59:35      TRUE 2022-12-16 18:00:00
## 8179 2022-12-16 17:59:34      TRUE 2022-12-16 18:00:00
## 8180 2022-12-16 17:59:34      TRUE 2022-12-16 18:00:00
## 8181 2022-12-16 17:59:33      TRUE 2022-12-16 18:00:00
## 8182 2022-12-16 17:59:32      TRUE 2022-12-16 18:00:00
## 8183 2022-12-16 17:59:30      TRUE 2022-12-16 18:00:00
## 8184 2022-12-16 17:59:28      TRUE 2022-12-16 18:00:00
## 8185 2022-12-16 17:59:26      TRUE 2022-12-16 18:00:00
## 8186 2022-12-16 17:59:26      TRUE 2022-12-16 18:00:00
## 8187 2022-12-16 17:59:24      TRUE 2022-12-16 18:00:00
## 8188 2022-12-16 17:59:23      TRUE 2022-12-16 18:00:00
## 8189 2022-12-16 17:59:22      TRUE 2022-12-16 18:00:00
## 8190 2022-12-16 17:59:22      TRUE 2022-12-16 18:00:00
## 8191 2022-12-16 17:59:19      TRUE 2022-12-16 18:00:00
## 8192 2022-12-16 17:59:18      TRUE 2022-12-16 18:00:00
## 8193 2022-12-16 17:59:17      TRUE 2022-12-16 18:00:00
## 8194 2022-12-16 17:59:16      TRUE 2022-12-16 18:00:00
## 8195 2022-12-16 17:59:14      TRUE 2022-12-16 18:00:00
## 8196 2022-12-16 17:59:14      TRUE 2022-12-16 18:00:00
## 8197 2022-12-16 17:59:13      TRUE 2022-12-16 18:00:00
## 8198 2022-12-16 17:59:11      TRUE 2022-12-16 18:00:00
## 8199 2022-12-16 17:59:10      TRUE 2022-12-16 18:00:00
## 8200 2022-12-16 17:59:09      TRUE 2022-12-16 18:00:00
## 8201 2022-12-16 17:59:09      TRUE 2022-12-16 18:00:00
## 8202 2022-12-16 17:59:08      TRUE 2022-12-16 18:00:00
## 8203 2022-12-16 17:59:08      TRUE 2022-12-16 18:00:00
## 8204 2022-12-16 17:59:08      TRUE 2022-12-16 18:00:00
## 8205 2022-12-16 17:59:08      TRUE 2022-12-16 18:00:00
## 8206 2022-12-16 17:59:07      TRUE 2022-12-16 18:00:00
## 8207 2022-12-16 17:59:07      TRUE 2022-12-16 18:00:00
## 8208 2022-12-16 17:59:06      TRUE 2022-12-16 18:00:00
## 8209 2022-12-16 17:59:06      TRUE 2022-12-16 18:00:00
## 8210 2022-12-16 17:59:06      TRUE 2022-12-16 18:00:00
## 8211 2022-12-16 17:59:02      TRUE 2022-12-16 18:00:00
## 8212 2022-12-16 17:58:59      TRUE 2022-12-16 18:00:00
## 8213 2022-12-16 17:58:57      TRUE 2022-12-16 18:00:00
## 8214 2022-12-16 17:58:57      TRUE 2022-12-16 18:00:00
## 8215 2022-12-16 17:58:55      TRUE 2022-12-16 18:00:00
## 8216 2022-12-16 17:58:53      TRUE 2022-12-16 18:00:00
## 8217 2022-12-16 17:58:53      TRUE 2022-12-16 18:00:00
## 8218 2022-12-16 17:58:52      TRUE 2022-12-16 18:00:00
## 8219 2022-12-16 17:58:51      TRUE 2022-12-16 18:00:00
## 8220 2022-12-16 17:58:47      TRUE 2022-12-16 18:00:00
## 8221 2022-12-16 17:58:46      TRUE 2022-12-16 18:00:00
## 8222 2022-12-16 17:58:43      TRUE 2022-12-16 18:00:00
## 8223 2022-12-16 17:58:39      TRUE 2022-12-16 18:00:00
## 8224 2022-12-16 17:58:39      TRUE 2022-12-16 18:00:00
## 8225 2022-12-16 17:58:39      TRUE 2022-12-16 18:00:00
## 8226 2022-12-16 17:58:38      TRUE 2022-12-16 18:00:00
## 8227 2022-12-16 17:58:37      TRUE 2022-12-16 18:00:00
## 8228 2022-12-16 17:58:35      TRUE 2022-12-16 18:00:00
## 8229 2022-12-16 17:58:34      TRUE 2022-12-16 18:00:00
## 8230 2022-12-16 17:58:33      TRUE 2022-12-16 18:00:00
## 8231 2022-12-16 17:58:32      TRUE 2022-12-16 18:00:00
## 8232 2022-12-16 17:58:29      TRUE 2022-12-16 18:00:00
## 8233 2022-12-16 17:58:27      TRUE 2022-12-16 18:00:00
## 8234 2022-12-16 17:58:25      TRUE 2022-12-16 18:00:00
## 8235 2022-12-16 17:58:21      TRUE 2022-12-16 18:00:00
## 8236 2022-12-16 17:58:17      TRUE 2022-12-16 18:00:00
## 8237 2022-12-16 17:58:15      TRUE 2022-12-16 18:00:00
## 8238 2022-12-16 17:58:14      TRUE 2022-12-16 18:00:00
## 8239 2022-12-16 17:58:14      TRUE 2022-12-16 18:00:00
## 8240 2022-12-16 17:58:12      TRUE 2022-12-16 18:00:00
## 8241 2022-12-16 17:58:12      TRUE 2022-12-16 18:00:00
## 8242 2022-12-16 17:58:09      TRUE 2022-12-16 18:00:00
## 8243 2022-12-16 17:58:07      TRUE 2022-12-16 18:00:00
## 8244 2022-12-16 17:58:06      TRUE 2022-12-16 18:00:00
## 8245 2022-12-16 17:58:06      TRUE 2022-12-16 18:00:00
## 8246 2022-12-16 17:58:06      TRUE 2022-12-16 18:00:00
## 8247 2022-12-16 17:58:05      TRUE 2022-12-16 18:00:00
## 8248 2022-12-16 17:58:04      TRUE 2022-12-16 18:00:00
## 8249 2022-12-16 17:58:04      TRUE 2022-12-16 18:00:00
## 8250 2022-12-16 17:58:03      TRUE 2022-12-16 18:00:00
## 8251 2022-12-16 17:58:02      TRUE 2022-12-16 18:00:00
## 8252 2022-12-16 17:58:02      TRUE 2022-12-16 18:00:00
## 8253 2022-12-16 17:58:01      TRUE 2022-12-16 18:00:00
## 8254 2022-12-16 17:58:00      TRUE 2022-12-16 18:00:00
## 8255 2022-12-16 17:58:00      TRUE 2022-12-16 18:00:00
## 8256 2022-12-16 17:57:59      TRUE 2022-12-16 18:00:00
## 8257 2022-12-16 17:57:59      TRUE 2022-12-16 18:00:00
## 8258 2022-12-16 17:57:58      TRUE 2022-12-16 18:00:00
## 8259 2022-12-16 17:57:57      TRUE 2022-12-16 18:00:00
## 8260 2022-12-16 17:57:57      TRUE 2022-12-16 18:00:00
## 8261 2022-12-16 17:57:55      TRUE 2022-12-16 18:00:00
## 8262 2022-12-16 17:57:54      TRUE 2022-12-16 18:00:00
## 8263 2022-12-16 17:57:51      TRUE 2022-12-16 18:00:00
## 8264 2022-12-16 17:57:49      TRUE 2022-12-16 18:00:00
## 8265 2022-12-16 17:57:48      TRUE 2022-12-16 18:00:00
## 8266 2022-12-16 17:57:48      TRUE 2022-12-16 18:00:00
## 8267 2022-12-16 17:57:43      TRUE 2022-12-16 18:00:00
## 8268 2022-12-16 17:57:43      TRUE 2022-12-16 18:00:00
## 8269 2022-12-16 17:57:42      TRUE 2022-12-16 18:00:00
## 8270 2022-12-16 17:57:37      TRUE 2022-12-16 18:00:00
## 8271 2022-12-16 17:57:37      TRUE 2022-12-16 18:00:00
## 8272 2022-12-16 17:57:35      TRUE 2022-12-16 18:00:00
## 8273 2022-12-16 17:57:34      TRUE 2022-12-16 18:00:00
## 8274 2022-12-16 17:57:34      TRUE 2022-12-16 18:00:00
## 8275 2022-12-16 17:57:33      TRUE 2022-12-16 18:00:00
## 8276 2022-12-16 17:57:33      TRUE 2022-12-16 18:00:00
## 8277 2022-12-16 17:57:32      TRUE 2022-12-16 18:00:00
## 8278 2022-12-16 17:57:32      TRUE 2022-12-16 18:00:00
## 8279 2022-12-16 17:57:31      TRUE 2022-12-16 18:00:00
## 8280 2022-12-16 17:57:31      TRUE 2022-12-16 18:00:00
## 8281 2022-12-16 17:57:31      TRUE 2022-12-16 18:00:00
## 8282 2022-12-16 17:57:27      TRUE 2022-12-16 18:00:00
## 8283 2022-12-16 17:57:27      TRUE 2022-12-16 18:00:00
## 8284 2022-12-16 17:57:25      TRUE 2022-12-16 18:00:00
## 8285 2022-12-16 17:57:24      TRUE 2022-12-16 18:00:00
## 8286 2022-12-16 17:57:22      TRUE 2022-12-16 18:00:00
## 8287 2022-12-16 17:57:21      TRUE 2022-12-16 18:00:00
## 8288 2022-12-16 17:57:21      TRUE 2022-12-16 18:00:00
## 8289 2022-12-16 17:57:18      TRUE 2022-12-16 18:00:00
## 8290 2022-12-16 17:57:18      TRUE 2022-12-16 18:00:00
## 8291 2022-12-16 17:57:18      TRUE 2022-12-16 18:00:00
## 8292 2022-12-16 17:57:17      TRUE 2022-12-16 18:00:00
## 8293 2022-12-16 17:57:14      TRUE 2022-12-16 18:00:00
## 8294 2022-12-16 17:57:13      TRUE 2022-12-16 18:00:00
## 8295 2022-12-16 17:57:12      TRUE 2022-12-16 18:00:00
## 8296 2022-12-16 17:57:12      TRUE 2022-12-16 18:00:00
## 8297 2022-12-16 17:57:11      TRUE 2022-12-16 18:00:00
## 8298 2022-12-16 17:57:09      TRUE 2022-12-16 18:00:00
## 8299 2022-12-16 17:57:09      TRUE 2022-12-16 18:00:00
## 8300 2022-12-16 17:57:08      TRUE 2022-12-16 18:00:00
## 8301 2022-12-16 17:57:07      TRUE 2022-12-16 18:00:00
## 8302 2022-12-16 17:57:06      TRUE 2022-12-16 18:00:00
## 8303 2022-12-16 17:57:06      TRUE 2022-12-16 18:00:00
## 8304 2022-12-16 17:57:06      TRUE 2022-12-16 18:00:00
## 8305 2022-12-16 17:57:05      TRUE 2022-12-16 18:00:00
## 8306 2022-12-16 17:57:05      TRUE 2022-12-16 18:00:00
## 8307 2022-12-16 17:57:05      TRUE 2022-12-16 18:00:00
## 8308 2022-12-16 17:57:05      TRUE 2022-12-16 18:00:00
## 8309 2022-12-16 17:57:04      TRUE 2022-12-16 18:00:00
## 8310 2022-12-16 17:57:03      TRUE 2022-12-16 18:00:00
## 8311 2022-12-16 17:57:03      TRUE 2022-12-16 18:00:00
## 8312 2022-12-16 17:57:02      TRUE 2022-12-16 18:00:00
## 8313 2022-12-16 17:57:01      TRUE 2022-12-16 18:00:00
## 8314 2022-12-16 17:57:01      TRUE 2022-12-16 18:00:00
## 8315 2022-12-16 17:57:01      TRUE 2022-12-16 18:00:00
## 8316 2022-12-16 17:56:59      TRUE 2022-12-16 18:00:00
## 8317 2022-12-16 17:56:59      TRUE 2022-12-16 18:00:00
## 8318 2022-12-16 17:56:59      TRUE 2022-12-16 18:00:00
## 8319 2022-12-16 17:56:57      TRUE 2022-12-16 18:00:00
## 8320 2022-12-16 17:56:56      TRUE 2022-12-16 18:00:00
## 8321 2022-12-16 17:56:54      TRUE 2022-12-16 18:00:00
## 8322 2022-12-16 17:56:52      TRUE 2022-12-16 18:00:00
## 8323 2022-12-16 17:56:51      TRUE 2022-12-16 18:00:00
## 8324 2022-12-16 17:56:49      TRUE 2022-12-16 18:00:00
## 8325 2022-12-16 17:56:49      TRUE 2022-12-16 18:00:00
## 8326 2022-12-16 17:56:48      TRUE 2022-12-16 18:00:00
## 8327 2022-12-16 17:56:47      TRUE 2022-12-16 18:00:00
## 8328 2022-12-16 17:56:47      TRUE 2022-12-16 18:00:00
## 8329 2022-12-16 17:56:47      TRUE 2022-12-16 18:00:00
## 8330 2022-12-16 17:56:47      TRUE 2022-12-16 18:00:00
## 8331 2022-12-16 17:56:46      TRUE 2022-12-16 18:00:00
## 8332 2022-12-16 17:56:46      TRUE 2022-12-16 18:00:00
## 8333 2022-12-16 17:56:46      TRUE 2022-12-16 18:00:00
## 8334 2022-12-16 17:56:46      TRUE 2022-12-16 18:00:00
## 8335 2022-12-16 17:56:45      TRUE 2022-12-16 18:00:00
## 8336 2022-12-16 17:56:44      TRUE 2022-12-16 18:00:00
## 8337 2022-12-16 17:56:44      TRUE 2022-12-16 18:00:00
## 8338 2022-12-16 17:56:43      TRUE 2022-12-16 18:00:00
## 8339 2022-12-16 17:56:42      TRUE 2022-12-16 18:00:00
## 8340 2022-12-16 17:56:41      TRUE 2022-12-16 18:00:00
## 8341 2022-12-16 17:56:41      TRUE 2022-12-16 18:00:00
## 8342 2022-12-16 17:56:41      TRUE 2022-12-16 18:00:00
## 8343 2022-12-16 17:56:40      TRUE 2022-12-16 18:00:00
## 8344 2022-12-16 17:56:39      TRUE 2022-12-16 18:00:00
## 8345 2022-12-16 17:56:39      TRUE 2022-12-16 18:00:00
## 8346 2022-12-16 17:56:39      TRUE 2022-12-16 18:00:00
## 8347 2022-12-16 17:56:38      TRUE 2022-12-16 18:00:00
## 8348 2022-12-16 17:56:38      TRUE 2022-12-16 18:00:00
## 8349 2022-12-16 17:56:38      TRUE 2022-12-16 18:00:00
## 8350 2022-12-16 17:56:36      TRUE 2022-12-16 18:00:00
## 8351 2022-12-16 17:56:36      TRUE 2022-12-16 18:00:00
## 8352 2022-12-16 17:56:35      TRUE 2022-12-16 18:00:00
## 8353 2022-12-16 17:56:35      TRUE 2022-12-16 18:00:00
## 8354 2022-12-16 17:56:33      TRUE 2022-12-16 18:00:00
## 8355 2022-12-16 17:56:32      TRUE 2022-12-16 18:00:00
## 8356 2022-12-16 17:56:31      TRUE 2022-12-16 18:00:00
## 8357 2022-12-16 17:56:30      TRUE 2022-12-16 18:00:00
## 8358 2022-12-16 17:56:30      TRUE 2022-12-16 18:00:00
## 8359 2022-12-16 17:56:26      TRUE 2022-12-16 18:00:00
## 8360 2022-12-16 17:56:19      TRUE 2022-12-16 18:00:00
## 8361 2022-12-16 17:56:18      TRUE 2022-12-16 18:00:00
## 8362 2022-12-16 17:56:14      TRUE 2022-12-16 18:00:00
## 8363 2022-12-16 17:56:10      TRUE 2022-12-16 18:00:00
## 8364 2022-12-16 17:56:09      TRUE 2022-12-16 18:00:00
## 8365 2022-12-16 17:56:09      TRUE 2022-12-16 18:00:00
## 8366 2022-12-16 17:56:05      TRUE 2022-12-16 18:00:00
## 8367 2022-12-16 17:56:03      TRUE 2022-12-16 18:00:00
## 8368 2022-12-16 17:56:01      TRUE 2022-12-16 18:00:00
## 8369 2022-12-16 17:56:00      TRUE 2022-12-16 18:00:00
## 8370 2022-12-16 17:55:58      TRUE 2022-12-16 18:00:00
## 8371 2022-12-16 17:55:57      TRUE 2022-12-16 18:00:00
## 8372 2022-12-16 17:55:55      TRUE 2022-12-16 18:00:00
## 8373 2022-12-16 17:55:53      TRUE 2022-12-16 18:00:00
## 8374 2022-12-16 17:55:48      TRUE 2022-12-16 18:00:00
## 8375 2022-12-16 17:55:45      TRUE 2022-12-16 18:00:00
## 8376 2022-12-16 17:55:44      TRUE 2022-12-16 18:00:00
## 8377 2022-12-16 17:55:44      TRUE 2022-12-16 18:00:00
## 8378 2022-12-16 17:55:38      TRUE 2022-12-16 18:00:00
## 8379 2022-12-16 17:55:37      TRUE 2022-12-16 18:00:00
## 8380 2022-12-16 17:55:36      TRUE 2022-12-16 18:00:00
## 8381 2022-12-16 17:55:36      TRUE 2022-12-16 18:00:00
## 8382 2022-12-16 17:55:34      TRUE 2022-12-16 18:00:00
## 8383 2022-12-16 17:55:34      TRUE 2022-12-16 18:00:00
## 8384 2022-12-16 17:55:31      TRUE 2022-12-16 18:00:00
## 8385 2022-12-16 17:55:31      TRUE 2022-12-16 18:00:00
## 8386 2022-12-16 17:55:29      TRUE 2022-12-16 18:00:00
## 8387 2022-12-16 17:55:27      TRUE 2022-12-16 18:00:00
## 8388 2022-12-16 17:55:24      TRUE 2022-12-16 18:00:00
## 8389 2022-12-16 17:55:22      TRUE 2022-12-16 18:00:00
## 8390 2022-12-16 17:55:21      TRUE 2022-12-16 18:00:00
## 8391 2022-12-16 17:55:18      TRUE 2022-12-16 18:00:00
## 8392 2022-12-16 17:55:17      TRUE 2022-12-16 18:00:00
## 8393 2022-12-16 17:55:17      TRUE 2022-12-16 18:00:00
## 8394 2022-12-16 17:55:10      TRUE 2022-12-16 18:00:00
## 8395 2022-12-16 17:55:10      TRUE 2022-12-16 18:00:00
## 8396 2022-12-16 17:55:08      TRUE 2022-12-16 18:00:00
## 8397 2022-12-16 17:55:08      TRUE 2022-12-16 18:00:00
## 8398 2022-12-16 17:55:07      TRUE 2022-12-16 18:00:00
## 8399 2022-12-16 17:55:06      TRUE 2022-12-16 18:00:00
## 8400 2022-12-16 17:55:06      TRUE 2022-12-16 18:00:00
## 8401 2022-12-16 17:55:03      TRUE 2022-12-16 18:00:00
## 8402 2022-12-16 17:55:03      TRUE 2022-12-16 18:00:00
## 8403 2022-12-16 17:55:03      TRUE 2022-12-16 18:00:00
## 8404 2022-12-16 17:55:02      TRUE 2022-12-16 18:00:00
## 8405 2022-12-16 17:54:59      TRUE 2022-12-16 18:00:00
## 8406 2022-12-16 17:54:58      TRUE 2022-12-16 18:00:00
## 8407 2022-12-16 17:54:55      TRUE 2022-12-16 18:00:00
## 8408 2022-12-16 17:54:53      TRUE 2022-12-16 18:00:00
## 8409 2022-12-16 17:54:48      TRUE 2022-12-16 18:00:00
## 8410 2022-12-16 17:54:46      TRUE 2022-12-16 18:00:00
## 8411 2022-12-16 17:54:45      TRUE 2022-12-16 18:00:00
## 8412 2022-12-16 17:54:44      TRUE 2022-12-16 18:00:00
## 8413 2022-12-16 17:54:41      TRUE 2022-12-16 18:00:00
## 8414 2022-12-16 17:54:40      TRUE 2022-12-16 18:00:00
## 8415 2022-12-16 17:54:37      TRUE 2022-12-16 18:00:00
## 8416 2022-12-16 17:54:36      TRUE 2022-12-16 18:00:00
## 8417 2022-12-16 17:54:35      TRUE 2022-12-16 18:00:00
## 8418 2022-12-16 17:54:33      TRUE 2022-12-16 18:00:00
## 8419 2022-12-16 17:54:33      TRUE 2022-12-16 18:00:00
## 8420 2022-12-16 17:54:31      TRUE 2022-12-16 18:00:00
## 8421 2022-12-16 17:54:31      TRUE 2022-12-16 18:00:00
## 8422 2022-12-16 17:54:30      TRUE 2022-12-16 18:00:00
## 8423 2022-12-16 17:54:28      TRUE 2022-12-16 18:00:00
## 8424 2022-12-16 17:54:26      TRUE 2022-12-16 18:00:00
## 8425 2022-12-16 17:54:26      TRUE 2022-12-16 18:00:00
## 8426 2022-12-16 17:54:25      TRUE 2022-12-16 18:00:00
## 8427 2022-12-16 17:54:25      TRUE 2022-12-16 18:00:00
## 8428 2022-12-16 17:54:24      TRUE 2022-12-16 18:00:00
## 8429 2022-12-16 17:54:22      TRUE 2022-12-16 18:00:00
## 8430 2022-12-16 17:54:19      TRUE 2022-12-16 18:00:00
## 8431 2022-12-16 17:54:17      TRUE 2022-12-16 18:00:00
## 8432 2022-12-16 17:54:11      TRUE 2022-12-16 18:00:00
## 8433 2022-12-16 17:54:08      TRUE 2022-12-16 18:00:00
## 8434 2022-12-16 17:54:07      TRUE 2022-12-16 18:00:00
## 8435 2022-12-16 17:54:05      TRUE 2022-12-16 18:00:00
## 8436 2022-12-16 17:54:05      TRUE 2022-12-16 18:00:00
## 8437 2022-12-16 17:54:03      TRUE 2022-12-16 18:00:00
## 8438 2022-12-16 17:54:01      TRUE 2022-12-16 18:00:00
## 8439 2022-12-16 17:54:00      TRUE 2022-12-16 18:00:00
## 8440 2022-12-16 17:53:58      TRUE 2022-12-16 18:00:00
## 8441 2022-12-16 17:53:57      TRUE 2022-12-16 18:00:00
## 8442 2022-12-16 17:53:56      TRUE 2022-12-16 18:00:00
## 8443 2022-12-16 17:53:54      TRUE 2022-12-16 18:00:00
## 8444 2022-12-16 17:53:51      TRUE 2022-12-16 18:00:00
## 8445 2022-12-16 17:53:48      TRUE 2022-12-16 18:00:00
## 8446 2022-12-16 17:53:48      TRUE 2022-12-16 18:00:00
## 8447 2022-12-16 17:53:47      TRUE 2022-12-16 18:00:00
## 8448 2022-12-16 17:53:47      TRUE 2022-12-16 18:00:00
## 8449 2022-12-16 17:53:45      TRUE 2022-12-16 18:00:00
## 8450 2022-12-16 17:53:44      TRUE 2022-12-16 18:00:00
## 8451 2022-12-16 17:53:43      TRUE 2022-12-16 18:00:00
## 8452 2022-12-16 17:53:41      TRUE 2022-12-16 18:00:00
## 8453 2022-12-16 17:53:38      TRUE 2022-12-16 18:00:00
## 8454 2022-12-16 17:53:37      TRUE 2022-12-16 18:00:00
## 8455 2022-12-16 17:53:33      TRUE 2022-12-16 18:00:00
## 8456 2022-12-16 17:53:31      TRUE 2022-12-16 18:00:00
## 8457 2022-12-16 17:53:29      TRUE 2022-12-16 18:00:00
## 8458 2022-12-16 17:53:27      TRUE 2022-12-16 18:00:00
## 8459 2022-12-16 17:53:26      TRUE 2022-12-16 18:00:00
## 8460 2022-12-16 17:53:24      TRUE 2022-12-16 18:00:00
## 8461 2022-12-16 17:53:23      TRUE 2022-12-16 18:00:00
## 8462 2022-12-16 17:53:16      TRUE 2022-12-16 18:00:00
## 8463 2022-12-16 17:53:16      TRUE 2022-12-16 18:00:00
## 8464 2022-12-16 17:53:15      TRUE 2022-12-16 18:00:00
## 8465 2022-12-16 17:53:15      TRUE 2022-12-16 18:00:00
## 8466 2022-12-16 17:53:15      TRUE 2022-12-16 18:00:00
## 8467 2022-12-16 17:53:14      TRUE 2022-12-16 18:00:00
## 8468 2022-12-16 17:53:08      TRUE 2022-12-16 18:00:00
## 8469 2022-12-16 17:53:07      TRUE 2022-12-16 18:00:00
## 8470 2022-12-16 17:53:05      TRUE 2022-12-16 18:00:00
## 8471 2022-12-16 17:53:03      TRUE 2022-12-16 18:00:00
## 8472 2022-12-16 17:53:01      TRUE 2022-12-16 18:00:00
## 8473 2022-12-16 17:52:59      TRUE 2022-12-16 18:00:00
## 8474 2022-12-16 17:52:58      TRUE 2022-12-16 18:00:00
## 8475 2022-12-16 17:52:54      TRUE 2022-12-16 18:00:00
## 8476 2022-12-16 17:52:54      TRUE 2022-12-16 18:00:00
## 8477 2022-12-16 17:52:54      TRUE 2022-12-16 18:00:00
## 8478 2022-12-16 17:52:53      TRUE 2022-12-16 18:00:00
## 8479 2022-12-16 17:52:52      TRUE 2022-12-16 18:00:00
## 8480 2022-12-16 17:52:45      TRUE 2022-12-16 18:00:00
## 8481 2022-12-16 17:52:45      TRUE 2022-12-16 18:00:00
## 8482 2022-12-16 17:52:44      TRUE 2022-12-16 18:00:00
## 8483 2022-12-16 17:52:44      TRUE 2022-12-16 18:00:00
## 8484 2022-12-16 17:52:40      TRUE 2022-12-16 18:00:00
## 8485 2022-12-16 17:52:39      TRUE 2022-12-16 18:00:00
## 8486 2022-12-16 17:52:39      TRUE 2022-12-16 18:00:00
## 8487 2022-12-16 17:52:38      TRUE 2022-12-16 18:00:00
## 8488 2022-12-16 17:52:34      TRUE 2022-12-16 18:00:00
## 8489 2022-12-16 17:52:32      TRUE 2022-12-16 18:00:00
## 8490 2022-12-16 17:52:31      TRUE 2022-12-16 18:00:00
## 8491 2022-12-16 17:52:24      TRUE 2022-12-16 18:00:00
## 8492 2022-12-16 17:52:23      TRUE 2022-12-16 18:00:00
## 8493 2022-12-16 17:52:23      TRUE 2022-12-16 18:00:00
## 8494 2022-12-16 17:52:23      TRUE 2022-12-16 18:00:00
## 8495 2022-12-16 17:52:22      TRUE 2022-12-16 18:00:00
## 8496 2022-12-16 17:52:18      TRUE 2022-12-16 18:00:00
## 8497 2022-12-16 17:52:16      TRUE 2022-12-16 18:00:00
## 8498 2022-12-16 17:52:12      TRUE 2022-12-16 18:00:00
## 8499 2022-12-16 17:52:12      TRUE 2022-12-16 18:00:00
## 8500 2022-12-16 17:52:06      TRUE 2022-12-16 18:00:00
## 8501 2022-12-16 17:52:05      TRUE 2022-12-16 18:00:00
## 8502 2022-12-16 17:52:03      TRUE 2022-12-16 18:00:00
## 8503 2022-12-16 17:51:59      TRUE 2022-12-16 18:00:00
## 8504 2022-12-16 17:51:59      TRUE 2022-12-16 18:00:00
## 8505 2022-12-16 17:51:55      TRUE 2022-12-16 18:00:00
## 8506 2022-12-16 17:51:54      TRUE 2022-12-16 18:00:00
## 8507 2022-12-16 17:51:52      TRUE 2022-12-16 18:00:00
## 8508 2022-12-16 17:51:48      TRUE 2022-12-16 18:00:00
## 8509 2022-12-16 17:51:48      TRUE 2022-12-16 18:00:00
## 8510 2022-12-16 17:51:47      TRUE 2022-12-16 18:00:00
## 8511 2022-12-16 17:51:47      TRUE 2022-12-16 18:00:00
## 8512 2022-12-16 17:51:45      TRUE 2022-12-16 18:00:00
## 8513 2022-12-16 17:51:45      TRUE 2022-12-16 18:00:00
## 8514 2022-12-16 17:51:44      TRUE 2022-12-16 18:00:00
## 8515 2022-12-16 17:51:44      TRUE 2022-12-16 18:00:00
## 8516 2022-12-16 17:51:42      TRUE 2022-12-16 18:00:00
## 8517 2022-12-16 17:51:35      TRUE 2022-12-16 18:00:00
## 8518 2022-12-16 17:51:35      TRUE 2022-12-16 18:00:00
## 8519 2022-12-16 17:51:34      TRUE 2022-12-16 18:00:00
## 8520 2022-12-16 17:51:34      TRUE 2022-12-16 18:00:00
## 8521 2022-12-16 17:51:33      TRUE 2022-12-16 18:00:00
## 8522 2022-12-16 17:51:33      TRUE 2022-12-16 18:00:00
## 8523 2022-12-16 17:51:32      TRUE 2022-12-16 18:00:00
## 8524 2022-12-16 17:51:31      TRUE 2022-12-16 18:00:00
## 8525 2022-12-16 17:51:30      TRUE 2022-12-16 18:00:00
## 8526 2022-12-16 17:51:30      TRUE 2022-12-16 18:00:00
## 8527 2022-12-16 17:51:29      TRUE 2022-12-16 18:00:00
## 8528 2022-12-16 17:51:28      TRUE 2022-12-16 18:00:00
## 8529 2022-12-16 17:51:24      TRUE 2022-12-16 18:00:00
## 8530 2022-12-16 17:51:23      TRUE 2022-12-16 18:00:00
## 8531 2022-12-16 17:51:23      TRUE 2022-12-16 18:00:00
## 8532 2022-12-16 17:51:19      TRUE 2022-12-16 18:00:00
## 8533 2022-12-16 17:51:17      TRUE 2022-12-16 18:00:00
## 8534 2022-12-16 17:51:17      TRUE 2022-12-16 18:00:00
## 8535 2022-12-16 17:51:14      TRUE 2022-12-16 18:00:00
## 8536 2022-12-16 17:51:14      TRUE 2022-12-16 18:00:00
## 8537 2022-12-16 17:51:13      TRUE 2022-12-16 18:00:00
## 8538 2022-12-16 17:51:02      TRUE 2022-12-16 18:00:00
## 8539 2022-12-16 17:51:00      TRUE 2022-12-16 18:00:00
## 8540 2022-12-16 17:50:58      TRUE 2022-12-16 18:00:00
## 8541 2022-12-16 17:50:58      TRUE 2022-12-16 18:00:00
## 8542 2022-12-16 17:50:58      TRUE 2022-12-16 18:00:00
## 8543 2022-12-16 17:50:55      TRUE 2022-12-16 18:00:00
## 8544 2022-12-16 17:50:54      TRUE 2022-12-16 18:00:00
## 8545 2022-12-16 17:50:54      TRUE 2022-12-16 18:00:00
## 8546 2022-12-16 17:50:53      TRUE 2022-12-16 18:00:00
## 8547 2022-12-16 17:50:52      TRUE 2022-12-16 18:00:00
## 8548 2022-12-16 17:50:49      TRUE 2022-12-16 18:00:00
## 8549 2022-12-16 17:50:47      TRUE 2022-12-16 18:00:00
## 8550 2022-12-16 17:50:43      TRUE 2022-12-16 18:00:00
## 8551 2022-12-16 17:50:41      TRUE 2022-12-16 18:00:00
## 8552 2022-12-16 17:50:41      TRUE 2022-12-16 18:00:00
## 8553 2022-12-16 17:50:40      TRUE 2022-12-16 18:00:00
## 8554 2022-12-16 17:50:39      TRUE 2022-12-16 18:00:00
## 8555 2022-12-16 17:50:30      TRUE 2022-12-16 18:00:00
## 8556 2022-12-16 17:50:28      TRUE 2022-12-16 18:00:00
## 8557 2022-12-16 17:50:23      TRUE 2022-12-16 18:00:00
## 8558 2022-12-16 17:50:19      TRUE 2022-12-16 18:00:00
## 8559 2022-12-16 17:50:18      TRUE 2022-12-16 18:00:00
## 8560 2022-12-16 17:50:17      TRUE 2022-12-16 18:00:00
## 8561 2022-12-16 17:50:16      TRUE 2022-12-16 18:00:00
## 8562 2022-12-16 17:50:16      TRUE 2022-12-16 18:00:00
## 8563 2022-12-16 17:50:14      TRUE 2022-12-16 18:00:00
## 8564 2022-12-16 17:50:14      TRUE 2022-12-16 18:00:00
## 8565 2022-12-16 17:50:11      TRUE 2022-12-16 18:00:00
## 8566 2022-12-16 17:50:09      TRUE 2022-12-16 18:00:00
## 8567 2022-12-16 17:50:09      TRUE 2022-12-16 18:00:00
## 8568 2022-12-16 17:50:08      TRUE 2022-12-16 18:00:00
## 8569 2022-12-16 17:50:07      TRUE 2022-12-16 18:00:00
## 8570 2022-12-16 17:50:07      TRUE 2022-12-16 18:00:00
## 8571 2022-12-16 17:50:00      TRUE 2022-12-16 18:00:00
## 8572 2022-12-16 17:50:00      TRUE 2022-12-16 18:00:00
## 8573 2022-12-16 17:49:59      TRUE 2022-12-16 18:00:00
## 8574 2022-12-16 17:49:59      TRUE 2022-12-16 18:00:00
## 8575 2022-12-16 17:49:59      TRUE 2022-12-16 18:00:00
## 8576 2022-12-16 17:49:52      TRUE 2022-12-16 18:00:00
## 8577 2022-12-16 17:49:50      TRUE 2022-12-16 18:00:00
## 8578 2022-12-16 17:49:42      TRUE 2022-12-16 18:00:00
## 8579 2022-12-16 17:49:41      TRUE 2022-12-16 18:00:00
## 8580 2022-12-16 17:49:38      TRUE 2022-12-16 18:00:00
## 8581 2022-12-16 17:49:38      TRUE 2022-12-16 18:00:00
## 8582 2022-12-16 17:49:37      TRUE 2022-12-16 18:00:00
## 8583 2022-12-16 17:49:36      TRUE 2022-12-16 18:00:00
## 8584 2022-12-16 17:49:31      TRUE 2022-12-16 18:00:00
## 8585 2022-12-16 17:49:29      TRUE 2022-12-16 18:00:00
## 8586 2022-12-16 17:49:20      TRUE 2022-12-16 18:00:00
## 8587 2022-12-16 17:49:18      TRUE 2022-12-16 18:00:00
## 8588 2022-12-16 17:49:14      TRUE 2022-12-16 18:00:00
## 8589 2022-12-16 17:49:08      TRUE 2022-12-16 18:00:00
## 8590 2022-12-16 17:49:08      TRUE 2022-12-16 18:00:00
## 8591 2022-12-16 17:49:07      TRUE 2022-12-16 18:00:00
## 8592 2022-12-16 17:49:05      TRUE 2022-12-16 18:00:00
## 8593 2022-12-16 17:48:59      TRUE 2022-12-16 18:00:00
## 8594 2022-12-16 17:48:58      TRUE 2022-12-16 18:00:00
## 8595 2022-12-16 17:48:57      TRUE 2022-12-16 18:00:00
## 8596 2022-12-16 17:48:54      TRUE 2022-12-16 18:00:00
## 8597 2022-12-16 17:48:53      TRUE 2022-12-16 18:00:00
## 8598 2022-12-16 17:48:48      TRUE 2022-12-16 18:00:00
## 8599 2022-12-16 17:48:44      TRUE 2022-12-16 18:00:00
## 8600 2022-12-16 17:48:43      TRUE 2022-12-16 18:00:00
## 8601 2022-12-16 17:48:42      TRUE 2022-12-16 18:00:00
## 8602 2022-12-16 17:48:40      TRUE 2022-12-16 18:00:00
## 8603 2022-12-16 17:48:39      TRUE 2022-12-16 18:00:00
## 8604 2022-12-16 17:48:33      TRUE 2022-12-16 18:00:00
## 8605 2022-12-16 17:48:31      TRUE 2022-12-16 18:00:00
## 8606 2022-12-16 17:48:29      TRUE 2022-12-16 18:00:00
## 8607 2022-12-16 17:48:27      TRUE 2022-12-16 18:00:00
## 8608 2022-12-16 17:48:26      TRUE 2022-12-16 18:00:00
## 8609 2022-12-16 17:48:24      TRUE 2022-12-16 18:00:00
## 8610 2022-12-16 17:48:24      TRUE 2022-12-16 18:00:00
## 8611 2022-12-16 17:48:23      TRUE 2022-12-16 18:00:00
## 8612 2022-12-16 17:48:22      TRUE 2022-12-16 18:00:00
## 8613 2022-12-16 17:48:21      TRUE 2022-12-16 18:00:00
## 8614 2022-12-16 17:48:20      TRUE 2022-12-16 18:00:00
## 8615 2022-12-16 17:48:19      TRUE 2022-12-16 18:00:00
## 8616 2022-12-16 17:48:18      TRUE 2022-12-16 18:00:00
## 8617 2022-12-16 17:48:18      TRUE 2022-12-16 18:00:00
## 8618 2022-12-16 17:48:16      TRUE 2022-12-16 18:00:00
## 8619 2022-12-16 17:48:15      TRUE 2022-12-16 18:00:00
## 8620 2022-12-16 17:48:12      TRUE 2022-12-16 18:00:00
## 8621 2022-12-16 17:48:11      TRUE 2022-12-16 18:00:00
## 8622 2022-12-16 17:48:08      TRUE 2022-12-16 18:00:00
## 8623 2022-12-16 17:48:08      TRUE 2022-12-16 18:00:00
svnteen1 %>% pull(created) %>% min()
## [1] "2022-12-16 17:48:08 UTC"
svnteen1 %>% pull(created) %>% max()
## [1] "2022-12-16 23:59:59 UTC"

plotting ggplot() & plotly()

ggplot(data = grp2, aes(x = created)) + geom_histogram(aes(fill = ..count..)) +
  theme(legend.position = "right") + xlab("Time") + ylab("Number of Tweets") +
  scale_fill_gradient(low = "pink", high = "maroon")
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

pltly <- grp2 %>%
  dplyr::count(Created_At_Round) %>%
  ggplot(mapping = aes(x = Created_At_Round, y = n)) + theme_light() +
  geom_line() + xlab(label = 'Date') + ylab(label = NULL) +
  ggtitle(label = 'Number of Tweets Per Hour')
pltly %>% ggplotly()